Jump to content

Matteo Beccati

Administrators
  • Posts

    269
  • Joined

  • Last visited

Everything posted by Matteo Beccati

  1. That doesn't make any sense. They might be getting security fixes, but surely not the fix you need. The UPGRADE file is what triggers the installer/upgrader.
  2. If you've seen a segmentation fault, most likely you were running a PHP 5.4 version < 5.4.20, which is not compatible with Revive Adserver (See requirements on the website)
  3. I think GeoLiteCityv6.dat might a format that's not compatible (yet) with Revive Adserver. I'll get in touch with them and see how we can improve, but for now you should use: http://dev.maxmind.com/geoip/legacy/geolite/ I mean http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz or http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
  4. Do the tables have any indexes? What's their names? Does the database user have all the required permissions?
  5. I'm sorry. I don't mean to be rude,but... You're asking us to move files or change constant names because you can't write a regex that matches 2 lines in constants.php?
  6. The one in the website tab will normailly be faster as you'r doing a single request to the adserver, whereas the codes offered at the zone level require the adserver to be contacted multiple times on a page in case you have more than 1 zone. Hope that explains it.
  7. It appears your operation interval is 5 minutes. That's a pretty bad idea and I would suggest to revert back to 1hr. In the tables above one can easily see that the ad was requested to deliver only ~15 imps every 5 minutes. If the zone gets let's say 1000 imps during that 5 minutes, serving twice as much (30) would be a 1.5% error which would be normally considered very good. A more than likely 5% error rate would mean serving 65 imps for that ad in that zone every 5 minutes, four times more than what it was expected to get. And you're ending up with the system trying to turn the banner on and off and misbehaving. Operation Interval aside, the target for the banner might be anyway too small for Revive to accurately hit it on a high traffic zone.
  8. Seems like a pretty weak requirement for changing it (again). Couldn't you make your search script smarter and also look for another pattern in the constants.php file?
  9. Width and height are integers and there are special values for text ads, video ads (0 and negative numbers). I wouldn't be to keen on refactoring everything in order to support width+height units, where the same thing could be achieved with a properyl crafted HTML banner or a plugin.
  10. Or you change host, I guess. OpenX Source 2.8 should also have a number of problems with PHP 5.4+. You might just have been lucky
  11. Then you've found your problem. PHP 5.4.4 doesn't match the requirements: Because:
  12. A 500 error on that screen might mean that your PHP version has a bug that prevents Revive from working. Please see the requirements: http://www.revive-adserver.com/support/requirements/
  13. You should get back to your advertiser and ask for an amended swf file. The one you have is most likely missing the target in the Action script getURL() call or has _self hardcoded.
  14. hmm, does it happen only with the API, or both UI and API? Tbh, I do not recall exactly what is supposed to happen. If you find any discrepancy between API/UI and other entity types, feel free to create a new issue on github, referencing this thread.
  15. Please check the log files in the var folder of your revive installation.
  16. Tbh, I wouldn't be able to give suggestions. Could it be that mod_security is installed and blocking the click tracking script?
  17. I just noticed. You need AND conditions over there
  18. It looks like a PHP bug with ini_get returning a string literal "off" rather than a boolean false. My advice would be to upgrade your PHP to at least 5.3+. Both PHP 5.2 and 5.3 have reached their end-of-life since quite some time already.
  19. try creating a file containing: <?php var_dump(ini_get('safe_mode')); ?>
  20. Are you running suPHP? If so, consider switching to mod_php as suPHP doesn't play nicely with Revive plugins
  21. @kumakanth, please try to follow the suggestion above about the phpinfo script.
×
×
  • Create New...