1
I want to completely rebuild one of my old websites, which i think was xoops 2.43 or 2.4.5
I'm trying to run a backup copy on Xampp but I keep getting an error
Parse error: syntax error, unexpected 'XOOPS_PATH' (T_STRING) in C:\xampp\htdocs\znachok\mainfile.php on line 27
I've tried various configurations for that line. Right now it's
// Physical path to the XOOPS library directory WITHOUT trailing slash
define( 'XOOPS_PATH', 'C:/xampp/htdocs/znachook/xoops_lib' );
I need informaiton and category structures from the old site so I can build the new one. So... can someone tell me what it's supposed to be?
TIA