floyte
Karma: 0
|
container settings save error - 2011/07/30 22:21
The permission settings of containers can't be changed. Only first switch from Visitors to Registered is saved, any further change doesn't get saved in database (verified directly with SQL). In normal mode no error is raised.
With debug=on and maximum log, a 500-error is raised (error in SQL sintax)
JDatabaseMySQL::query: 1064 - 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 'IN ('1') AND system = 0 AND action = 'upload'' at line 1 SQL=DELETE FROM npm_permissions WHERE IN ('1') AND system = 0 AND action = 'upload'
Tried both in local (LAMPP) and online installation, Joomla 1.5.23 and remository 3.53.12J - otherwise working fine.
Post edited by: floyte, at: 2011/07/30 22:49
Post edited by: floyte, at: 2011/07/30 22:51
|