1
I recently installed XOOPS in my pc to create my own site. At installation i got problems like :
Strict Standards: Non-static method XoopsDatabaseFactory::getDatabase() should not be called statically, assuming $this from incompatible context in G:\xampp\htdocs\xoops\install\class\dbma… on line 47
Strict Standards: Non-static method XoopsLogger::getInstance() should not be called statically, assuming $this from incompatible context in G:\xampp\htdocs\xoops\install\class\dbma… on line 49
I got many of these errors and i fixed them,I got rid of these notifications by changing the following line in the php.ini file:
Line 516: error_reporting = E_ALL | E_STRICT
TO
Line 516: error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
Now my xoops works fine, But when i try to install certain modules like xnews i get an error that says :
Unable to install e
guide. Error(s):Installing
Event GuideYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 17
Everytime, How do i fix this? Somebody please help?
http://poemsabout-family.blogspot.com/