Re: [PHP] Re: Need pro advice: Is Pear installed and/or setup correctly?

2011-05-27 Thread Micky Hulse
On Fri, May 27, 2011 at 12:48 PM, Micky Hulse wrote: > Looks like the host changed my include path: > I will probably ditch the whole Pear idea and use something else. Well, actually, it looks like having PEAR on the include path did help. Mail.php was found... It was Mail_Mime/mime.php that was

Re: [PHP] Re: Need pro advice: Is Pear installed and/or setup correctly?

2011-05-27 Thread Micky Hulse
Looks like the host changed my include path: (include_path='.:/usr/lib/php:/usr/local/lib/php:/usr/local/lib/php/PEAR') I am still getting "file not found" include errors. I am guess that Mail.php and Mail_Mime/mime.php are extras that are not installed. This is my first time trying to use Pear

Re: [PHP] Re: Need pro advice: Is Pear installed and/or setup correctly?

2011-05-27 Thread Micky Hulse
On Fri, May 27, 2011 at 12:06 PM, Philip Thompson wrote: > The host is apparently using PHP 5.3 - this message started to appear in > this version. Use date_default_timezone_set() somewhere in your code to > explicitly set your timezone. I'm in the central US, so I use > 'America/Chicago'. See the

Re: [PHP] Re: Need pro advice: Is Pear installed and/or setup correctly?

2011-05-27 Thread Philip Thompson
On Fri, May 27, 2011 at 1:36 PM, Micky Hulse wrote: > On Fri, May 27, 2011 at 10:27 AM, Micky Hulse > wrote: > > Would it be safe for me to conclude that Pair is not setup properly? > > Haha, "Pear" the package, not the host. :D > > http://www.pair.com/ > > Typo. My bad. > > Also, what the heck d

[PHP] Re: Need pro advice: Is Pear installed and/or setup correctly?

2011-05-27 Thread Micky Hulse
On Fri, May 27, 2011 at 10:27 AM, Micky Hulse wrote: > Would it be safe for me to conclude that Pair is not setup properly? Haha, "Pear" the package, not the host. :D http://www.pair.com/ Typo. My bad. Also, what the heck does this mean: "It is not safe to rely on the system's timezone settin