[geeklog-users] Erroring creating new story

Dirk Haun dirk at haun-online.de
Sat Aug 21 03:57:07 EDT 2004


Robin,

>Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$'
>in /var/www/robinbowes.com/geeklog/main-CVS/system/classes/upload.class.php
>on line 1187

Yep, the global statement there is missing a $ sign before the
HTTP_SERVER_VARS. It should read:

    global $HTTP_SERVER_VARS;

That's what happens when you check in stuff without testing it first
because it seemed like such a trivial change ... :-/

It's fixed in CVS now. Thanks!

bye, Dirk


-- 
http://www.haun-online.de/
http://geeklog.info/




More information about the geeklog-users mailing list