oh, just dreaming
i still using Release 1.1-RC4 27-08-2004 for my site http://www.urbanpoor.or.id(in indonesian), upgrade to newer release will be pain in the ass since there's no real multilanguage features.
mine is like this //WYSIWYG EDITOR: //0 = no wysiwyg editor (default) //1 = HTMLAREA (compatible with IE5.5+ and Mozilla 1.3+ based webbrowsers) $_SESSION["wysiwyg_editor"] = 0; $_SESSION["dhtml_hiding"] = 1; $phpwcms["wysiwyg_editor"] = intval($phpwcms["wysiwyg_editor"]); if($phpwcms["wysiwyg ...
why i always get this error when update something?
Warning: Cannot modify header information - headers already sent by (output started at /home/u215/domain/urbanpoor.or.id/web/phpwcms.php:206) in /home/u215/domain/urbanpoor.or.id/web/include/inc_tmpl/admin.templates.tmpl.php on line 111
Warning: session_register(): Cannot send session cookie - headers already sent by (output started at /home/u215/domain/urbanpoor.or.id/web/include/inc_ext/phpOpenTracker/phpOpenTracker/Config.php:261) in /home/u215/domain/urbanpoor.or.id/web/include/inc_ext/phpOpenTracker ...
my phpwcms produce output like this when i install the VTS MOD <script src="hpwcms_templateinc_js/frontend.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="hpwcms_templateinc_css/frontend.css">
OH i know now!
it's because i install MOD VTS by cguenther (http://www.emediafabrik.de).
I commented out the index.php part where it should be include the script, and everything fine
my phpwcms produce output like this <script src="hpwcms_templateinc_js/frontend.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="hpwcms_templateinc_css/frontend.css">