Jump to content

Ian

Administrators
  • Posts

    380
  • Joined

  • Last visited

Everything posted by Ian

  1. You don't need a plugin, Revive Adserver can do that out of the box, see https://www.revive-adserver.com/faq/geotargeting-with-revive-adserver/
  2. yes, but you can also just disable the counting of impressions ;) @ "Log an impression every time banner is viewed" .. just untick it.
  3. Yeah that surely seems okay, can't tell you what the exact issue is then from this part of the screen :)
  4. The list of unwritable files should be written in there, e.g. : Unwritable file /folder/file It logs that every time an error like that occurs, if it does not, it's possible that writing in debug.log is also not possible. Try reviewing your complete Revive path if your httpd can write in there. I've no idea how your setup is, so it's hard for me to guess what the exact settings should be :)
  5. Just use "Do not alter HTML", Adsense changes their code so often that it is hard to keep up (read impossible) creating code for clicktracking.
  6. Hi Steve, you can check the var/debug.log file if there is anything useful in there
  7. Make sure your /pathtorevive/www/images/ folder is writable. e.g. : chmod 775 /pathtorevive/www/images/
  8. Are you sure the user is allowed to create tables in the database?
  9. If you have a VAT registered company, and are able to provide SSH root access to the server you can p/m me and i can give a quote.
  10. Yes, I know exactly what you mean. The error means that something is wrong with your connection to MySQL. This could be caused by : - MySQL is not running. - PHP does not have the MySQL module installed. - The MySQL username/password (or even hostname) is not correct. Verify those three options, and I'm sure you are able to login.
  11. Ok, but it's just to verify if you are able to login to that database with that username/password, so that you know that the database settings are correct.
  12. It's quite difficult to say from this point of view what the exact issue is, but it seems a quite basic one. Can you login to phpmyadmin with the same user/pass that you use in the revive config settings?
  13. Seems like you dont have the php-mysql module installed, or that MySQL is not running, or the username/password is incorrect for that specific mysql database.
  14. Try editing your config file in the "var/" folder. Change : The part which says "mysql" to "mysqli" at the following section : [database] type=mysql
  15. You simply have nothing running on the HTTPS port. You'd need to install mod_ssl and install a certificate.
  16. Normally it's just a path on the server. I have no idea about how Plesk handles that.
  17. mkdir /var/lib/php/session ; chown $user:$group /var/lib/php/session where $user and $group are the user/group which your httpd is running on (nginx/httpd/www-user)
  18. Are you sure you installed all the correct PHP modules (zlib, pcre, xml, mysql and/or pgsql, mbstring) ? It might work with php 5.4, but i suggest upgrading to 5.6
  19. Do you use a php caching mechanism like APC or Zend Opcache? Clearing those might help ...
  20. Ian

    Approved Stamp?

    We already tried it all, included different types of Captcha for registration :) Regarding to your other tread, I simply don't have an answer :) Never looked in to it...
  21. You actually posted the problem already ! It's on the right of "Reason:" Anyway, I would contact your system administrator, it isn't (CORS header) suddenly enabled out of the blue. (The ads work for me fine though)
  22. Ian

    Approved Stamp?

    :D It's an anti-spam measure ! The spammers wont get the approved flag :)
×
×
  • Create New...