Re: [PDO] Re: [PHP] PDO working via Apache but not at the command line?

[email protected] (Scott Baker) Mon, 18 Oct 2010 19:35:34 -0700
Newsgroups php.general,php.pdo
Message-ID <[email protected]>
On 10/18/2010 06:27 PM, Wez Furlong wrote:
> Things to check:
> 
> - Environment: what env vars are set or not set in your Apache vs. CLI
> - Owner: are you running as the same user as your web server?
> - Do you or the web server have some kind of "rc" file that might impact
> how things run?

Wez you're a genius. When I ran it as the same user as apache it works
fine. That got me thinking that it makes a log in /tmp. Checking the log
it was only writable by the apache user. A little chmod later and now my
script runs perfectly under apache and cli.

Thanks for helping me think outside the box. I spent all day puzzled by
this, you just made my night.

- Scott