Installation Troubleshooting::error of my xoops website set in my server
Did you read the "XOOPS Installation Guide"?
You have to make sure that the directories are properly identified in your mainfile.php file:
I guess, it needs to be something like:
If you have it, then make sure that the write permissions for these directories are properly set.
Did you read the "XOOPS Installation Guide"?
You have to make sure that the directories are properly identified in your mainfile.php file:
I guess, it needs to be something like:
// Physical path to the XOOPS documents (served) directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', '/home/ecofish1');
// Physical path to the XOOPS library directory WITHOUT trailing slash
define('XOOPS_PATH', /home/ecofish1/xoops_lib');
// Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash
define('XOOPS_VAR_PATH', '/home/ecofish1/xoops_data');
If you have it, then make sure that the write permissions for these directories are properly set.