Sorry for the rather late reply - I was moving, and ended up not online for longer than expected.
As I said in the original post, I'm really PHP illiterate. What exactly do you mean by the full path? I'm guessing you mean the path to the forum... maybe the index.php file? I tried a few things (like /forums/index.php, and home2/cyberve/public_html/forums/index.php), but it kept giving me the same error.
Also, I've noticed that in various places in the code, I find things like this:
Code:
require_once('./gallery_config.php');
Do I need to include the '. and ' around the path, once I figure out what it is?