HOME | DOWNLOAD | SUPPORT | INSTALLATION | FAQ | SUPPORT FORUM | DEMO
 ° Forums ° Statistics ° Registration ° Search ° Manual °
SkaLinks Forum / Technical Support / how to make it work on windows server? PARSE ERROR
Author Message
dataman


Posted: 24 Oct 2006 05:23:23


I am getting this error
Parse error: parse error, unexpected T_STRING in
I have made the changes in header.php and everything is fine.
But it's strange error I am getting

dataman


Posted: 24 Oct 2006 05:28:45


I made zip of files and uploaded to server and then unzip the folder. So I don't think any file is corrupt.
Error is this site http://medicalhealthtour.com/link-exchange/

Stevie


Posted: 25 Oct 2006 08:14:47


I see that the errors you are recieving are:
Notice: Undefined variable: _dir_root in C:\Webspace\resadmin\medical\medicalhealthtour.com\www\link-exchange\h eaders.php on line 25

Notice: Undefined variable: id in C:\Webspace\resadmin\medical\medicalhealthtour.com\www\link-exchange\i ndex.php on line 24

Notice: Undefined index: page in C:\Webspace\resadmin\medical\medicalhealthtour.com\www\link-exchange\i ndex.php on line 25

Notice: Undefined index: cat_arr in C:\Webspace\resadmin\medical\medicalhealthtour.com\www\link-exchange\i ndex.php on line 26

Notice: Undefined index: link_arr in C:\Webspace\resadmin\medical\medicalhealthtour.com\www\link-exchange\i ndex.php on line 27

Notice: Undefined index: adminname in C:\Webspace\resadmin\medical\medicalhealthtour.com\www\link-exchange\S kaLinks_include\SkaLinks.class.php on line 1967

Notice: Undefined index: pwd in C:\Webspace\resadmin\medical\medicalhealthtour.com\www\link-exchange\S kaLinks_include\SkaLinks.class.php on line 1967

These arewhat are causing the bomb. You have some problems somwhere in your database I think, where the fields are not being found.
Think you might need some help from SKA originators... this looks like a database corruption to me.

skalinks
Admin

Posted: 26 Oct 2006 07:11:15


Hello dataman,

You should change error_reporting PHP directive to E_ALL ~ &E_NOTICE
You can do it on your server.

dataman


Posted: 28 Nov 2006 02:02:57


hello now i am getting
Warning: main(C:/Webspace/resadmin/medical/medicalhealthtour.com/link-exchange/ smarty/Smarty.class.php) [function.main]: failed to open stream: No such file or directory in C:\Webspace\resadmin\medical\medicalhealthtour.com\www\link-exchange\h eaders.php on line 67

Fatal error: main() [function.require]: Failed opening required 'C:/Webspace/resadmin/medical/medicalhealthtour.com/link-exchange/smar ty/Smarty.class.php' (include_path='.;c:\php4\pear') in C:\Webspace\resadmin\medical\medicalhealthtour.com\www\link-exchange\h eaders.php on line 67

skalinks
Admin

Posted: 28 Nov 2006 05:43:41


Check value of $_dir_root in headers.php file. Did you specify the right value?

dataman


Posted: 28 Nov 2006 09:04:12


Yes i did

dataman


Posted: 28 Nov 2006 09:08:26


when i use backslash in $_dir_root in headers.php i get following error

Parse error: parse error, unexpected T_STRING in C:\Webspace\resadmin\medical\medicalhealthtour.com\www\link-exchange\h eaders.php

skalinks
Admin

Posted: 30 Nov 2006 02:52:36


Try to write "//" in $_dir_root, instead of "/".