Jump to content

flyfishtom

Approved members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by flyfishtom

  1. Andrew id the Revive server setting credentials to true, possibly for setting a cookie ? Also, nowhere on my Apache Revive server or my Apache web server am I setting Access-Control-Allow-Origin to "*" so I'm curious if Revive is doing this. As a result of this I am not able to get Banner Delivery Capping to work. I can enter the caps in the UI but the ads don't play once I set the caps. I think the cookies aren't working. When I set the Campaign to "Show capped ads if cookies are disabled " the ad plays but it doesn't use the caps I set, it plays every time. Tom https://github.com/whatwg/fetch/issues/251 .
  2. Is anyone successfully using Amazon S3 and Cloudfront to serve ad content? I am able to access my content directly via Cloudfront but when I use the Cloudfront distribution url in Revive the content does not appear. If I use the S3 url (without using cloudfront) the content serves up fine. Does anyone have Cloudfront working with Revive? Tom
  3. Sorry for the delay. Yes it's a third party vast 3.0 plugin. I'll follow up with the developer. Thanks for looking at it. Tom
  4. Has anyone seen this error before? Is there a setting in Revive Adserver to fix this? It seems to be coming from revive code. XMLHttpRequest cannot load http://52.1.183.40/adserver/www/delivery/fc.php?script=bannerTypeHtml:vastIā€¦3D3&nz=1&source=&r=R0.05822725687175989&block=1&format=vast3&charset=UTF-8. A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin 'http://www.megabitllc.com' is therefore not allowed access. The credentials mode of an XMLHttpRequest is controlled by the withCredentials attribute.
  5. Hi, I am having a problem with CORS. When I test my server URL I get success. http://www.test-cors.org/#?client_method=GET&client_credentials=false&server_url=http%3A%2F%2F52.1.183.40&server_enable=true&server_status=200&server_credentials=false&server_tabs=remote When I test past the server URL I get fail. http://www.test-cors.org/#?client_method=GET&client_credentials=false&server_url=http%3A%2F%2F52.1.183.40%2Fadserver%2Fwww%2Fdelivery%2Fasyncjs.php&server_enable=true&server_status=200&server_credentials=false&server_tabs=remote http://www.test-cors.org/#?client_method=GET&client_credentials=false&server_url=http%3A%2F%2F52.1.183.40%2Fadserver&server_enable=true&server_status=200&server_credentials=false&server_tabs=remote Does the adserver have any unique cors settings? Tom
  6. Is it possible to serve a pre roll video ad to an Android browser (chrome) and iOS browser (safari) using one of the third party VAST plugins?
  7. I just found and replied to your email. Thanks for that. Tom
  8. Hi I filled out the form on Tuesday. Please take a look at your convenience. Tom
  9. Erik, How do I go about contacting you regarding the Vast 2.0 plugin?
  10. After a day's worth of effort I've learned that this software does not support VAST 2.0 for video ads. :( .
  11. The cookie issue was resolved by the time zone being corrected. I'm assuming the cookie is time sensitive. Just documenting my steps for some other newbie that stumbles across these similar errors. Tom
  12. I eliminated the timezone error by adding this to line 2 of the variables.php file. (I am using UTC) date_default_timezone_set('UTC');
  13. now I've got the timezone error and the cookie error upon attempting to log in. It seems that these are common errors so I am researching online....
  14. OK problem solved. I am running Centos 7 and selinux was enabled. I disabled selinux and it I no longer get the permission errors.
  15. I'm still stumped with the permissions issue. When the System Check states that the "directory is NOT writeable" what user is it using to attempt to perform this check? I have chown'd the whole directory tree to apache and every file and directory is 777 and I'm still getting the error. If I knew what user Revive was using it would help me troubleshoot this.
  16. I solved the mysql problem so all of my PHP configuration is good "16 ok" So now I am left with solving the permissions problem. Stay tuned.
  17. I am also getting an error that the php extension mysql is not loaded. I have edited my php.ini file to include the line extension=mysql.so I have also tried using the full path to the mysql.so file and I'm still getting the error that mysql is not loaded during the system check. I hate to bring you down this rabbit hole but if you have any suggestions I'm all ears. (rabbit pun intended :) Tom
  18. Thanks so much for the quick feedback. Just as a test I've opened the entire directory tree up with 777 and I still get the same errors so I ll search somewhere for the solution. As a last resort I can start the install process over again. Thanks Tom
  19. Hi, I am doing a fresh new install of Revive Adserver 4.0 and I got permission errors during the system check. I made the correction to the folder permissions and clicked Start Over, Agree, and then I get the same permission errors as before even though I have made the permission changes. Do I need to reset the System Check somehow? Thanks in advance Tom
×
×
  • Create New...