Welcome, Guest. Please Login or Register.
August 22, 2025, 06:07:45 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  An Error Has Occurred! Invalid referring site. « previous next »
Pages: [1] Reply Ignore Print
Author Topic: An Error Has Occurred! Invalid referring site.  (Read 495 times)
zhassan
Noobie
*
Posts: 3


I'm a llama!

An Error Has Occurred! Invalid referring site.
« on: March 26, 2003, 05:06:20 AM »
Reply with quote

greetings,

i just installed YaBBse 1.5.0 and when i try to save any settings or even try to remove the error logs or even try to update my profile i get error stating "An Error Has Occurred! Invalid referring site."  What have I not done correct.... my database seems to be fine since it is creating users just fine... also the links to apache 1.3.27 are working... any help would be greatly appreciated..


P.S. I just tried to create a new board and I get the above error message... as a matter of fact, anything I try to Modify it gives me the error message...
thx

Zubair
« Last Edit: March 26, 2003, 05:23:10 AM by zhassan » Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:An Error Has Occurred! Invalid referring site.
« Reply #1 on: March 26, 2003, 05:24:30 AM »
Reply with quote

Browser, server, PHP, MYSQL versions...

Might try upgrading to 1.5.1.

Are sessions set up properly on your server?

-[Unknown]
Logged
zhassan
Noobie
*
Posts: 3


I'm a llama!

Re:An Error Has Occurred! Invalid referring site.
« Reply #2 on: March 26, 2003, 05:51:01 PM »
Reply with quote

Hi and thanx for replying so quickly.... well I am running Yabbse on apache 1.3.27 on solaris 8, apache is running fine as i am also hosting other websites on it... php version 4.3.1 and mysql is 3.22, and my local browser that I am viewing the site from in IE 6.0 SP1 on Win2k.  As for youre comment about sessions... how do I check, and if they arent set properly how do I fix it.. thanx again

Zubair
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:An Error Has Occurred! Invalid referring site.
« Reply #3 on: March 26, 2003, 08:26:27 PM »
Reply with quote

First, I very much recommend 1.5.1.  It is purely bug fixes over 1.5.0, and is even faster.

To check if sessions are properly set up, you will want to open up the php.ini on your server and check if session.save_path is set to a proper value.

The only thing I can say is that this is the relavant code...

   $referer = parse_url($HTTP_REFERER);

   if (strpos($HTTP_HOST, ':'))
      $rhost = substr($HTTP_HOST, 0, strpos($HTTP_HOST, ':'));
   else
      $rhost = $HTTP_HOST;

   if (!empty($referer['host']) && strlen($rhost) && strtolower($referer['host']) != strtolower($rhost))
      fatal_error($txt['yse306']);

In Subs.php.  If you understand the security risks, you may wish to remove it.... but this is not recommended.

-[Unknown]
Logged
zhassan
Noobie
*
Posts: 3


I'm a llama!

Re:An Error Has Occurred! Invalid referring site.
« Reply #4 on: March 26, 2003, 09:15:26 PM »
Reply with quote

Hey thanx for the input, I tried 1.5.1 and it seems to work for me... thanx for the quick input and response... I thought I was going senile for a little while... Thanx again

Zubair....

P.S. youre software KICKSASS...
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:An Error Has Occurred! Invalid referring site.
« Reply #5 on: March 26, 2003, 09:25:43 PM »
Reply with quote

I also reccomend you upgrade MySQL to 3.23.56 because previous version have a security hole allowing users root access. :-\
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  An Error Has Occurred! Invalid referring site. « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.012 seconds with 17 queries.