Wingthor Posted March 10, 2010 Report Share Posted March 10, 2010 After I moved my phpvms site to an other server I get this error message: Notice: The template file "/var/www/phpvms//lib/skins/CURRENT_SKIN/header.tpl" doesn't exist in /var/www/phpvms/core/classes/TemplateSet.class.php on line 227 Recent Reports No reports have been filed Newest Pilots Warning: Invalid argument supplied for foreach() in /var/www/phpvms/core/templates/frontpage_recentpilots.tpl on line 3 Users Online There have been 0 user(s), and 1 guest(s) online in the past 20 minutes. Notice: The template file "/var/www/phpvms//lib/skins/CURRENT_SKIN/footer.tpl" doesn't exist in /var/www/phpvms/core/classes/TemplateSet.class.php on line 227 What can that be? Skin is default, crystal and the only one installed. Regards Wingthor Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted March 10, 2010 Moderators Report Share Posted March 10, 2010 Have a look at your hard coded paths, they are possibly different than your old server. Quote Link to comment Share on other sites More sharing options...
Wingthor Posted March 10, 2010 Author Report Share Posted March 10, 2010 Have a look at your hard coded paths, they are possibly different than your old server. I have search, without trace after the old site. I have fgrep-ed the whole site without result. Is is local.config.php it should be? The database? Regards Quote Link to comment Share on other sites More sharing options...
Wingthor Posted March 10, 2010 Author Report Share Posted March 10, 2010 Have a look at your hard coded paths, they are possibly different than your old server. Think it must be something with the "CURRENT_SKIN". That is not a real path I guess. At least not on my site. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 10, 2010 Administrators Report Share Posted March 10, 2010 Make sure the paths are correct in local.config.php Quote Link to comment Share on other sites More sharing options...
Wingthor Posted March 10, 2010 Author Report Share Posted March 10, 2010 Make sure the paths are correct in local.config.php Hum, I can't find any setting for SITE_ROOT in my local.config.php, the file ends with som days_long settings. Which line is it? Or could you paste a line in a reply so I could adjust it to my site? Regards Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 11, 2010 Administrators Report Share Posted March 11, 2010 Hum, I can't find any setting for SITE_ROOT in my local.config.php, the file ends with som days_long settings. Which line is it? Or could you paste a line in a reply so I could adjust it to my site? Regards There's on SITE_ROOT, that's figured out automatically. The error you posted above - seems as though it can't connect to the database. Make sure those settings are correct Quote Link to comment Share on other sites More sharing options...
Wingthor Posted March 11, 2010 Author Report Share Posted March 11, 2010 There's on SITE_ROOT, that's figured out automatically. The error you posted above - seems as though it can't connect to the database. Make sure those settings are correct I can connect to the database from CLI using the data given in local.config.php. However, when cheking the database in webmin, it gives me the following error: SQL show index from `phpvms_acarsdata` failed : Table 'phpvms.phpvms_acarsdata' doesn't exist But I can't see the relevanse. Like I told earlier I can connect to the database fine from CLI (Command Line Interface) on my Linux server. Regards Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 11, 2010 Administrators Report Share Posted March 11, 2010 I can connect to the database from CLI using the data given in local.config.php. However, when cheking the database in webmin, it gives me the following error: SQL show index from `phpvms_acarsdata` failed : Table 'phpvms.phpvms_acarsdata' doesn't exist But I can't see the relevanse. Like I told earlier I can connect to the database fine from CLI (Command Line Interface) on my Linux server. Regards Well, CLI is different. You have to make sure it's configured correctly to host on localhost or wherever your server is supposed to be setup. But in short, MySQL isn't setup correctly Quote Link to comment Share on other sites More sharing options...
Wingthor Posted March 11, 2010 Author Report Share Posted March 11, 2010 Well, CLI is different. You have to make sure it's configured correctly to host on localhost or wherever your server is supposed to be setup. But in short, MySQL isn't setup correctly The problem is that the database is gone corrupt. From the mysql.log I get the following error on a bunch of files, when clicking on to my site, one for every table gone corrupt: Cannot find table phpvms/phpvms_pilots from the internal data dictionary of InnoDB though the .frm file for the table exists. Maybe you have deleted and recreated InnoDB data files but have forgotten to delete the corresponding .frm files of InnoDB tables, or you have moved .frm files to another database? See http://dev.mysql.com/doc/refman/5.0/en/innodb-troubleshooting.html how you can resolve the problem. So I better dig after the the database from the orginal site and hope they are OK there. Think I can manage from here. Thanks for the help!! Regards Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 11, 2010 Administrators Report Share Posted March 11, 2010 Good luck! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.