Problem with groups

After changing the file upload size in my htaccess file,  when I go to a group I get this message:

DatabaseException


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 'and e.site_guid = 1 and e.container_guid = 25 and ( (1 = 1) and e.enabled='ye' at line 1

QUERY: SELECT * from WBnDentities e join WBnDobjects_entity o on e.guid=o.guid where e.type='object' and e.subtype= and e.site_guid = 1 and e.container_guid = 25 and ( (1 = 1) and e.enabled='yes') order by e.time_created desc limit 0, 1

Is this a coincidence or did I mess something up? Can this be corrected through the php files or should I attempt to remove/replace folders/files?

  • Hmmmmm.... at this point I am at a loss. I am the only person that has access to the files via ftp, I suppose it could be done some other way. What would happen if I disable all the plug-ins, upload the entire folder (with the exception of the .htaccess file) and restart it all.  Would this reset everything? Or would that destroy the member information, etc. Also, is there an order that the plug-ins need to be in in the admin list?

  • I think I have found the problem. I have just got the identical Database error message that wouldn't allow me to access or delete any groups.

    I believe it is in the "customstyle" module. Everything was working in groups until I installed that. I have just disabled the module and I can now access, create and delete groups.

    My problem is that I want to use the "customstyle" module, so now I have found the problem, is there anyone on here that knows how to fix it WITH "customstyle" installed? I wouldn't know where to start to fix the error...