Hi,

On 26-12-2012 8:50, Ronald Wiplinger wrote:
I have attempt to upgrade to 6.0 and I am totally lost. I could not spot
an error, but the result is an empty page ;-(

The errorlog and access log are:

cat eft.elmit.info.error.log
[Wed Dec 26 08:35:04 2012] [error] [client 114.42.76.138] PHP Fatal
error:  Call to undefined method
TYPO3\\CMS\\Core\\Utility\\GeneralUtility::GPvar() in
/var/www/eft.elmit.info/typo3conf/ext/cal/res/class.tx_cal_isCalFrontendEditing.php
on line 14,

A script of the extension "cal" is calling a function which was deprecated a long time ago and which was removed from the core. There is a new version of "cal" (v. 1.5.2) which is compatible with 6.0

[Wed Dec 26 08:38:56 2012] [error] [client 114.42.76.138] PHP Fatal
error:  Call to undefined method
TYPO3\\CMS\\Core\\Utility\\GeneralUtility::makeInstanceClassName() in
/var/www/eft.elmit.info/typo3conf/ext/templavoila/mod1/index.php on line
200, referer: http://eft.elmit.info/typo3/backend.php

A script from the extension "templavoila" is calling a function which was deprecated in the past and which was removed from the core. There is a new version of TemplaVoilà (v. 1.8.0) available which is compatible with 6.0

You can (temporarily) disable these extensions by editing typo3conf/LocalConfiguration.php and removing "cal" and "templavoila" from:
'EXT'
  'extList'
  'extListArray
  'extList_FE'

Remove the files from typo3temp/Cache/Code/cache_core/ just to be sure.
The Install Tool and the backend should work and you can use the Extension Manager to download and install new versions of those two extensions.

--
Jigal van Hemert
TYPO3 Core Team member

TYPO3 .... inspiring people to share!
Get involved: typo3.org
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to