|
|
|
Re:SQL Error - Show users or sending
|
|
Date: 2008/07/21 20:32
|
By: melwin
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 11 |   | |
|
hi,
now i run the beta2, but i get following error
| Code: | Fatal error: Cannot redeclare uddeimcheckcb() (previously declared in /home/jdc32/public_html/nation/administrator/components/com_uddeim/admin.shared.php:51) in /home/jdc32/public_html/nation/components/com_uddeim/includes.php on line 229
|
if i access /lang-en/component/uddeim/
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:SQL Error - Show users or sending
|
|
Date: 2008/07/21 20:35
|
By: melwin
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 11 |   | |
|
|
sorry my fault, i dont installed the normal beta
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:SQL Error - Show users or sending
|
|
Date: 2008/07/21 20:52
|
By: melwin
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 11 |   | |
|
Hi slabbi,
Okay now i have the same problem "There is no user with this username!" like the "old" Version 1.1. My Testuser named "melwin" without any spezial Char.
Can you tell me, in which DB Table the user must saved? Then i can look, if its there.
melwin
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:SQL Error - Show users or sending
|
|
Date: 2008/07/21 21:07
|
By: melwin
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 11 |   | |
|
fyi:
i run the joomla-debug mode and check the query for the namecheck, if i run this query at my db, i get no result
| Code: | SELECT m.referenceid,m.memberid,u.username as displayname, u.id FROM jos_comprofiler_members AS m, jos_users AS u WHERE u.block=0 AND m.memberid=u.id AND m.referenceid=62 ORDER BY u.username
|
if i run the other query for the dropdown, i get the result "melwin":
| Code: | SELECT username AS displayname FROM jos_users WHERE block=0 AND id<>62 AND id NOT IN (62) ORDER BY username
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:SQL Error - Show users or sending
|
|
Date: 2008/07/21 22:25
|
By: slabbi
|
Status:
|
|
|
Karma: 69  
|
|
Moderator  | Posts: 1172 |   | |
|
Maybe your CB and Joomla table is out of sync? In CB there is a function to synchronize both user databases. uddeIM Development CB Language Workgroup CB 3rd Party Developer
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:SQL Error - Show users or sending
|
|
Date: 2008/07/21 23:15
|
By: melwin
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 11 |   | |
|
| Code: | Joomla/Mambo User Table and Joomla/Mambo Community Builder User Table now in sync!
|
But same error
Why the dropdown works fine and the User melwin is shown and at the input field isnt find the user.
|
|
The administrator has disabled public write access. |
|
|