Jump to content

andrewatfornax

Approved members
  • Posts

    2007
  • Joined

  • Last visited

Everything posted by andrewatfornax

  1. Hi @netid83, You will need to do some work yourself outside of Revive Adserver, because the Async JS tags don't offer banner reloading (aka refresh after X seconds). https://documentation.revive-adserver.com/display/DOCS/Tag+Settings Companion positioning within campaigns may be of help to you, though. https://documentation.revive-adserver.com/display/DOCS/Creating+a+Campaign#CreatingaCampaign-Miscellaneous
  2. Hi @svsanchez, As noted by @Dave Brain above, if you are expecting to perform an upgrade, but you're seeing the install screen, then the Revive Adserver install/upgrade wizard is not finding your previous installation's configuration files, either because: You have not copied the configuration files across from your old installation directory; or You are accessing the Revive Adserver install/upgrade wizard using a different top level domain from the existing installation that you are attempting to upgrade.
  3. Hi @juan, For whatever reason, you have manged to get a duplicate entry for the phpads_preferences_preference_name key in the phpads_preferences database table. You will need to log into the database, and review the duplicates (SELECT * FROM phpads_preferences WHERE preference_name = 'default_banner_image_url';) and decide which entry is (or entries are) the duplicate(s), and delete the duplicate row(s).
  4. Hi @Kurogane, Yes, this is possible. There is no reason why you cannot include tags from multiple Revive Adserver installations on one website page.
  5. Hi @michal, https://documentation.revive-adserver.com/pages/viewpage.action?pageId=5931093
  6. The cache files are stored in Revive Adserver var/cache directory.
  7. Hi @aki, What version of Revive Adserver are you running?
  8. Hi @wilson diaz, Please don't do that - the webserver should not be given write access to all of the Revive Adserver directories & files - you're just asking for your system to be compromised by allowing every file to be modified by the webserver. Instead, completely remove your installation directory, and start the installation again from scratch, but this time, only grant those permissions that the install wizard asks for. It's quite clear which directories need to be recursively chmoded - the install wizard even gives you the commands that you can copy and paste into your server's console to make the changes, given that you're on a *nix system.
  9. Hi @amitmjoshi, I would assume that for those channels where you have an impression count of 0, the limitations are such that Revive Adserver is never delivering banners?
  10. Hi @Fred Weiss, Your configuration file will be where Revive Adserver has the definition of the directory where it's looking for files etc. I would take a look there and confirm that it's all correct.
  11. Hi @omml, No, I don't think so - the closest would be an image invocation tag, I suspect? https://documentation.revive-adserver.com/display/DOCS/Invocation+Code%3A+Zone+Level
  12. It took a while - but Revive Adserver now has a Patreon page, where you can help us out financially, and we can spend more time providing support, writing documentation, and improving the product! Learn more at: https://www.patreon.com/revive_adserver
  13. Here are the list of all directories that Revive Adserver requires be set so that the webserver user can read/write to them. Please note that these permissions must be set recursively, so that all files/subdirectories of these can also be read/written to by the webserver user. revive-adserver/var revive-adserver/var/cache revive-adserver/var/plugins revive-adserver/var/templates_compiled revive-adserver/plugins revive-adserver/www/admin/plugins revive-adserver/www/images
  14. What does something like Chrome's developer tools tell you? Is it the delivery of the Revive Adserver code that is broken, or the delivery of the image itself? What is the HTTP error code for the part (or parts) that is (are) failing?
  15. Hi @haychart, Well, that error message seems pretty self-explanatory to me. I am not sure what you are asking, if anything?
  16. Hi @ZenAlien, Well, I am not really sure, then. Do you have a test page set up, which clearly shows the problem, that you can share?
  17. Hi @msko, https://documentation.revive-adserver.com/pages/viewpage.action?pageId=8028358
  18. Hi @Display Name, It's right there on the our homepage: https://www.revive-adserver.com/
  19. Hi @danicasati, Which version of Revive Adserver? What are you seeing in your logs? https://documentation.revive-adserver.com/pages/viewpage.action?pageId=8028358
  20. Well, as above? Any HTTP calls inside the HTML5 banner?
  21. Hi @fwu, You can actually see all of this in the Administrator account's configuration section, where I believe all of the different delivery types are named, along with the filenames.
  22. Actually, I think that zone chaining would be a better option here. Define a fallback zone that is linked to the the banner(s) that you want to display, if the event that the first zone does not have anything that can be displayed.
  23. Oh right, yes, that's just going to show the same zone over and over again!
  24. Hi @Kirill, https://documentation.revive-adserver.com/pages/viewpage.action?pageId=8028358 ?
×
×
  • Create New...