6
Greetings and thanks for any help in advance,
I have changed the paths in mainfile, now I get this error!
""Error: Smarty error: the $compile_dir '/home/content/dog/xoops_MYSITE/xoops_data/caches/smarty_compile' does not exist, or is not a directory.""
The directory is there and has the right CHMOD.
below is the path section of mainfile..
=========================================================
// XOOPS Physical Paths
// Physical path to the XOOPS documents (served) directory WITHOUT trailing slash
define( 'XOOPS_ROOT_PATH', '/home/content/dog/html/ro/xoops' );
// For forward compatibility
// Physical path to the XOOPS library directory WITHOUT trailing slash
define( 'XOOPS_PATH', '/home/content/dog/xoops_ro/xoops_lib' );
// Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash
define( 'XOOPS_VAR_PATH', '/home/content/dog/xoops_ro/xoops_data' );
// Alias of XOOPS_PATH, for compatibility, temporary solution
define("XOOPS_TRUST_PATH", '/home/content/dog/xoops_ro/XOOPS-TRUST-PATH');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define( 'XOOPS_URL', 'http://xoops.rockthepipe.com' );
define( 'XOOPS_URL', 'http://xoops.rockthepipe.com' );