RE: [PHP] Template engine that doesn't rely on PEAR?

2006-01-15 Thread Erin Fortenberry
-Original Message- Cc: php-general@lists.php.net Subject: Re: [PHP] Template engine that doesn't rely on PEAR? Maybe Smarty? Don't know if it depends on PEAR. http://smarty.php.net I have used tiny but strong before... It is a lighter weight template system then Smarty.

RE: [PHP] what does this mean? (PHP 4 = 4.0.1, PHP 5)

2006-01-09 Thread Erin Fortenberry
= is greater or equal to -Erin -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 9:13 PM To: php-general@lists.php.net Subject: [PHP] what does this mean? (PHP 4 = 4.0.1, PHP 5) I'm trying to understand function definitions and can't seem

RE: [PHP] Hi!

2005-12-20 Thread Erin Fortenberry
It does't look like PHP is setup in Apache. You should have a line that looks something like this; And some others that look like this; AddType application/x-httpd-php .php AddType application/x-httpd-php .inc AddType application/x-httpd-php-source .phps Check out your apache config file.

RE: [PHP] nexcess.net

2005-12-19 Thread Erin Fortenberry
I think this is what he means; http://www.nexcess.net/ I can say, using their Interworx product, that they have GREAT support. I have never used their hosting. -Erin -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Monday, December 19, 2005 12:52 PM To:

RE: [PHP] PHP errors in Apache error logs

2005-12-19 Thread Erin Fortenberry
It looks to me like the function session_save_path() does not exist. You might look and see if Group Office supports PHP 5.1.x, you might have to go back to an earlier version. -Erin -Original Message- From: Jose Borquez [mailto:[EMAIL PROTECTED] Sent: Monday, December 19, 2005

RE: [PHP] PHP errors in Apache error logs

2005-12-19 Thread Erin Fortenberry
You also might try; http://www.group-office.com/forum/ They have had several people asl about the same error. -Ein -Original Message- From: Erin Fortenberry Sent: Monday, December 19, 2005 2:23 PM To: Jose Borquez; PHP Questions Lists Subject: RE: [PHP] PHP errors in Apache