Visitor tracking system, path error

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
madmus
Posts: 18
Joined: Sat 29. May 2004, 03:19

Visitor tracking system, path error

Post by madmus »

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">


why? why? why not:
<script src="phpwcms_template/inc_js/frontend.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="phpwcms_template/inc_css/frontend.css">
Last edited by madmus on Wed 21. Jul 2004, 08:26, edited 1 time in total.
Pappnase

Post by Pappnase »

hello

did you proof if you done all right? maybe you have made an error while editing?
madmus
Posts: 18
Joined: Sat 29. May 2004, 03:19

Post by madmus »

i think so,
i did it twice

i think it's something wrong with my php.ini
madmus
Posts: 18
Joined: Sat 29. May 2004, 03:19

Post by madmus »

i got this warning

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/phpOpenTracker/Container.php on line 70
Post Reply