Hello, i'm trying to update this indexhibit to a very old version (i think the 0.7 but can't find the version in any file of the backup) to the current version (v2.1.6).
I've followed the tutorial on how to upgrade without reinstall everything:
– backup the old website
– uploaded index.php, /ndxzsite/, /ndxzstudio/ as described
– run the installer and everything seems fine, he recognized the old db
– Now i can access the admin area but the front of the website gives me an error: This is the website svarnet.it/
– I still have to update themes and exhibit formats but i can make it in a second moment, right? Actually I'm stuck because this instruction isn't clear for me:
-> Updating templates and exhibit formats
Any help?
Another thing: if i want to debug the error of the index how can i do that? I found the lines about debugging and edited as following but nothing happes:
// hide errors for the live site
error_reporting(1);
// because we are backwards compatible
ini_set('display_errors', 'On');
Thanks!