1
Hi,
I installed the following:
Apache 2.0
PHP 5.x
MySQL 4.0
I then installed XOOPS 2.0.7. I setup a database and XOOPS was able to successfully create all tables using the user information I provided. XOOPS installed itself.
Next, I got an error and found out this had to do with a clone() function in XOOPS, which is invalid in PHP5 because clone is a reserved word. So I renamed that function and also renamed references to it as suggested in an email from another user.
Now I have my new problem. When I try to install modules (eg: forums) and create/edit users, I get an error, but no error information.
I decided to go to the preferences and update the debug level, but this also didn't work. It seems that I am not able to update the database and that seems to the source of all my problems.
I was able to go to the database from the command line and I checked the tables. I even went to the admin user and changed its real name so that I could show that XOOPS was reading from the database correctly.
The odd thing is that the userid i am connecting to the database with is the same one I am using on the command line. So I have no idea why I cannot update the database.
Ideally I would like to avoid having to go down to PHP4, so that is really the last option I would like to try.
If anyone has encountered this problem, or has suggestions, however, I would appreciate your input.
Thanks,
Steve