
Code: Select all
'#\[img(.*?)\](.*?)\[\/img(.*?)\]#is' => '<img src="\\2" alt="" />',
Code: Select all
'#\[img(.*?)\](.*?)\[\/img(.*?)\]#is' => '<img src="\\2" alt="" class="reimg" onload="reimg(this);" onerror="reimg(this);" />',
Code: Select all
Error General
SQL ERROR [ mysql4 ]
Duplicate entry 'reimg_rel_width' for key 1 [1062]
SQL
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('reimg_rel_width', 0, 0)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/functions.php
LINE: 156
CALL: dbal_mysql->sql_query()
FILE: includes/acp/acp_board.php
LINE: 433
CALL: set_config()
FILE: includes/functions_module.php
LINE: 518
CALL: acp_board->main()
FILE: adm/index.php
LINE: 75
CALL: p_master->load_active()
Mr_makaveli wrote:ACP/GENERAL/POST SETTINGS
i did purge the cache and checked over my edits, especially the includes/acp/acp_board.php and includes/acp/acp_styles.php.DavidIQ wrote:You've either not made the admin edits or not purged the cache.