you were 100% correct. my host default is php4 like you said.
i asked the support and they lead to me the upgrade page.
there are couple options available, can you PLEASE help me pick the right one?
here are the options
PHP5
All files with the extension .php will be handled by the PHP5 engine.
Current, most reliable and best performing version of PHP
PHP5 (Single php.ini)
Same as PHP5, but all subdirectories will use ~/public_html/php.ini
PHP5 (FastCGI)
All files with the extension .php will be handled by PHP5 FastCGI processes.
FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_suphp. This eliminates the overhead of loading the PHP interpretor on every hit. Since it is always in memory ready for the next hit, the responses will be generated faster.
THANK YOU THANK YOU
yellow1912:
The above error indicates that you have not changed the file /includes/classes/ssu/languages/default.php as instructed.
It also means that you are not running php5, you are running php4.
On many hosts, the default is set to php4 even it can support php5. There usually is a very simple process to enable php5.
I suggest recheck the above file first, then if you want to upgrade to php5 please contact your host. (Make sure you run zen 1.3.7+ if you plan to use php5)
Regards