I followed the instruction given at
http://devteam.xoops.org/releases/xoops-2.0.14.htmland I had overwritten the old files & folders with the new files and folders except mainfile.php. But I'm getting the following error message when I tried to open the homepage itself.
This page cannot be displayed due to an internal error.
If you are the administrator of this site, please visit the XOOPS Troubleshooting Page for assistance.
I cannot login to admin nor open any pages:
xoops_md5.php shows the followings:
./class/mail/xoopsmultimailer.php content invalid
./class/xml/rpc/xmlrpcparser.php content invalid
./images/logo.gif content invalid
./include/common.php content invalid
./kernel/privmessage.php content invalid
./modules/system/admin/mailusers/mailform.php content invalid
End of files check.
Will the above problem causes error?
Additionally I've followed the instruction at
https://xoops.org/modules/smartfaq/faq.php?faqid=80About blank pages problem and specially I've paid attention to No. 3
3. If you can't get to the administration page, and don't want to mess with mysql, but don't mind messing with PHP, then edit the file "include/common.php". Near line 83, change "error_reporting(0);" to "error_reporting(E_ALL);".
But it doesn't report anything. The first error page continues to display.
Upgrade from 2.0.10 to 2.0.14
PHP Safe Mode : Off(tried switching ON using .htaccess but no help)
MySQL version: 4.1.19-standard
PHP Version : 4.4.2
I have backup of the old files and folders, should I restore the old ones or is there any other way to upgrade successfully? I'll be happy to hear any suggestions and helps.
Thanks alot.