Toeki
12-17-2003, 07:15 PM
I have a client that changed his theme but the problem was that the theme was deleted but still had it listed in Configuration and he forgot about it and recently changed it to that theme and got the error below.
phpBB : Critical Error
Could not open raps template config file
DEBUG MODE
Line : 325
File : /home/mt/public_html/musictalking/includes/functions.php
How do I fix this problem?
Thanks to anyone that can help me.:)
MikeM
12-17-2003, 08:27 PM
You might be able to login to the database directly and change it ..
under phpbb_themes
or
phpbb_themes_name
Toeki
12-17-2003, 08:39 PM
What do I look for under phpbb_themes(_name)?
MikeM
12-17-2003, 08:42 PM
I dont have multiple themes installed .. but i would think you would be looking for the default theme .. chanbe fromn the deleted one to subsilver ..
MikeM
12-17-2003, 08:44 PM
or you can check the phpbb_config .. there me be an entry there you can change
set the override_user_style form 0 to 1
that may fix things
Toeki
12-18-2003, 03:37 AM
phpbb_config only shows the database settings .. username, password but nothing about styles/themes.
Toeki
12-20-2003, 04:18 AM
Which file do I look for to change the theme back?
I really need to get this forum back up.
CyberAlien
12-20-2003, 07:44 AM
This document should help you: http://www.phpbb.com/kb/article.php?article_id=13
Toeki
12-20-2003, 08:08 AM
Thank you for the link CyberAlien. :)
Toeki
12-20-2003, 08:15 AM
Uploaded the fix file and it worked :D
Thanks again.