PDA

View Full Version : HELP! Can't install


amuleto
02-24-2006, 09:36 PM
Hi...

I have installed the oreon 1.2.2, with the instructions on the pdf, but after the installation on the first run I have this error:


Fatal error: Call to undefined function: mysql_connect() in usr/local/oreon/class/MySqlDatabase.class.php on line 28

I already search the forum and the only topic that I find about this does not help.

http://forum.oreon-project.org/viewtopic.php?t=458&start=0&postdays=0&postorder=asc&highlight=

Also I have notice that the setup does not seems to end gracefully. The last screen ends at
“Configuration file done” . It misses another 3 items.
After that I have noticed that the database is empty.


Any sugetions?

OS Debian 3.1
apache 2.0.54
PHP 4.3.10-16


Thanks
Carlos Baptista

DonKiShoot
02-25-2006, 10:06 AM
php-mysql seems necessary

amuleto
02-27-2006, 05:44 PM
php-mysql seems necessary

is instaled... :(

surcouf
02-27-2006, 05:54 PM
php-mysql seems necessary

is instaled... :(

and configured into php.ini like that :

--( /etc/php4/apache2/php.ini )--
extension=mysql.so
---8<---

Cheers,