Jump to content

[SOLVED] using @ with classes? error, page stops running


leeming

Recommended Posts

[code]if(!class_exists("mod"))
{
  ?>
  <div class='missingfield'>
    You do not have any staff access privileges.
  </div>
  return;
  <?
}
elseif(@!$mod->modforums(1))
{
  ?>
  <div class='missingfield'>
    You do not have the staff access to view this page.
  </div>
  return;
  <?
}[/code]

basicly this page is a staff page, so the 1st if, is checking for if the user is a staff member...
but the 2nd is checking if they have the right permissions to view the page... the problem is, im getting this error, and i have tried a few things, with moving the '!' and '@' around

This is without the '@'
[quote]Fatal error: Call to a member function on a non-object in .....[/quote]

"$mod->modforums(1)" should return true or false... and it is a defined function in my class, as this page works when a staff member is logged in (myself) as all the class vars have been set properly, since they can...

but if i add the '@' the page just doesnt load at all past that line...
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.