11
Mamba
Re: error of my xoops website set in my server
  • 2013/9/11 13:27

  • Mamba

  • Moderator

  • Posts: 11547

  • Since: 2004/4/23


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.
Support XOOPS => DONATE
Use 2.7.x | Docs | Modules | Bugs