Jump to content

Snoork Hosting

Approved members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by Snoork Hosting

  1. Google PageSpeed could be causing the problem. Try disabling PageSpeed and see if that helps. Also check to make sure you don't have any other caching installed on the server such as Nginx or Memcache.
  2. Yeah, I'm not a big fan of cloud servers for ad serving either, as performance is not that great. That is what your problem is. Your data has to travel over the network to the database each time the ad is served. You need to get pure SSD storage on your web servers and setup MySQL replication. Serving 10,000,000 impressions per day with 3 web servers is pretty low. We have customers that serve over 20,000,000 impressions per day with 3 web servers. Using SSD and setting up MySQL replication should help a lot.
  3. I recommend running the maintenance through a cron job and have the automatic maintenance inside Revive Adserver admin panel disable. You need to setup the cron job inside your server. If you are running cPanel go to Cron Jobs and insert the cron job there. I recommend using either php or wget for cron jobs. php -q /home/directory-to-maintenance.php
  4. Check your PHP timezone setting and make sure it's set to the correct timezone. Usually when PHP is upgraded on the server, the timezone may reset.
  5. Try using Mozilla Firefox browser and see if that helps.
  6. You need to upgrade your OpenX to the latest version of Revive Adserver and it will work just fine with PHP 5.3 You can check the requirements at http://www.revive-adserver.com/support/requirements/
  7. This doesn't seem like a problem that would be coming from Revive Adserver. It points to be hosting related. Also check your .htaccess file to make sure there are no extra lines of code. I would check with your hosting provider about this, as whenever we install Revive Adserver, we never encounter such problems. Also there is a possibility you may have caching issue in your browser or your IP changes, which causes Revive Adsever to lose your session.
  8. How are you 3 web servers connecting to the MySQL database? 1. Do you have remote MySQL server where the 3 web servers instantly send the data over to the MySQL database? or 2. Do you have MySQL replication setup where data first goes to the MySQL database on each web server and then gets send over to the remote MySQL server? Also what storage are you using on your web servers and MySQL? SATA or SSD?
  9. If you look at the debug.log file inside the /var folder do you see any errors? Is the maintenance cron job running? Try running the maintenance cron job from the root of the server.
  10. Do you have SSL certificate properly installed on your site? You can check here http://www.sslshopper.com/ssl-checker.html
  11. I can see 2 banners on www.kikapress.com and 2 banners on www.kikapress.com/news/ 2 banners = 728x90 and 300x350
  12. If you still need any help with this, you can send me a message and I can check into it for you.
  13. Do you mean no statistics are showing at all or no new statistics are being generated?
  14. In some cases you may need to issue the permissions from the root level of the server: chmod -R a+w /home/public_html/var chmod -R a+w /home/public_html/var/cache chmod -R a+w /home/public_html/var/plugins chmod -R a+w /home/public_html/var/templates_compiled chmod -R a+w /home/public_html/plugins chmod -R a+w /home/public_html/www/admin/plugins chmod -R a+w /home/public_html/www/images That should fix your problem with the permissions issues. If you are running cPanel on the server, don't forget to add your cPanel username between /home/ and /public_html/
  15. Check the debug.log file and see if there are any errors. Also make sure all tables have been copied over. Database has to have all privileges also assigned.
  16. Make sure your MaxMind GeoIP Plugin is enabled.
  17. I'm sorry to hear about the issues you are experiencing with your load balancer. I have sent you a private message, so we can get this fixed for you as soon as possible. I look forward hearing back from you.
  18. The cron job is running, so everything looks fine with your Revive Adserver. Check with your hosting provider. The PHP memory limit may be set too low, which prevent some data from being process. Also they may have Mod Security enabled on the server which blocks parts of the adserver,
  19. It should definitely be there, as it comes standard with Revive Adserver. Change the Working as at the top right hand side to Administrator Account. Go to Plugins and you should then see Invocation Tags
  20. I'm not sure if I understand you correctly. Do you mean that you host the banners on different servers and you want to improve the loading speed of the banners? If so, have you thought of using CDN for hosting the banners?
  21. Make sure you have enabled the Invocation Tags Plugin
  22. There is no built option inside Revive Adserver to clear statistics. But you can go inside the database and clear the tables that store the stats. That should do the trick. Just make sure you backup the database first, just in case something goes wrong.
  23. Check the "debug.log" file inside the "var" folder and see if there are any errors. It would be best if you could just paste the contents of the debug.log file here, so we can check.
  24. What PHP version are you using? Also are you on shared hosting or your own server?
  25. Have you setup the cron job for the statistics to update?
×
×
  • Create New...