|
Look at your own error messages because your issue is simple. You are not using the correct server paths to your gallery and forum. Try this in that file
$vbpath = "/var/www/vhosts/afboard.com/httpdocs/forum";
$pppath = "/var/www/vhosts/afboard.com/httpdocs/gallery";
|