Name: shweet Email: cant_play_@hotmail.com
it comes up saing Fatal error: Call to undefined function: _no_tablespace() in /home/shweet/public_html/phpopenchat-3.0.2/include/class.Installer.inc on line 389 what do i do???
Logged In: NO
hey my email is Tom@soljas.net And i have ur Chat server and it says that error how would i fix it?
you can fix this by editing include/class.Installer.inc and editing line 389:
change it from:
_no_tablespace($tabl);
to:
$this->_no_tablespace($tabl);
Log in to post a comment.
Logged In: NO
hey my email is Tom@soljas.net And i have ur Chat server and
it says that error how would i fix it?
Logged In: NO
you can fix this by editing include/class.Installer.inc and editing line 389:
change it from:
_no_tablespace($tabl);
to:
$this->_no_tablespace($tabl);