Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
15/04/2003 14:43:01
|
Lars
Newbie
Joined: 15/04/2003 14:27:58
Messages: 2
Location: Susteren, Netherlands
Offline
|
Would anybody know why I get a: parse error, unexpected T_STRING
in the Advanced Guestbook and the Vote script?
I get this error now and then, but mostly it works correct? very strange!
The server runs: Apache Webserver on a Unix server
and the mod_perl plugin for Apache Installed
the url is: http://www.vwteamlimburg.nl
Grtz Lars.
|
|
15/04/2003 14:51:00
|
Lars
Newbie
Joined: 15/04/2003 14:27:58
Messages: 2
Location: Susteren, Netherlands
Offline
|
Parse error: parse error, unexpected T_STRING in /home/virtual/site55/fst/var/www/html/guestbook/lib/gb.class.php(132) : eval()'d code on line 1
With the Advanced Guestbook, and:
Parse error: parse error, unexpected T_VARIABLE in /home/virtual/site55/fst/var/www/html/poll/include/class_poll.php(264) : eval()'d code on line 1
with The Poll script.
Any sugestions?
|
|
09/04/2004 18:39:57
|
Anonymous
|
I think you have a php settings issue.
Try to disable Magic quotes for runtime-generated data in your php.ini file:
magic_quotes_runtime = off
Then restart your webserver.
I hope this helps you out.
//Regards, Micke
|
|
|
|
|
|
Based on the open source JForum
|