The server specs are:
Server OS: FreeBSD 7.3-RELEASE-p2
Database: MySQL 5.0.91-log
HTTP Server: Apache/2.2.22
PHP Version: 5.3.13 (Zend: 2.3.0)
After uploading the netjukebox folder and configuring the config.inc.php file, I ran /tools/mysqli2mysql.php.
It was at this point that I ran into a syntax error with mysqli2mysql.php on line 44. I fixed it with the following:
Code: Select all
//NJB_HOME_DIR = str_replace('\\', '/', $directory) . '/';
define('NJB_HOME_DIR', str_replace('\\', '/', $directory) . '/');
So I'm stuck and don't know what to do. Any suggestions?