1
Hi everybody,
I'm looking for help because I recovered the last backup of a site before it was shut down. I am an old user of xoops, I was in charge of the site of a group of friends and I had used the CMS in 2008/2009.
I'd like to save some text and written material if not the whole site! Now ... I am a bit short of Xoops, I tried to install XAMPP (3.3.0) in the hope that it will work without problems but I am having some errors.
my current situation is this:
Folders in
C: \ xampp \ htdocs \ xoops \ site
C: \ xampp \ htdocs \ xoops \ xoops_data
C: \ xampp \ htdocs \ xoops \ xoops_lib
C: \ xampp \ htdocs \ xoops \ xoops_trust_path
SQL in imported database named: xoops
I modified the mainfile.php file:
define ('XOOPS_ROOT_PATH', 'C: \ xampp \ htdocs \ xoops \ site \ tmp');
define ('XOOPS_PATH', 'C: \ xampp \ htdocs \ xoops \ xoops_trust_path');
define ('XOOPS_VAR_PATH', 'C: \ xampp \ htdocs \ xoops \ xoops_data');
define ('XOOPS_URL', 'C: \ xampp \ htdocs \ xoops \ site');
define ('XOOPS_DB_TYPE', 'mysql');
define ('XOOPS_DB_PREFIX', 'anim');
define ('XOOPS_DB_HOST', 'localhost');
define ('XOOPS_DB_USER', '');
define ('XOOPS_DB_PASS', '');
define ('XOOPS_DB_NAME', 'xoops');
i tried to change something but i just get this error:
XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run.
can you give me a hand? thank you very much!
Greetings
Filippo