1
Running Xandros 3.0 with Linux Kernel 2.6.9
Installed Lampp (Xampp) which is a preconfigured combination of Apache/Mysql/PHP/Perl/phpMyAdmin.
That install went great. Apache is up. phpMyAdmin let me create a MySql database schema called Xoops1.
I copied XOOPS into the htdocs directory. Then I can go thru all the installation screens for XOOPS with "Green boxes" right up until the very end when the database tables are created. Then I get the following error messages.
-------------------
Warning: main(/opt/lampp/htdocs/xoops/class/database/mysqldatabase.php) [function.main]: failed to open stream: No such file or directory in /opt/lampp/htdocs/xoops/install/class/dbmanager.php on line 28
Warning: main() [function.include]: Failed opening '/opt/lampp/htdocs/xoops/class/database/mysqldatabase.php' for inclusion (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/xoops/install/class/dbmanager.php on line 28
Warning: XoopsDatabaseFactory::getDatabase(/opt/lampp/htdocs/xoops/class/database/mysqldatabase.php) [function.getDatabase]: failed to open stream: No such file or directory in /opt/lampp/htdocs/xoops/class/database/databasefactory.php on line 53
Fatal error: XoopsDatabaseFactory::getDatabase() [function.require]: Failed opening required '/opt/lampp/htdocs/xoops/class/database/mysqldatabase.php' (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/xoops/class/database/databasefactory.php on line 53
(My Note: The files dbmanager.php and databasefactory.php are present in the directories indicated by the Warnings.
But, Mysqldatabase.php does not exist.)
-------------
I'm using software versions:
Lampp 1.4.13
MySql 4.1.11
Apache 2.0.53
myPhpAdmin 2.6.1
Xandros 3.0 (Linux Kernel 2.6.9)
Using PHP4 or PHP5 still returns the same XOOPS error.
Xoops 2.0.10
-------------
I did not find much in the forums about these error messages.
Help. Thanks!