Jump to content

andrewatfornax

Approved members
  • Posts

    2007
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    andrewatfornax reacted to Ian in Best plugin for geo targeting   
    https://github.com/revive-adserver/revive-adserver/milestone/22
  2. Upvote
    andrewatfornax reacted to lena11d in Linked zones and rotation weight   
    Thank you so much for your time and help!
  3. Upvote
    andrewatfornax reacted to Bit in Statistics Columns   
    Thanks a lot :D :D
  4. Upvote
    andrewatfornax reacted to Ian in Statistics Columns   
    https://github.com/revive-adserver/revive-adserver/issues/943
  5. Like
    andrewatfornax got a reaction from lena11d in Linked zones and rotation weight   
    Correct!
  6. Upvote
    andrewatfornax reacted to bowenac in Migrated to WP Engine can't get database connected   
    Ok I read it again and yea it's just creating an adserver_new directory to keep the old as a backup, and then copying the config file, and to create a new database and import the old data... I also tried this as well, but couldn't get it to work on the new server. Was having login issues.
    Ended up deciding to just do a fresh install of adserver and reconfigure the ads. Took less time than trying to debug what the issues was, and everything is up to date and running better on the new server.
  7. Upvote
    andrewatfornax reacted to sikjoy in Locked Out of Revive Server   
    Thank you. As soon as I truncated the table everything started functioning normally.
  8. Upvote
    andrewatfornax reacted to warmbells in Two Domains on one server   
    Thanks andrewatfornax,
    I've just got to finish the new site now.
    Regards,
    Gerald
     
  9. Like
    andrewatfornax got a reaction from Xabi in Why don`t count clicks revive?   
    Hi @Xabi,
    I don't think Revive Adserver can count clicks if you do this. Your banner is HTML code that doesn't contain the URL that users will click on, as the banner content is loaded dynamically, inside an iframe.
    As a result, Revive Adserver won't have access to that content, and will not be able to modify the click URL to ensure that clicks are sent to Revive Adserver first (so that the click can be recorded) and then the user redirected to the destination.
  10. Upvote
    andrewatfornax got a reaction from Slothlovechunk in 404 error after new installation   
    Support for Apache configuration is well beyond the scope of what I can help with here, but this may be of help/interest:
    https://documentation.revive-adserver.com/display/DOCS/Managing+Configuration+Files
  11. Upvote
    andrewatfornax reacted to especht in Unknown column 'user_id' in 'field list' ox_session after logging into revive adserver   
    Thank you for the quick assistance.  I found that it is 3.0.2.  I'll contact our host to get a more current dump.  Thank you for the help.
  12. Upvote
    andrewatfornax reacted to albertalbert in Can't install Revive Adserver 3.2.4   
    Hi @andrewatfornax. Thank you very much for your answer. I finally found a solution for my problem, i'll post it here if it helps someone.
    I had a redirection rule in my .htacces in public_html (involving the ending / on the url):
    # remove trailing slashes
    RewriteRule ^(.*)/$ /$1? [R=301,L]
    I added a .htacces file in the folder of the adserver deleting this redirection rule. Then the installation could be completed and now Revive is working fine!
    Thank you anyway.
  13. Upvote
    andrewatfornax reacted to bdamage in Clean install of 4.13, User preferences not updating   
    Looks like #943 has it covered, and is open: https://github.com/revive-adserver/revive-adserver/issues/943
     
  14. Upvote
    andrewatfornax got a reaction from Krishna Modi in Companion banner not coming in response for video ads   
    Hi @Krishna Modi,
    Well, that sounds like a bug in that case. Would you like to open one for us in GitHub please?
  15. Upvote
    andrewatfornax reacted to mibert in Issue upgrading from 4.0.2 to 4.1.0   
    Hi Matteo,
    great, this version went through the update process no problem for me:

    Your Revive Adserver upgrade is complete!!

    Thank you VERY MUCH.
    I will wait for stable 4.1.1. for my life site.

    Best regards

    Michael
  16. Upvote
    andrewatfornax reacted to Basil in Upgraded to latest version 4.1.1 Plugins Problem   
    Okay, after toiling with this for hours, I finally imported using code only and all is good, so if anyone comes across this please use "import code only" and you're good to go ....
    Cheers
  17. Upvote
    andrewatfornax reacted to Matt Tews in Adserver Stopped Logging Statistics   
    This was VERY helpful!  My rv_data_intermediate_ad was similarly corrupt.  A 'repair' and the maintenance script began working again.
  18. Upvote
    andrewatfornax reacted to REDDACTORES in CSS doesn't load after installation   
    Great!
    It was a problem with AdBlockers.
    Thank you!
    Jorge
  19. Like
    andrewatfornax got a reaction from REDDACTORES in CSS doesn't load after installation   
    https://documentation.revive-adserver.com/display/DOCS/Revive+Adserver+Broken
  20. Upvote
    andrewatfornax reacted to gabrielt in Stats mismatch and weird behavior - 10/2017   
    @andrewatfornax Yep, it was a zone configuration error, as the banners were linked to the wrong zones. Therefore, no need for this topic, as it was my mistake, and you can delete it. Thanks.
  21. Upvote
    andrewatfornax reacted to YPCrumble in Getting 302 ERR_TOO_MANY_REDIRECTS   
    UPDATE: the issue was my permissions on my revive-adserver folder. I was installing them with 644 permissions rather than 700 into `/var/www/html`. By changing back permissions to 700 the redirect stopped. Hopefully this helps someone in the future.
    @Matteo do you happen to understand why the improper permissions might have caused this redirect, or which code is likely the source of the redirect? I'd love to submit a PR that causes Revive to fail loudly in the event that permissions are improperly set on its source files. That would have made this redirect issue much easier to debug.
  22. Upvote
    andrewatfornax reacted to jamieburchell in please fix all errors   
    Turns out that's fixed by setting the correct images path in the config *doh*
  23. Upvote
    andrewatfornax reacted to aniket in Add new column for zones   
    FOr any one wanting to know the solution :
    i added my column  name under zones in the below file
    lib/max/Dal/DataObjects/db_schema.ini
     
    at the end i added
    newZoneField = 2
    and was finally able to add the new column value
     
  24. Upvote
    andrewatfornax reacted to vvavepacket in please fix all errors   
    problem solved. there was SELinux running, so we have to configure SELinux to allow files to be writable.
  25. Upvote
    andrewatfornax reacted to crsurf in Ads not appearing, login page is blank screen   
    So I upgraded to 4.1.1 and the problem has been fixed. (for now)
×
×
  • Create New...