Jump to content

qeepcologne

Approved members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by qeepcologne

  1. manually deletion is not recommended, but i did that successfully on test installation.

    do not forget to backup your data before.

    TRUNCATE TABLE `ox_data_intermediate_ad`;
    TRUNCATE TABLE `ox_data_intermediate_ad_connection`;
    TRUNCATE TABLE `ox_data_summary_ad_hourly`;
    TRUNCATE TABLE `ox_data_summary_zone_impression_history`; 

    (table name prefix may be different e.g. rv_, check your config file, i assumed ox_ because of your old installation)

    partial deletion should be possible the same way by the datetime columns of each table (with higher risk of inconsistent data).

  2. i tried to run revive 5.3.1 on php 8.0.16 and finally give up and run on 7.4.28.

    zones are broken. This is not related to the data in zones table, i truncated the table. Then add one new entry via ui, after that the view is broken (entry is not shown, add new zone is not shown anymore).

    php error log says:

    [03-Mar-2022 11:57:03] WARNING: [pool www] child 196800 said into stderr: "Stack trace:"
    [03-Mar-2022 11:57:03] WARNING: [pool www] child 196800 said into stderr: "#0 {main}"
    [03-Mar-2022 11:57:03] WARNING: [pool www] child 196800 said into stderr: "  thrown in /projects/local/revive-adserver-5.3.1/www/admin/affiliate-zones.php on line 123"
    [03-Mar-2022 11:57:18] WARNING: [pool www] child 196800 said into stderr: "NOTICE: PHP message: PHP Fatal error:  Uncaught TypeError: Cannot access offset of type string on string in /projects/local/revive-adserver-5.3.1/www/admin/affiliate-zones.php:123"

    there is similar error on ad delivery

  3. database version is detected from the database.

    don't forget to create a backup of your database before.

     

    you can reset your installation like that if you missed the upgrade:

    in var directory:

    - delete INSTALLED

    - create empty file UPGRADE (if you do this with root, check that webapp can write to this file, e.g. via chaning owner to www-data)

    - delete *.log

    - delete default.conf.php 


    run web-ui and follow the upgrade process

    upgrade will fail if you do some of the changes from the upgrade process manually.

×
×
  • Create New...