|
From: Sandro Z. <San...@oc...> - 2002-10-07 08:39:48
|
On Monday 07 October 2002 10:24, you wrote: > leider ist die oc4ware-Installation doch nicht ganz geglueckt, bereits > das Registrieren eines neuen Users schlaegt fehlt mit: > > -------- > > Warning: mkdir() failed (Permission denied) in > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.php > on line 79 > > Warning: mkdir() failed (No such file or directory) in > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.php > on line 79 > > Warning: mkdir() failed (No such file or directory) in > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.php > on line 79 > > Warning: mkdir() failed (No such file or directory) in > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.php > on line 79 > > Warning: mkdir() failed (No such file or directory) in > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.php > on line 79 > > Warning: mkdir() failed (No such file or directory) in > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.php > on line 79 > > Warning: mkdir() failed (No such file or directory) in > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.php > on line 79 > > Notice: Cannot open error log file in > /usr/local/httpd/htdocs/liboc4ware/Error/1/OC4_ERROR.php on line 188 > > Warning: fclose(): supplied argument is not a valid File-Handle resource > in /usr/local/httpd/htdocs/liboc4ware/Error/1/OC4_ERROR.php on line 211 > > ---------- Most probably, PHP cannot write to your data directory. Per default installation configuration, the data directory resides in [path_to_oc4ware]/data/. In your local installation, do chmod -R 777 [path_to_oc4ware]/data/ Should'nt do any harm on your local machine, but be careful on production environments. If that does not help, uncomment the line 78 in /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.php which writes: //echo $currPath.'<br>'; And send the result to this list. Seems like there are some more problems waiting afterwards, because your error was caused by the error log routine, which means that another error must have occured before to start the error routine :) Thanks for your report! Sandro |