Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are using MySQL, use mysqlcheck to ensure that you do not have any corrupt database tables in your Revive Adserver database.

Additionally, if you are using MySQL, and you have upgraded to PHP 7, then you will need to change from using the mysql driver, to using the mysqli driver. This can be done by editing your configuration file, and changing the following:

Code Block
[database]
type=mysql

to

Code Block
[database]
type=mysqli

Step 6: Check your Log Files

...