Page 1 of 1

Cant run photo album MOD on PhpBB

Posted: Wed Feb 15, 2006 11:20 pm
by jeep
Fatal error: Call to undefined function: checkflag() in /home/highd/public_html/forum/album_mod/album_hierarchy_sql.php on line 81

I get the above error when I try to call:
http://highdeserthub.com/forum/album.php

I installed (I hope correctly) photo album 1.2.1 MOD

Located here:
http://www.phpbbhacks.com/download/5028

Can anyone shed some light on why I get this error? I'd really like to get this MOD working.

OR can you help me restore things to start again? I don't know how to roll back database changes.

Damien

Posted: Wed Feb 15, 2006 11:35 pm
by feyd
how are you including the file? if similar to include('http://example.com/path/file.php') then you need to switch to something similar to include('path/file.php')

Posted: Wed Feb 15, 2006 11:56 pm
by jeep
Turns out it was that I missed the mod of the Functions file. Works now. thanks!!!!!!