7
Make sure include/ is given the right permission, it should be 755 (-rwxr-xr-x).
If that didn't solve your issue or the permission was already set, check that the XOOPS Physical Path in your mainfile.php is correct.
If your unsure on what you should write as psysical path you can make a new file with the following content:
$show = realpath('index.php');
echo $show;
?>
name it as WhateverYouWant.php, upload it to the root of your Xoops-directory and call it from your browser. Copy the output and paste it in as XOOPS Physical Path in your mainfile.php (without index.php).
Best Regards,
Bananadude
--- censored by Bananadude ---