Bug on Instalation
Brought to you by:
letreo
Name: Matias Banzas
Email: matias.banzas@dentactil.com
Hi guys! i was getting the following error :
Fatal error: Call to undefined function: _no_tablespace() in
path/to/my/site/Chat/include/class.Installer.inc on line 389
Looking through the class.Installer.inc, i found that _no_tablespace() was a class method and was called without the $this->.
After replacing with $this->_no_tablespace()
everithing went smoothly.
I saw some posts on the net regarding this issue (just fyi).
Thanks
Logged In: NO
I can conform that.