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!

Link to comment
Share on other sites

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;
}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.