Cant run photo album MOD on PhpBB

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jeep
Forum Newbie
Posts: 6
Joined: Sat Feb 11, 2006 2:34 pm
Location: High Desert, CA
Contact:

Cant run photo album MOD on PhpBB

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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')
jeep
Forum Newbie
Posts: 6
Joined: Sat Feb 11, 2006 2:34 pm
Location: High Desert, CA
Contact:

Post by jeep »

Turns out it was that I missed the mod of the Functions file. Works now. thanks!!!!!!
Post Reply