Hi simobill
I don't know that package specifically but the message is referring to a setting in your zenario_siteconfig.php file.
Often it is this:
define('SUBDIRECTORY', '/');
That will work fine if your Apache DocumentRoot points to the directory where your Zenario index.php file is located (same as zenario_siteconfig.php). That is when you access your website with just "website.com".
But sometimes you may need a value here, for example:
define('SUBDIRECTORY', '/myzenario/');
That would be the case if your Apache DocumentRoot points to a directory above index.php, and index.php is in a subdirectory called "myzenario". That is when you access your website as "website.com/myzenario/".
Hope that makes sense!
Tony
You must confirm your screen name on your profile in order to comment.
Please Login if you wish to add a comment.
Hello
Having Bitnami Wamp 8.0.0-0, after copying folder in htdocs folder I get
"Your CMS_ROOT value is not correctly set. 'C:\Bitnami\wampstack\apache2\htdocs\Zenario-8.3.50564\zenario\admin/' is not the correct path to the CMS." error.