Jump to content

[SOLVED] Fatal error: Unknown function: islogged()


jaredclance

Recommended Posts

Hey, I am trying to setup a shopping cart, but after I installed it, I got this error.

 

Fatal error: Unknown function: islogged() in /home/mentorlo/public_html/sunshop/global.php on line 2709

 

Normally I can do troubleshooting on PHP errors, but I have never seen this one before.

 

Thanks!

Okay so it turns out I can't figure this one out.

There is no islogged function in the entire local site.

This file includes it all over the place though.

It's a lot of code so see if any of you can figure it out.

I can't, but I posted the section of the code giving me trouble.

I understand what it is doing, I just don't understand why they would include that function.

Any ideas?

 

function secure_redirect ($page) {
global $settings, $sess, $cart;
if (islogged()) $USER = '&USERIN='.cryptit($sess->gvar('USERIN')).'&PASSIN='.$sess->gvar('PASSIN');
header('location: '.$settings[secureurl].$page.(($settings[shopurl]!=$settings[secureurl])?'&'.$sess->name().'='.$sess->id().$USER:''));
exit;
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.