Bug tracker
When updating to RC2 and RC3, *_styles_template_data stores the install folder in the database (fix completed in vcs)
Under Styles > Template > Prosilver: Edit it would list;
"../../install/" etc.
The solution I did myself was to go to the _styles_template_data and delete the last entries that was stored with *install* under template_filename and I could successfully continue to use the ACP again as it should be working, refreshing the templates successfully.
I do not however know why the install files was "cached" into the database, but it renders it broken if a person is to refresh the cache. I am using a edited version of the prosilver theme that comes with the boards if that is of any help. I have also managed, by deleting as above, to fix my own boards, but I figured this is something that might be an idea to look into.
Please forgive me if this has already been submitted, performing a search did not for me list any such reports.
Comments / History
http://www.ktuk.net/photobucket/Jackal/1184081409.jpg
and when you try to refresh the template
http://www.ktuk.net/photobucket/Jackal/1184081671.jpg
viewtopic.php?f=46&t=564295
- Code: Select all
[phpBB Debug] PHP Notice: in file /includes/acp/acp_styles.php on line 994: filemtime() [function.filemtime]: Stat failed for ./../cache/tpl_prosilver_tpl_prosilver_.php.html.php (errno=2 - No such file or directory)
[phpBB Debug] PHP Notice: in file /includes/acp/acp_styles.php on line 996: filesize() [function.filesize]: Stat failed for ./../cache/tpl_prosilver_tpl_prosilver_.php.html.php (errno=2 - No such file or directory)
[phpBB Debug] PHP Notice: in file /includes/acp/acp_styles.php on line 997: Undefined index: tpl_prosilver_.php.html
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3685)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 155: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3685)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 156: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3685)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 157: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3685)
*_styles_template_data
table and browse it, at the very end of this table, most likely you will find these 'install' entries that are breaking our ACPs. To fix your ACP, you must select these entries and delete them, but if you don't feel sure that you are doing the right things, I would suggest to wait and see if the phpbb team will come with a solution for you.