| Wednesday 04 August 2004 12:20:28 am 
                                                                
                                                                 
I'm upgrading, or at least trying to upgrade our eZp-website from 3.2-2 (3.2 release 2)to 3.4.0 (3.4.0). I'm almost there after updating databases and all, but there seems to be a problem with caching. This little bastard is holding me back:
 
Parse error: parse error, unexpected T_ELSE in /www/var/mysite/cache/template/compiled/folder-a9516c84a06141ba3f24dcee643c75a1.php on line 633
Fatal error: Exponential did not finish it's request
 Anyone seen this parse error before while upgrading? 
This is cut'n pasted from line 633 and so on in the cache-file mentioned:-------------
 }
 else
 {
 $resourceFound = false;
 if ( file_exists( "var/mysite/cache/template/compiled/full-ec4187abe076068fbc1fca265893756a.php" ) )
 
{$resourceFound = true;
 $namespaceStack[] = array( $rootNamespace, $currentNamespace );
 $currentNamespace = $rootNamespace = !$currentNamespace ? "NodeView" : ( $currentNamespace . ':' . "NodeView" );
 include( "var/mysite/cache/template/compiled/full-ec4187abe076068fbc1fca265893756a.php" );
 list( $rootNamespace, $currentNamespace ) = array_pop( $namespaceStack );
 }
 ------------- Any hints and clues would be much appreciated. :) 
Best regards,Valentin, Norway.
 |