2
In mainfile.php
le="color: #000000"><?php // XOOPS Physical Path // Physical path to your main XOOPS directory WITHOUT trailing slash // Example: define('XOOPS_ROOT_PATH', '/path/to/xoops/directory'); define('XOOPS_ROOT_PATH', '');
The last line should have your path to the root dir eg: C:\whatever
Right now it seems, you have left the deafault text in there '/path/to/xoops/directory' which of course isn't the path to your files.
Cheers.