2
Quote:
What does this information:
'databasefactory.php' : Your databasefactory is not ready for DBLayer Trapping anti-SQL-Injection. Some patches are required.
What version of XOOPS do you use? Do you have the Protector that comes with it?
You might run the checkfile script supplied with XOOPS to see if you have all correct files.
[EDIT]Based on
this message, it seems that you have an old "mainfile.php", or old Protector files.
Quote:
'Database::getInstance();' is deprecated since XOOPS 2.5.4, please use 'XoopsDatabaseFactory::getDatabaseConnection();' instead.
You can ignore it, because it is mainly for developers. But you can also run a search in all modules for:
le="color: #000000"><?php Database::getInstance();
and replace it with:
le="color: #000000"><?php XoopsDatabaseFactory::getDatabaseConnection();