Ok, just making a few last minute tweaks to a live site.. Cleared the cache and the site immediately broke, have had to re-upload a backed up version of the database to get it to return to normal...
Site (whilst fixed): http://www.superior-resorts.com
Here's the warnings i get after clearing the cache (it does the same after trying to add a new module)
* Warning: include_once(/websites/123reg/LinuxPackage21/su/pe/ri/superior-resorts.com/public_html/themes/engines/phptemplate/phptemplate.engine) [function.include-once]: failed to open stream: No such file or directory in _drupal_theme_initialize() (line 208 of /websites/123reg/LinuxPackage21/su/pe/ri/superior-resorts.com/public_html/includes/theme.inc).
* Warning: include_once() [function.include]: Failed opening '/websites/123reg/LinuxPackage21/su/pe/ri/superior-resorts.com/public_html/themes/engines/phptemplate/phptemplate.engine' for inclusion (include_path='.:/usr/local/php52/share/pear:/usr/local/php52/share/php') in _drupal_theme_initialize() (line 208 of /websites/123reg/LinuxPackage21/su/pe/ri/superior-resorts.com/public_html/includes/theme.inc).
* Warning: include_once(/websites/123reg/LinuxPackage21/su/pe/ri/superior-resorts.com/public_html/themes/engines/phptemplate/phptemplate.engine) [function.include-once]: failed to open stream: No such file or directory in _drupal_theme_initialize() (line 208 of /websites/123reg/LinuxPackage21/su/pe/ri/superior-resorts.com/public_html/includes/theme.inc).
* Warning: include_once() [function.include]: Failed opening '/websites/123reg/LinuxPackage21/su/pe/ri/superior-resorts.com/public_html/themes/engines/phptemplate/phptemplate.engine' for inclusion (include_path='.:/usr/local/php52/share/pear:/usr/local/php52/share/php') in _drupal_theme_initialize() (line 208 of /websites/123reg/LinuxPackage21/su/pe/ri/superior-resorts.com/public_html/includes/theme.inc).
Has anyone an idea what's going on? I really don't want this to happen 5 months down the line after the client has taken control.
Comments
Hi there
Did you manage to get to the bottom of this? I'm having a similar issue with opening phptemplate.engine after I migrated my site to another server :(
similar issue
I seem to have a similar issue, after I updated a site last week.
All functionality looks fine - until I manually clear caches - then the them dies and I get a screen that is my front page, but is themed like my maintenance page.
If I do a database restore (Backup and Migrate) it fixes it.
I think I'll have to do a database compare to see what is getting changed/lost.
I just had a very similar
I just had a very similar issue, after upgrading from 7.8 -->7.15
After I was finished updating my modules, I cleared cache and had the same problem as OP.
My solution was to clear all cache tables in the DB (if you look at your DB tables you'l see a series of tables prefixed by 'cache' as well as a cache' table). Truncate them all, they are not all cleared when you clear All Drupal Caches.
For good measure, truncate 'sessions' as well.
Not sure if this is going to help anyone here, but I imagine it would be good to try before embarking on a journey into DB diffs.