Bizarre 1.9 Installation Problem
Posted: Thu Nov 18, 2010 10:17 pm
On a linux server, PHP 5.2.13, Apache/2.2.15 (Fedora) all checks show the green checkmark.
After the initial language choice screen, en_US selected, all subsequent pages are filled with smarty errors like:
Smarty_Compiler.class.php, line 590)" string(124) "Smarty error: [in install2.tpl line 47]: syntax error: unrecognized tag 'lang_install'
On the same server, in different subdirs, I can install versions 1.7 to 1.8.2 without a problem, but 1.9 has all of these errors.
In looking through the PHP Info, I noticed this difference on the 1.9 version in the HTTP Response Headers section:
Set-Cookie cms_language=deleted; expires=Wed, 18-Nov-2009 23:03:19 GMT
which is what happens when an empty string is passed by setcookie.
Any ideas why this would be happening?
Any solutions?
Nullig
After the initial language choice screen, en_US selected, all subsequent pages are filled with smarty errors like:
Smarty_Compiler.class.php, line 590)" string(124) "Smarty error: [in install2.tpl line 47]: syntax error: unrecognized tag 'lang_install'
On the same server, in different subdirs, I can install versions 1.7 to 1.8.2 without a problem, but 1.9 has all of these errors.
In looking through the PHP Info, I noticed this difference on the 1.9 version in the HTTP Response Headers section:
Set-Cookie cms_language=deleted; expires=Wed, 18-Nov-2009 23:03:19 GMT
which is what happens when an empty string is passed by setcookie.
Any ideas why this would be happening?
Any solutions?
Nullig