Foren / Cotonti / Support / Trouble upgrading to cotonti with new seditio files?

Trustmaster
#22290 25. Januar 2010, 00:00
And do you still get
Warning: require_once(/xtemplate.php) [function.require-once]: failed to open stream: No such file or directory in /home/armaholi/public_html/testers/armaholictest/system/functions.php on line 4969
That line in functions.php is
require_once $cfg['system_dir'].'/xtemplate.php';
So, this variable seems to be empty. In upgrade-seditio...php the inclusion order is
require_once './datas/config.php';
require_once($cfg['system_dir'].'/functions.php');
Which is weird because functions.php wouldn't be included in this case at all! Is your script from Seditio package? Please check if you have latest Cotonti files.
May the Source be with you!