Thread: TBDev 2009
View Single Post
  #45  
Old 4th January 2012, 13:01
Darkness's Avatar
Darkness Darkness is offline
Senior Member
 
Join Date: Oct 2011
P2P
Posts: 43
Default Hello!!
I have this error when I try to go http://mysite.org/index.php

Code:
Warning:  Unexpected character in input:  '\' (ASCII=92) state=1 in E:\xampp\htdocs\include\config.php on line 93

Warning:  Unexpected character in input:  '\' (ASCII=92) state=1 in E:\xampp\htdocs\include\config.php on line 93

Parse error:  syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in E:\xampp\htdocs\include\config.php on line 93
What should I do ?

this is the part of the code lines 90 - 93

PHP Code:
## DO NOT UNCOMMENT THIS: IT'S FOR LATER USE!
$host getenv'SERVER_NAME' );
$script getenv'SCRIPT_NAME' );
$script str_replace"\\""/"$script ); 
and if I must to comment that lines how can I do that ?

Bump:
Quote:
Originally Posted by k0pilashu View Post
Hi !
Can someone help with this?


I cannot login in with no user/admin account !

PHP Code:
Not logged in!

 
ErrorThe page you tried to view can only be used when you're logged in.
            Note: You need cookies enabled to log in. 
I have Enable/Disable Cookies = NOTHING
I have changed the codes = NOTHING
P.S : i`m using 000webhost for my tracker !

Same here ..
I can not login

PHP Code:
Not logged in!

 
ErrorThe page you tried to view can only be used when you're logged in.
            Note: You need cookies enabled to log in. 
when I login Return me here :(

http://mysite.org/login.php?returnto=%2Fmy.php

Last edited by Darkness; 4th January 2012 at 13:43.
Reply With Quote