phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Advanced Knowledge
Board URL: http://www.secret-japan.com/forum_beta
PHP Version:
MySQL Version:
What was done before the problem appeared?
- created new folder for a test upgrade from 1.4.0 to 1.4.1
- changed the 1.4.1 files to add small modifications (not a lot of changes anyway)
- uploaded the modified 1.4.1 files in the new folder
- copied my 1.4.0 tables and past them in a new database
- changed URL of the board in the config table, changed cookie name in the config table
- run the xxx_update.php from the install folder to update the database : no error found
What was done to try to solve the problem?
- run this query :
- Code: Select all
UPDATE `phpbb_config` SET `config_value` = '1' WHERE `config_name` = 'default_style' LIMIT 1 ;UPDATE `phpbb_config` SET `config_value` = '1' WHERE `config_name` = 'override_user_style' LIMIT 1 ;TRUNCATE phpbb_themes;INSERT INTO `phpbb_themes` (`themes_id`, `template_name`, `style_name`, `head_stylesheet`, `body_background`, `body_bgcolor`, `body_text`, `body_link`, `body_vlink`, `body_alink`, `body_hlink`, `tr_color1`, `tr_color2`, `tr_color3`, `tr_class1`, `tr_class2`, `tr_class3`, `th_color1`, `th_color2`, `th_color3`, `th_class1`, `th_class2`, `th_class3`, `td_color1`, `td_color2`, `td_color3`, `td_class1`, `td_class2`, `td_class3`, `fontface1`, `fontface2`, `fontface3`, `fontsize1`, `fontsize2`, `fontsize3`, `fontcolor1`, `fontcolor2`, `fontcolor3`, `span_class1`, `span_class2`, `span_class3`, `img_size_poll`, `img_size_privmsg`) VALUES (1, 'Integra2', 'Integra2', 'Integra2.css', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'row1', 'row2', '', '', '', '', 0, 0, 0, '', '006600', 'ff0000', '', '', '', 0, 0);
- deleted cache folder
- deleted cookie
- checked def files permission (some were not 666, corrected)
De.scription and Message
I did not had this error the first time I tried the new 1.4.1 version. Now that I uploaded all files again, I find it impossible to see the board or the ACP.
I have checked all fixes described on the forum, and none of them solved the problem...
I finally want to underline that I do not use any personnal theme, just the classical one installed with 1.4.0...
Thanks for your help,
sanji