Jump to content

Stephanie

Approved members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by Stephanie

  1. Answering to myself : replacing localhost by 127.0.0.1 in the database config section did the trick and it works
  2. Installed 5.3.0, everything went fine. Server is under 7.4.22 / Apache 2.4.46 / MySQL 5.7 Everything works fine under PHP 7, switching to PHP8 leads to an error stating that it's impossible to connect to the database.
  3. You need to modify the delivery file you use (asyncspc.php or afr.php) Search for : $imageTag = "$clickTag<img src='".htmlspecialchars($imageUrl, ENT_QUOTES)."' width='$width' height='$height' alt='$alt' title='$alt' border='0'$imgStatus />$clickTagEnd"; change it to : $imageTag = "$clickTag<img src='".htmlspecialchars($imageUrl, ENT_QUOTES)."' width='$width' height='$height' loading='lazy' alt='$alt' title='$alt' border='0'$imgStatus />$clickTagEnd";
  4. Hi, I duplicated the database before the upgrade. Everything went fine, but by simply copying the database, it's getting bigger every time. As an example, our database was 640 MB before copy, the copy version with exactly the same data is now 1.55 GB. 2 tables seems to be mainly affected, see below : Before : rv_data_summary_ad_hourly - 814 639 entries - 128.3 MB rv_data_summary_ad_zone_assoc - 1 604 550 entries - 342.6 MB After : rv_data_summary_ad_hourly - 2 307 907 entries - 366.5 MB rv_data_summary_ad_zone_assoc - 3 568 792 entries - 804 MB It occurs during every update, over time it will go to disaster any idea why this happens and how to clean those two tables ?
  5. "the system wanted me to specify the path the previous installation", you should have paid attention to this step As a result, you did not properly update your plugins because the path (absolute path is needed) you provided was wrong and the XML files for plugins could not be located properly. Which led to the problem you mention in some other topic.
  6. Plugins are inside of the zip archive you downloaded to update, you can update manually but you should have updated plugins during the global adserver update.
  7. You use old version of the plugin, it has since been updated to insert your licence key. Update your plugin to 1.1.0.
  8. Just use custom in the menu and then use * character for width / height
  9. We use this way : We create delivery rules sets in our preferences folder, where we determine which countries are targeted by groups. Then we apply those rules to each banner. You need to check if the database is there, in the var/plugins/rvMaxMindGeoIP2 folder Get your free licence from Maxmind, input the licence data into the dedicated field of plugin management interface
  10. I think Revive can only automatically download one type of database (City one), hence the .lock file during the download of an updated version. I don't think that you can and need to use another tape of geo database in the folder. To use thi geo function, I create Geo delivery rules sets in my preferences interface and then apply them to banners. I don't use the Geo rules directly from the banner distribution options.
  11. Did you enter your Maxmind license key in the plugin settings ?
  12. Did you check your stats ? do they show impressions on geolocated ads ? did you apply rules correctly to the campaign / ad ? We use 5.0.4 and geotargeting, no issue, it works. I don't think you need any kind of "plugins_repo" folder.
  13. This new version is about the Samesite Cookie issue, as per changelog : Added support for the SameSite cookie directive which will soon be required by browsers in order to allow 3rd party cookies. I upgraded but I still get 4 warnings in the Chrome console when checking the websites were we display ads from our server : A cookie associated with a cross-site resource at our-adserver/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032. Is it still supposed to happen ?
  14. You look in the wrong place, not the /plugins folder the /etc/plugins folder, it's there.
  15. You need to download the full revive archive, it's inside in the etc/plugins folder.
  16. I was checking if everything was fine regarding the automatic download of GeoLite2 Databases, and it looks like some changes from maxmind side impact this function : https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/ Indeed, when I check in the /var/plugins/rvMaxMindGeoIP2 folder, mmdb file is not updated anymore since end of last year. .lock file is created there at 00h00 every day, but no download Do revive developers have as specific agreement with Maxmind or do we need to go manual to keep the database updated ?
  17. We also use GeoIP a lot, but you need to get rid of the old plugin and install the new one included with 5.0.2 version (GeoIP2 Plugin, 1.0.4)
  18. Ok, obviously, it will be difficult to get an answer here. If somebody has enough knowledge about my issue and wants to solve my issue, i'll hire you for a reasonable rate. Thank you.
  19. Hello, I am trying to install Revive Adserver 3.2.2: I did exactly like mentionned : Created a database on my Cpanel VPS Launch the install from the folder and agree to terms. Then comes the database data. I tripled checked that the data was correct, then click, then back to the same form, and again and again. Var folder is 777, don't know what to do more... Tried various browsers, same issue. Server is WHM/CPanel VPS with Apache 2.4.8 and PHP 5.6. MariaDB 10.0.23 Any help would be appreciated Stephanie
×
×
  • Create New...