ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Installation / System Requirements (http://forum.ispsystem.com//forumdisplay.php?f=10)
-   -   HTTP_REFERER assumed 'uinfo' (http://forum.ispsystem.com//showthread.php?t=1773)

Bt4 02-02-2012 01:20 AM

HTTP_REFERER assumed 'uinfo'
 
Hello
i have this problem from much of websites

Notice: Undefined index: HTTP_REFERER in /var/www/user/data/www/site.com/includes/classes/userClass.php on line 109

Notice: Use of undefined constant uinfo - assumed 'uinfo' in /var/www/user/data/www/site.com/includes/interface.php

i have search on google but i ddt find any way to fix that
also i upgrade my php to 3 and i dongrade to old versions but i have some problem yet

plesae help me to fix this problem

thanks

slava 02-02-2012 01:29 PM

This is error in scripts, you should use
if(isset($_SERVER["HTTP_REFERER"]))$refer=$_SERVER["HTTP_REFERER"]);

or disable notices in php.ini


All times are GMT +2. The time now is 07:24 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.