I get the following error in my Drupal log every time cron is run:
is_dir() [<a href='function.is-dir'>function.is-dir</a>]: open_basedir restriction in effect. File(/tmp/mysql.sock) is not within the allowed path(s): (/home/:/tmp)
I found a Drupal thread that relates to this error:
http://drupal.org/node/363583
And the error was eventually reported solved with this:
My host enabled php open base directory.
So my question, is this a familiar problem to you?
-Mike
is_dir() [<a href='function.is-dir'>function.is-dir</a>]: open_basedir restriction in effect. File(/tmp/mysql.sock) is not within the allowed path(s): (/home/:/tmp)
I found a Drupal thread that relates to this error:
http://drupal.org/node/363583
And the error was eventually reported solved with this:
My host enabled php open base directory.
So my question, is this a familiar problem to you?
-Mike