Jump to content

andrewatfornax

Approved members
  • Posts

    2007
  • Joined

  • Last visited

Everything posted by andrewatfornax

  1. https://documentation.revive-adserver.com/display/DOCS/Unable+to+Link+Banner+and+Zone
  2. If you'd like some assistance (and it sounds like you do), you will need to provide some more details information other than a brief text description. Screenshots, exact steps taken, full details of your setup, what the results of each troubleshooting step were etc. would all be useful.
  3. While the community would, I am sure, like to be able to help, your posts do not, unfortunately, provide much information. This is why you are probably not getting much help. However, I am glad to see that you appear to have things working now.
  4. Async tags should automatically detect the protocol of the page they are being delivered on, and use the same. In your test example above, the test page is loaded over HTTP, so that's what you are seeing used for the banner content....
  5. Hi @EERA, Unfortunately, there would not be a single file you could edit to change how impressions are "calculated" (although I'm not really sure what you mean by that). The entire Revive Adserver system utilizes a common understanding of how statistics work throughout the application - changing the understanding of this would be something that requires everything that interacts with the idea of impressions to (potentially) be changed.
  6. https://documentation.revive-adserver.com/display/DOCS/Revive+Adserver+Broken
  7. Hi @EERA, Sorry, no, there's no demo version (although you can sign up to the Hosted Edition quite cheaply!). I've also updated our docs to answer your main question: https://documentation.revive-adserver.com/display/DOCS/FAQs
  8. Hi @bartv, Revive Adserver supports the logging and reporting of requests, in addition to impressions. https://documentation.revive-adserver.com/display/DOCS/Banner+Logging+Settings
  9. Agreed, we should remove the option for anything other than 60 minutes. Also, @PicNic, chances are maintenance is not finishing within 5 minutes, which may be another reason you have lock messages, as maintenance is still running when the next one tries to start.
  10. Hi @bostongio, Best place might be the Chrome Developer Tools, which should let you log the details of what's coming back to the browser - that may shed some light on the situation.
  11. Hi @scott001, Sure, a bug is always a possibility! If you can reproduce, can you please set up a bug report in GitHub with the steps for us to reproduce? Thanks.
  12. Ah, thanks @Matteo Beccati! I had this on my follow up list, but I can see you have answered. I was thinking about looking into the code re: the database level lock, but I completely missed the fact that this is auto maintenance! @PicNic, if you use auto maintenance, this is expected behaviour, as multiple banner deliveries are likely to trigger maintenance in parallel - but only one maintenance process is allowed to run at a time. If you move to scheduled maintenance, you should get a much clearer view that maintenance is running correctly, without the other information cluttering the logs.
  13. Possibly this is coming from your PHP configuration? https://documentation.revive-adserver.com/display/DOCS/Email
  14. Probably the best way to go about this would be to use an IDE, and step through the code as it executes, so that you can be sure you're editing the correct code in the correct place!
  15. Same question still - what is the database that you are using to run Revive Adserver on please? MySQL, MariDB or PostgreSQL?
  16. Hi @MGJIM, No, the "Site - Page URL" Delivery Option does not support multiple parameters: https://documentation.revive-adserver.com/display/DOCS/Site+Delivery+Rules#SiteDeliveryRules-Site-PageURL Therefore, if you want to block on multiple keywords in the page URL, you will either need to: Use the regex based option (in which you can construct multiple matching options); or Combine multiple instances of the Delivery Option with appropriate AND or OR logic: https://documentation.revive-adserver.com/display/DOCS/Delivery+Rule+Evaluation+Order You cannot apply Delivery Options at the Campaign level. However, you can define Delivery Option Sets for a Website, to make re-using the Delivery Option across banners linked to the Website's Zone easier (and less error prone): https://documentation.revive-adserver.com/display/DOCS/Delivery+Rule+Sets
  17. Fixed under https://github.com/revive-adserver/revive-adserver/issues/983 now ?
  18. There are loads of things that are going to be removed in future versions of PHP which Revive Adserver still uses. We try and disable warnings in the code, but depending on the PHP configuration, this may not always work. Please update your PHP configuration for Revive Adserver to disable these warnings....
  19. I think Percona needs to have a non-strict mode set - is that done?
  20. What version are you installing? What version of PHP? What database? etc etc.
  21. "We run several Revive instances for different brand eletters on the same server." Regardless of the server - what domain name do they all use? The same domain name, or different domain names?
  22. PHP message: PHP Fatal error: Uncaught League\Flysystem\Exception: Impossible to create the root directory "". This looks to me like something is set up incorrectly, resulting in the code attempting to write the banner file to an undefined directory. I am assuming you are using local file storage for the banners? If so, what do you have that set to in terms of directory?
×
×
  • Create New...