Page 1 of 1

PHP Error =\

Posted: Thu Jun 09, 2005 4:15 pm
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

Posted: Fri Jun 10, 2005 3:40 am
by kaptainkommie
PHP is looking for the function called checkflag(), it doesn't exist or is defined after the call is made to it.