After a self-inflicted problem, I tried to restore my site from the backup I made before messing with the code. However, it does not work.
What I did to backup:
1.) Copied the whole directory-structure below httpdocs to a local machine
2.) Exported the mysql database
What I did to restore:
1.) Emptied the messed up database & recreated it from scratch, using the export file
2.) Deleted everything below httpdocs & put my local copy up
3.) chmodded "files" and "image" directory to 777
What happens now:
I can't login - errormessage: "user/login not found"
The site is set back to the default theme & throwing those error messages:
warning: array_keys(): The first argument should be an array in httpdocs/includes/menu.inc on line 852.
warning: Wrong parameter count for min() in httpdocs/includes/menu.inc on line 852.
warning: array_key_exists(): The second argument should be either an array or an object in httpdocs/includes/menu.inc on line 856.
warning: array_key_exists(): The second argument should be either an array or an object in httpdocs/includes/menu.inc on line 889.
warning: Cannot modify header information - headers already sent by (output started at httpdocs/includes/common.inc:344) in httpdocs/includes/common.inc on line 167.
warning: array_key_exists(): The second argument should be either an array or an object in httpdocs/includes/menu.inc on line 386.