Search results

  1. O

    Website redirecting to ACFFL

    My website displays the homepage of acffl.x10host.com. I've seen similar threads in this forum, I tried clearing my cache (and tested with other browsers as well) but to no avail. Is there something I have to do?
  2. O

    Fatal error: Class 'PDO' not found

    Hi there, I have this error message showing up whenever I try to load a webpage that calls the database via PDO: "Fatal error: Class 'PDO' not found in /home/osusigna/public_html/[...] on line[...]". The same error appears in my error_log file. This is the code that establishes the connection...
  3. O

    Database connection error from PHP script launched by a cron job

    Hi there, I wrote a PHP script that I would like to launch everyday with a cron job. It should connect to my database with PDO and get some information from it, but what I get is an error (more details below) even though the same code works well when launched from a browser. Here's my cron...
Top