Anonymous - 2006-12-10

Hi, after creating my DB, User, password, I ran the install script, changed the CHMOD on the files and DIR's as shown, entered my DB user & password, then I get this screen on step 2:

Fatal error: Call to undefined function: _no_tablespace() in /home/httpd/vhosts/mydomain.com/httpdocs/phpopenchat/include/class.Installer.inc on line 389

I opened the file indicated, line 389 is here:

          $connection = false;
          _no_tablespace($tabl);
          unset($db);
          break;

It is the one that says: _no_tablespace($tabl);

Any help with this?

(ps I manually imported the db.schema into PHP.admin in my DB and it ran sucessfully.  Not sure if this conflicted with the install script.

any help appreciate...

Gary