|
Unofficial modifications nieoficjalne modyfikacje for?w phpBB by Przemo |
|
English FAQ - Could not open template config file
paszczak000 - Pon 01 Maj, 2006 Temat postu: Could not open template config file When You see something like this:
Kod | phpBB : Critical Error
Could not open ashGrunge template config file
DEBUG MODE
Line : 1560
File : /home/paszczak/public_html/forum/includes/functions.php |
or matbe this:
Kod | phpBB : Critical Error
Could not get theme data for themes_id [4] |
In Your database You have set a style (ashGrunge id: 4) but it doesen't exist in ../templates/ or it has incorrect name. It was probably written in lowercase as some FTP clients change uppercase to lowercase. Check this and try to upload a style again.
But if You want to change this incorrect style to another, You should go to phpmyadmin and run an SQL query:
Kod | UPDATE phpbb_users SET user_style = 1 WHERE user_style = 4 |
Propably the subSilver has id = 1. You can check it in browsing the phpbb_themes.
|
|