1
Mods & Plugins (Releases & Support) / Fatal error: Call to undefined function: get_permission()
« on: May 15, 2003, 06:46:26 AM »
Hi,
I checked out your mod on your page and it is great! So I tried to install it. However, I get this error message:
Fatal error: Call to undefined function: get_permission() in /abc/xyz/homepage/ewb/gallery/includes/page_header.php on line 321
Line 321 is the following:
$user_access = get_permission();
When I comment out this line, the error message disappears. And the mod still works! Any idea why? Where is this function defined? Do you need $user_access anywhere? I don't see where it is used. Or can you do without this line 321???
If I am not mistaken, get_permission is not php function, right? (I searcehd www.php.net on that.)
Any help is appreciated!
Moritz
I checked out your mod on your page and it is great! So I tried to install it. However, I get this error message:
Fatal error: Call to undefined function: get_permission() in /abc/xyz/homepage/ewb/gallery/includes/page_header.php on line 321
Line 321 is the following:
$user_access = get_permission();
When I comment out this line, the error message disappears. And the mod still works! Any idea why? Where is this function defined? Do you need $user_access anywhere? I don't see where it is used. Or can you do without this line 321???
If I am not mistaken, get_permission is not php function, right? (I searcehd www.php.net on that.)
Any help is appreciated!
Moritz