Error in News Mod???

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
jmansa
Posts: 11
Joined: Tue 11. Jul 2006, 22:48

Error in News Mod???

Post by jmansa »

I have just installed the news mod, and everything semes fine but when I want to add news I get this error
Fatal error: Cannot redeclare sql_datetime() (previously declared in /mysite/include/inc_lib/general.inc.php:23) in /mysite/include/inc_tmpl/news.editcontent.inc.php on line 2
How do I get rit of this???[/quote]
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

don't have the Code here, but try to Comment out

Code: Select all

/* function sql_datetime(...) {
...
}
*/
in /include/inc_tmpl/news.editcontent.inc.php
seems that this function is now in ../include/inc_lib/general.inc.php
declared
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
jmansa
Posts: 11
Joined: Tue 11. Jul 2006, 22:48

Post by jmansa »

Just removed the date funktion in edit.news... Thanks...
Post Reply