-
Bug
-
Resolution: Fixed
-
None
-
3.0.x
-
None
-
PHP Environment:
Database:
1. In Imagesets ACP i press 'Export' and there are created file subSilver.tar.gz in store directory.
2. Then i try to restore imageset from saved copy:
- I unpack created subSilver.tar.gz and put imageset.cfg in the styles\subSilver\imageset directory.
- Then I press 'Refresh' and recieve:
General Error
|
SQL ERROR [ mysql ]
|
|
|
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 'WHERE imageset_id = 1' at line 2 [1064]
|
|
|
SQL
|
|
|
UPDATE phpbb_styles_imageset SET WHERE imageset_id = 1
|
|
|
BACKTRACE
|
|
|
FILE: includes/db/mysql.php
|
LINE: 130
|
CALL: dbal_mysql->sql_error()
|
|
|
FILE: includes/acp/acp_styles.php
|
LINE: 402
|
CALL: dbal_mysql->sql_query()
|
|
|
FILE: includes/functions_module.php
|
LINE: 361
|
CALL: acp_styles->main()
|
|
|
FILE: adm/index.php
|
LINE: 83
|
CALL: p_master->load_active()
|
Restoring from the original (not exported) imageset.cfg works fine.

