HTTP_SESSION_VARS in Xataface 1.2.4

A place for users and developers of the Xataface to discuss and receive support.

HTTP_SESSION_VARS in Xataface 1.2.4

Postby andperry » Fri May 14, 2010 1:49 am

Just tried switching to Xataface 1.2.4 and get the following warning at the top of the page:-

Notice: Undefined variable: HTTP_SESSION_VARS in D:\Users\Common\Documents\WebSite\Sites\All Sites\public_html\xataface-1.2.4\config.inc.php on line 78.

Any ideas?

Thanks,

Andrew.
andperry
 
Posts: 57
Joined: Wed Feb 18, 2009 9:20 am
Location: Wirral, UK

Re: HTTP_SESSION_VARS in Xataface 1.2.4

Postby shannah » Fri May 14, 2010 10:53 am

Thanks for pointing this out. This is fixed in SVN now. You can fix this by changing line 78 from:
Code: Select all
$HTTP_SESSION_VARS = stripslashes_array($HTTP_SESSION_VARS, '');

to
Code: Select all
$HTTP_SESSION_VARS = stripslashes_array(@$HTTP_SESSION_VARS, '');


-Steve
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 44 guests

cron
Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved