I had installed XOOPS 2.0.10 and now i'm having a problem that i would like to describe detailed: (for those impatients the error is at 9th item below)
* Apache 2.0.54 (with libphp4.so)
* PHP 4.3.9 (with mysql.so)
* MySQL 3.23.58
In php.ini allow_url_fopen is "On". XOOPS was untared in the document root, after this i chowned files to my apache user recursively (for testing purposes) and chmoded to 755 the following files/directories:
cache/
templates_c/
uploads/
mainfile.php
1) I begin in installation screen (here
http://localhost/);
2) selected "English", and next;
3) Reviewed instructions, next;
4) All write test to above files/directories has passed, next.
5) Entered the following values into "General Configuration", and next.
Database: mysql
Database Hostname: localhost
Database Username: xoops
Database Password: password
Database Name: xoops
Table Prefix: xoops
Use persistent connection? No
XOOPS Physical Path: /var/www/html
XOOPS Virtual Path (URL):
http://localhost/8) Reviewd the information above, next;
9) And the following errors occurs:
Saving configuration data..
File ../mainfile.php overwritten by ../mainfile.dist.php.
Failed writing constant /var/www/xoops.
Failed writing constant
http://localhost.
Failed writing constant mysql.
Failed writing constant xoops.
Failed writing constant localhost.
Failed writing constant xoops.
Failed writing constant password.
Failed writing constant xoops.
Failed writing constant 0.
Failed writing constant 1.
Failed writing constant 2.
Failed writing constant 3.
Failed writing constant 0.
Configuration data has been saved successfully to mainfile.php
My Apache error log, points to the following error when that errors are showed:
[client 127.0.0.1] PHP Warning: preg_match: internal pcre_fullinfo() error -3 in /var/www/html/install/class/mainfilemanager.php online 71, referer:
http://localhost/install/index.phpI took a look at the forum posts, but didn't found anything. Do you have any idea what is going wrong?
Alberto