Jump to content

Delivery Rules not working after upgrade to 5.0.1


Josh

Recommended Posts

After upgrading 4.1.4 to 5.0.1 I get this message on every banner.

WARNING: The cached delivery rules DO NOT AGREE with the delivery rules shown below
Please hit save changes to update the cached delivery rules.

This occurs even for freshly created banners with no delivery rules.

Re-saving banner delivery rules has no affect.

Zone probabilities show banners will display, but they do not.

I have tried the upgrade process to 5.0.1 from both 4.1.4 and 4.2.1 multiple times.

PHP 7.3.11
MySQL 5.7.27

Link to comment
Share on other sites

Just tested clean install of 5.0.1 and get the same issues.

Since I thought it may be related to geoip I tested that maxmind reader can successfully read from the mmdb file, which it does.

<?php
require 'lib/vendor/autoload.php';
use MaxMind\Db\Reader;
$ipAddress = '8.8.8.8';
$databaseFile = 'var/plugins/rvMaxMindGeoIP2/GeoLite2-City.mmdb';
$reader = new Reader($databaseFile);
print_r($reader->get($ipAddress));
print_r($reader->getWithPrefixLen($ipAddress));
$reader->close();

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...