Jump to content

Ian

Administrators
  • Posts

    380
  • Joined

  • Last visited

Posts posted by Ian

  1. 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 :)

  2. 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.

  3. 1 minute ago, pamplon said:

    Hi Ian, thanks for the quik respond.
    Yeah, I think I got that installed. Actually I can see my database on PHP my Admin, and seem it is OK, but for some reason it does not connect properly. Thanks!

    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?

  4. On 11/2/2016 at 6:41 PM, PTI said:

    So our website (linksmagazine.com) is unable to display advertisements today. I believe the adserver is rejecting the request based on this
    "https://adserver.linksmagazine.com/adserver/www/delivery/ajs.php?zoneid=1&cb=60487830152&charset=UTF-8&loc=https%3A//www.linksmagazine.com/net::ERR_CONNECTION_REFUSED"

    I'm able to get it to work if I remove https:// and www. from the address ( I can't get this to work in chrome, but FF and Edge allow me to do this).

    Can someone point me in the right direction for fixing this? It was working and I don't think we changed anything . 

    You simply have nothing running on the HTTPS port. You'd need to install mod_ssl and install a certificate.

×
×
  • Create New...