Page 1 of 1

upgrade.php_dev1.2.3_Fehlermeldung

Posted: Sun 29. May 2005, 14:40
by petsta
Hallo ,
tried to update from 1.1RC4 to dev-1.2.3 like written here: http://www.phpwcms.de/forum/viewtopic.php?p=38615#38615
Running "upgrade.php" i get this error:
---------------------------------------------------
Fatal error: Cannot redeclare set_chat_focus() (previously declared in /homepages/XX/XXX/htdocs/home/XXX/dev123/include/inc_lib/
general.inc.php:592) in /homepages/XX/XXX/htdocs/home/XXX/dev123/include/inc_lib/
backend.functions.inc.php on line 32
--------------------------------------------------------
Can somebody tell me, where is the problem?
Thanx!

Re: upgrade.php_dev1.2.3_Fehlermeldung

Posted: Mon 30. May 2005, 14:52
by Neelix
Hallo too,
I found something ...
petsta wrote: ---------------------------------------------------
Fatal error: Cannot redeclare set_chat_focus() (previously declared in /homepages/XX/XXX/htdocs/home/XXX/dev123/include/inc_lib/
general.inc.php:592) in /homepages/XX/XXX/htdocs/home/XXX/dev123/include/inc_lib/
backend.functions.inc.php on line 32
--------------------------------------------------------

I search in 1.1RC4 and in dev-1.2.3:

Looks like an problem while overwriting with dev-1.2.3DEV-Files!

>general.inc.php:592
it's was here in 1.1RC4!
in 1.2.3DEV: no function in whole file! (move to backend.functions.inc.php)

I recommend: check the rights (chmod) an try again...