Trouble migrating Joomla from Linux to Windows server
        Posted  
        
            by 
                Matt
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Matt
        
        
        
        Published on 2011-01-10T22:51:51Z
        Indexed on 
            2011/01/10
            22:55 UTC
        
        
        Read the original article
        Hit count: 363
        
I'm having some trouble migrating a Joomla website from a Linux server to a Windows server. The database came over fine, Besides that, all I've done is download all the files from the current site, and change configuration.php so the log and tmp directories show "./tmp/" and "./logs/"
I keep having an error in the PHP log stating
PHP Fatal error: Class 'JTable' not found
I've downloaded the site multiple times now, and I'm convinced this is a configuration problem, and not a missing file problem. I've even tried installing a mod for backup on the linux box to try and migrate the site, but sadly the mod had problems installing.
The new server is running IIS 7.5 on Windows Web Server. PHP 5.2.14 and MySQL
© Server Fault or respective owner