1
I have uploaded version 2.2.3a and when I go to my website I get the installation screen. Great.
But at the top there is a line of text:
("_INSTALL_L49", "Module Installation"); define("_INSTALL_L129", "Modules"); define("_INSTALL_L165", "%s Created Successfully"); define("_INSTALL_L166", "%s Could not be created"); ?>
I've tried going through the installation, further errors appear:
("_INSTALL_L49", "Module Installation"); define("_INSTALL_L129", "Modules"); define("_INSTALL_L165", "%s Created Successfully"); define("_INSTALL_L166", "%s Could not be created"); ?>database = new $class(); } return $database; } } ?>cated */ class Database { function &getInstance() { return XoopsDatabaseFactory::getDatabaseConnection(); } } ?> } } ?>
I then install the System module ok, but it won't install either of the pm or profile modules, saying:
Unable to install pm. Error(s):
`) ) TYPE=MyISAM; is not a valid SQL!
Unable to install profile. Error(s):
TYPE=MyISAM is not a valid SQL!
I've wiped the whole system (xoops and database) and started again (it's a new website, so no content)
I still get these error messages, and many more if you go through to look at the site! What am I doing wrong?!