It's possible to replace
define('XOOPS_ROOT_PATH', 'server/xoops/html' );
by
define('XOOPS_ROOT_PATH', str_replace("\", "/",dirname ( FILE)) );
Logged In: YES user_id=882380
This will require changes to the installer, so I postponed it for 2.0.15.
Log in to post a comment.
Logged In: YES
user_id=882380
This will require changes to the installer, so I postponed
it for 2.0.15.