| View previous topic :: View next topic |
| Author |
Message |
netforumz
Joined: 04 Aug 2005
Posts: 1
|
| Posted: Thu Aug 04, 2005 5:14 pm Post subject: Error : install.php on line 38 |
|
|
hi i got this error.
my server is:
MySQL version 4.0.24-standard
PHP version 4.3.11
--- This is the error ---
Code: Fatal error: Call to undefined function: mysql_create_db() in /home/cihangir/public_html/fl/install.php on line 38
-------------------------- |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Thu Aug 04, 2005 7:10 pm Post subject: |
|
|
| the function mysql_create_db() was deprecated in the later releases of php , i will fix it in the next release bu untill then you can change it to mysql_createdb() which is the alias for backwards compatibility |
|
| Back to top |
|
| |