Jump to content

Matteo Beccati

Administrators
  • Posts

    269
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    Matteo Beccati got a reaction from andrewatfornax in Mobile ads have been hijacked   
    To everyone else that I haven't already contacted, if you are interested to help pls PM me. I'll send you my IP and SSH key to see if I can find any more clues.
  2. Upvote
    Matteo Beccati got a reaction from andrewatfornax in "data-revive-id" not changing   
    data-revive-id is a hash calculated using the delivery and deliverySSL config values.
    @Adi The old one had "www" in the path while the new one doesn't, that's why you're getting a different id.
  3. Like
    Matteo Beccati got a reaction from Crssp in Newbie Question - Serving Video Ads   
    What you're looking for is not IAB VAST compliant video ads provided by the bundled plugin, as they are more like what you see on YouTube: commercials before/after actual content videos and overlays. That's also what our VidiX plugin is about.
     
    What you're looking for is a regular banner that shows a video, which is something we can also provide by means of the In-Banner Video Ads plugin.
     
    Otherwise, a quick (and free) solution would be to put your HTML5 video code in a regular HTML banner and serve it on the website like any other banner.
  4. Upvote
    Matteo Beccati got a reaction from andrewatfornax in Installation failed to create the core tables   
    It's a known incompatibility with the utf8mb4 charset: https://github.com/revive-adserver/revive-adserver/issues/740
  5. Upvote
    Matteo Beccati got a reaction from andrewatfornax in Upgrade Path From Phpadsnew?   
    @olabre See my original reply. Testing upgrades from 2.0.11-pr1 is now part of the release process. Tags should also be compatible, as long as you are not using functionalities that have been removed.
  6. Upvote
    Matteo Beccati got a reaction from andrewatfornax in Issues with Revive Asynchronous JS-Tag and ads using document.write   
    @OMG I believe you just need to make sure that This banner can be safely displayed inside an iframe (e.g. is not expandable) is checked in the banner-edit screen.
  7. Upvote
    Matteo Beccati got a reaction from Maro in 'Access-Control-Allow-Origin'must not be the wildcard when credentials mode is 'include'   
    Your Apache or nginx is most likely configured to set the wildcard header, as Revive uses the Origin domain for async calls.
  8. Upvote
    Matteo Beccati got a reaction from Maro in 'Access-Control-Allow-Origin'must not be the wildcard when credentials mode is 'include'   
    The setting is in the webserver hosting Revive Adserver.
  9. Upvote
    Matteo Beccati got a reaction from andrewatfornax in Destination URL not working in HTML5 ad banner   
    @jhrockers I'm sorry, I can't possibly debug and fix the banners for all the Revive Adserver users. My suggestion would be to hire someone with basic JS / HTML5 skills who should be able to fix the code for you.
  10. Like
    Matteo Beccati got a reaction from gabrielt in Issue upgrading from 4.0.2 to 4.1.0   
    Hello everyone!
    Chances are that we won't be able to release a 4.1.1 final next week, but in the meantime it would be great if you could test on your staging environment this pre-release package that should fix the upgrade problems that you reported (along with the actual upgrade from phpAdsNew itself, which was broken since 3.2).
    You can download the beta packages here:
    revive-adserver-4.1.1-beta.tar.bz2 (sha256: bf515eb36f6fc00fef0ee919e9ff50e612e31b5e54d10dff7f3726db8f7d6653) revive-adserver-4.1.1-beta.tar.gz (sha256: 4315a107d5459492994c7097268ed2f10b91b0bcaf5498ff18e557f126eb81a9) revive-adserver-4.1.1-beta.zip (sha256: 4111dc824175b98833c516e57a188951d34337d93fc171ca51101329955e47b5)
  11. Upvote
    Matteo Beccati got a reaction from mibert in Issue upgrading from 4.0.2 to 4.1.0   
    Hello everyone!
    Chances are that we won't be able to release a 4.1.1 final next week, but in the meantime it would be great if you could test on your staging environment this pre-release package that should fix the upgrade problems that you reported (along with the actual upgrade from phpAdsNew itself, which was broken since 3.2).
    You can download the beta packages here:
    revive-adserver-4.1.1-beta.tar.bz2 (sha256: bf515eb36f6fc00fef0ee919e9ff50e612e31b5e54d10dff7f3726db8f7d6653) revive-adserver-4.1.1-beta.tar.gz (sha256: 4315a107d5459492994c7097268ed2f10b91b0bcaf5498ff18e557f126eb81a9) revive-adserver-4.1.1-beta.zip (sha256: 4111dc824175b98833c516e57a188951d34337d93fc171ca51101329955e47b5)
  12. Upvote
    Matteo Beccati got a reaction from mibert in Issue upgrading from 4.0.2 to 4.1.0   
    For reference, I've created the issue on github: https://github.com/revive-adserver/revive-adserver/issues/900
  13. Like
    Matteo Beccati got a reaction from gabrielt in Issue upgrading from 4.0.2 to 4.1.0   
    For reference, I've created the issue on github: https://github.com/revive-adserver/revive-adserver/issues/900
  14. Like
    Matteo Beccati got a reaction from gabrielt in Issue upgrading from 4.0.2 to 4.1.0   
    @mibert Thanks, that should be enough. That makes two of you having the issue using a database that was originally created during the phpAdsNew era.
    I'd suggest to keep using 4.0.2 until a fix or workaround is found.
  15. Upvote
    Matteo Beccati got a reaction from andrewatfornax in Update to php 7.1 video ads error 500   
    FYI, I've created an issue on github: https://github.com/revive-adserver/revive-adserver/issues/872
  16. Upvote
    Matteo Beccati got a reaction from lordkarin in Update to php 7.1 video ads error 500   
    FYI, I've created an issue on github: https://github.com/revive-adserver/revive-adserver/issues/872
  17. Upvote
    Matteo Beccati got a reaction from andrewatfornax in "data-revive-id" not changing   
    Hi @netvillage,
    yes, it is normal. It is a generated value that should be unique for each Revive Adserver instance.
  18. Upvote
    Matteo Beccati got a reaction from Sperber in Blank pages in Banner pages after PHP 7.1 x upgrade   
    @Sperber Please upgrade to the latest version. The issue has been fixed in 4.0.1.
  19. Upvote
    Matteo Beccati got a reaction from andrewatfornax in Settings Key Configuration During Plugin Installation?   
    Plugin installation / upgrade has been designed to be run unattended. I'm not really sure it would be wise to add a hook for what you have in mind.
     
    What I did with a plugin that requires some action is adding a warning on the left bar to tell the admin user that some additional configuration is required, e.g.
     

     
    Feel free to have a look: https://github.com/adserverplugins/apLoader/blob/master/www/admin/plugins/apLoader/apLoader.class.php#L37
  20. Upvote
    Matteo Beccati got a reaction from andrewatfornax in Revive Upgrade Showing Install Screen   
    Then you've found your problem. PHP 5.4.4 doesn't match the requirements:

     
     
    Because:
     
  21. Upvote
    Matteo Beccati got a reaction from andrewatfornax in How Can I Test Delivery Capping With Vast Ads   
    For reference, this has been fixed in 3.1.0.
  22. Upvote
    Matteo Beccati got a reaction from andrewatfornax in Nothing But Errors   
    This might be related to required functions being disabled, e.g. parse_ini_file.
     
    Please replace your pre-check.php file with the one available here and you might see a nice error screen instead of all those error messages.
  23. Upvote
    Matteo Beccati got a reaction from andrewatfornax in Asynchronous Js Tag   
    Yes, that's pretty unfortunate. We were hoping that this kind of bugs could be identified and reported during the beta period. For now, I've created a bug report: https://github.com/revive-adserver/revive-adserver/issues/529
  24. Upvote
    Matteo Beccati got a reaction from andrewatfornax in Banners Repeated/Duplicated When Using Single Page Call   
    @andrewatfornax I believe the original poster just put
    OA_show(2); multiple times on the same page...
  25. Upvote
    Matteo Beccati got a reaction from arun in Flagged as malware by Google DFP   
    If you are serving 3rd party content, then the malware might be coming from them.
×
×
  • Create New...