Jump to content

Ian

Administrators
  • Posts

    380
  • Joined

  • Last visited

Everything posted by Ian

  1. Wasn't the message more like "Revive 4.0.1 detected, but database stamped as 3.2.2" ?
  2. Are you implementing the tag on a http>s< site?
  3. Anything useful in your apache error log ?
  4. Try checking your PHP error log, and see if there is anything noticeable in there.
  5. Never heard this before. Adsense runs fine here on PHP7.0.x combined with Revive 4. (Note that I did spot incompatibilities with PHP7.1)
  6. Looks all good indeed, and you're sure that you didn't mix folders up after the upgrade (eg, you login to the upgraded version, but requests/impressions are still logged in the non-upgraded version?)
  7. Hi! Did you check in var/debug.log if there is something usable ?
  8. Right, that should go automatically though, especially with the async js tag.
  9. I'd say your PHP error logs, and var/debug.log
  10. Okay .. I'm sorry, I don't see how I can help you from this side of the screen.
  11. http://support.adform.com/documentation/good-to-know/third-party-tags/3rd-party-tags-in-adform/ Check : "openx.org" Not sure if that works .. but it's wroth trying.
  12. You also can't see old statistics anymore ? Thats odd, Try logging in to Revive Adserver as admin user. Go to Configuration -> Maintenance. At Choose Action, use : "Rebuild menu cache". Also on the server, try cleaning the following files (cache_*) in your "var/cache" folder. (cd var/cache && rm -rf cache_*) P.S. Not too sure what you mean by "I would think that the old reports would still get generated by moving the files and database to the new server and updating the config file for the new server, without running the maintenance scripts". I would advice to run maintenance locally, if you run Revive on a single server.
  13. Did you enable scheduled maintenance ? (as in, forgot to enable the cronjob for maintenance? :) )
  14. You are doing it wrong. Read https://www.adserverplugins.com/revive-adserver/how-to-install-a-plugin-in-revive-adserver/
  15. I have no idea what you did, but it should work fine via the UI's upload function. If it failed you can also remove it there, and try reinstalling.
  16. @danicasati Did you install the plugin like this ? https://www.adserverplugins.com/revive-adserver/how-to-install-a-plugin-in-revive-adserver/
  17. @John Do the Adsense tags work if you place them directly on the website?
  18. Try this : location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_pass_header Set-Cookie; fastcgi_pass_header Cookie; include fastcgi_params; }
  19. Try installing a SSL certificate on adserver.indianbookbazaar.com :)
  20. Hi Michael, Try recursive chowning your folder to the user your httpd runs under, e.g. chown -R apache:apache /var/www/your/path/to/revive
×
×
  • Create New...