6
Quote:
boonchuan wrote:
I just upgraded my friend Windows 2000 server php 4.0.X to 4.3.10, it seems his Xoop can't work, his version is Powered by XOOPS 1.0 RC 3.0.5 © 2002 The XOOPS Project
Error msg
選擇的模組不存在!
Translated, it means the selected modules does not exist.
But it was working perfectly before I upgrade. Anyone can help?
Also how do I upgrade this XOOPS 1.0 RC 3.0.5
Seems to be pretty old
The very same version of XOOPS has been working for me for years
Since the company which offers virtual server was kinda *&()*$, so I decided to move my site to another virtual server. Then I backup all files and dump all data from database, test them on my local machine. They worked fine. Then I moved them to new virtual server. Seems working perfectly.
After weeks, I finally found two problems,
1.Doesn't show the list of all modules in admin-module-page (but those installed modules are working fine).
2. Doesn't allow me to edit users' info, including activating accounts.
For the 1st issue,
$installed_mods = XoopsModule::getInstalledModules();
in modulesadmin.php is likely incompatible with the virtual server.
For the 2nd one, might be MySQL's settings issue.
I am not good at coding at all, anyone can give me any advice? Thanks!
MySQL 3.23.58-log
PHP Version 4.3.9
register_globals On
Zend Optimizer Enabled