| Re: XoopsPreload |
| by iHackCode on 2018/3/18 4:27:38 For Xoops 2.5.6 System requirements ----------------------------------- PHP: Any PHP version >= 5.3.7 (PHP 5.4+ is strongly recommended) MySQL: MySQL server 5.0+ Source: https://xoops.org/modules/news/article.php?storyid=6476 Try uploading the checksum.md5 and checksum.php files from the Xoops 2.5.6 package to verify your files are correct. Quote:
|
| Re: XoopsPreload |
| by goffy on 2018/3/17 7:07:46 Hi I tried to reproduce the error: if XOOPS_ROOT_PATH is wrong I get: Quote: Warning: include(C:/Homepages/wamp/www/naturfreunde/htdocs-wrongpath/include/common.php): failed to open stream: No such file or directory in C:\Homepages\wamp\www\naturfreunde\htdocs\mainfile.php on line 104 Quote: Warning: include(): Failed opening 'C:/Homepages/wamp/www/naturfreunde/htdocs-wrongpath/include/common.php' for inclusion (include_path='.;C:\php\pear') in C:\Homepages\wamp\www\naturfreunde\htdocs\mainfile.php on line 104 Quote: Fatal error: Class 'XoopsPreload' not found in C:\Homepages\wamp\www\naturfreunde\htdocs\index.php on line 31 if warning are turned off in php.ini you get only the fatal error. If I am not sure whether the path is really ok I do following: - create a folder on root (e.g. test) - then uploading a new xoops - installing - checking mainfile.php, because then you see the path needed |
| Re: XoopsPreload |
| by geekwright on 2018/3/16 20:53:53 Does the file /home2/tshsp/public_html/include/common.php exist? |
| Re: XoopsPreload |
| by Mamba on 2018/3/16 20:52:19 Did you set the folder properties correctly? Sometimes when you copy files to a folder, the group and owner don't match, i.e. the server assigns the folder to admin as a "root", and when you login as a user, the system can't see the files. It happened to me couple of times ![]() Make sure that all folders (like the /class folder) have the same group and owner as all the other folders. |
| Re: XoopsPreload |
| by vina on 2018/3/16 20:38:19 site was in old server in /home/ but site is in new server on /home2/ then I edited mainfile.php to thic change: but site have this problem yet!! |