Hi Chuck,
I found new problem.
When I try to create user in admincp I got error:
Quote:
Database error in vBulletin 3.7.4:
Invalid SQL:
SHOW TABLE STATUS LIKE vb_user';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'vb_user'' at line 1
Error Number : 1064
Request Date : Tuesday, November 25th 2008 @ 11:30:12 PM
Error Date : Tuesday, November 25th 2008 @ 11:30:13 PM
Script : http://[cut]/forum/admincp/user.php?do=update
Referrer : http://[cut]/forum/admincp/user.php?do=add
IP Address : xxx.xxx.xxx.xxx
Username : admin
Classname : vB_Database
MySQL Version : 5.0.67-log
|
I found that this query used in
/vbgallery/useradmin_update_data.php
Code:
Content visible to verified customers only.
I changed this to
Code:
Content visible to verified customers only.
Now I can create usrers without error. Is this problem in my installation?