PHP Error =\

Technical Chatter here.
Post Reply
User avatar
Phenomena





Posts: 1510
Joined: Thu Jul 01, 2004 3:25 pm
Location: Training my ducks
Contact:

PHP Error =\

Post by Phenomena »

ok i was installing the photo album mod, on my forums,

after i finished uploadining/editing i get this error:
"Fatal error: Call to undefined function: checkflag() in /home/navy2/public_html/hosted/halotrial/album_mod/album_hierarchy_sql.php on line 81"
in case it matter line 81 is:

Code: Select all

	$can_upload = (int) checkFlag($options, ALBUM_AUTH_UPLOAD);
go easy on me im new to phpbb :P
Image
And if they don't accept Jesus as their Personal Savior, you can kill them later. How cool is that!
kaptainkommie




Wordewatician 500

Posts: 732
Joined: Wed Nov 26, 2003 11:59 pm
Location: Raleigh, NC, USA

Post by kaptainkommie »

PHP is looking for the function called checkflag(), it doesn't exist or is defined after the call is made to it.
Post Reply