error_log contents
PHP Fatal error: Call to undefined function: debug_buffer() in /blabla/httpdocs/team/include.php on line 50
excluding this relatively unimportant function. Next error:
PHP Fatal error: Call to undefined function: array_walk_recursive() in /blabla/httpdocs/team/include.php on line 54
Which refers to misc.functions.php ... so preliminairy conclusion so far; none of the includes seem to work. Yet all the paths seem to be right.
All tests are passed successfully in step 1, except:
"Checking if session.save_path is writable
Your session.save_path is "/apache_sessions". Not having this as writable may make logins to the Admin Panel not work. You may want to look into making this path writable if you have trouble logging into the Admin Panel.
Checking if ini_set works
Although the ability to override php ini settings is not mandatory, some addon (optional) functionality uses ini_set to extend timeouts, and allow uploading of larger files, etc. You may have difficulty with some addon functionality without this capability. "
Also not really important.
I read and performed the steps in doc/INSTALL.txt ...
what am I doing wrong? I'm not supposed to have it into a subdir or what? Then why all the echo's I included in the source give the right locations? Must be something else I'm missing here.
Would be so lovely to get it up and running and have a replacement for freewebs.
update 2
hmm going to www.blabla.nl/team/ gives following error
PHP Fatal error: Call to undefined function: redirect() in /blabla/httpdocs/team/index.php on line 50
on that line you will find: redirect('install/install.php');
which happens to be another function from the misc.functions.php library

I'm lost
