|
From: Sandro Z. <san...@we...> - 2002-10-07 09:01:29
|
Now I know what's the problem: The registration of new members, new journals or publications is currently broken in the CVS version as we currently finish the new authorization system. Will be done today. I'll let you know then you can grab the latest version from CVS. You could also try out the online demo which runs with the latest stable version (http://www.oc4ware.org/demo) if you want to see how the registration of new members works. On the surface, there's nothing different compared to the current CVS version. Sandro On Monday 07 October 2002 10:41, Sandro Zic wrote: > 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.ph > >p on line 79 > > > > Warning: mkdir() failed (No such file or directory) in > > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.ph > >p on line 79 > > > > Warning: mkdir() failed (No such file or directory) in > > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.ph > >p on line 79 > > > > Warning: mkdir() failed (No such file or directory) in > > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.ph > >p on line 79 > > > > Warning: mkdir() failed (No such file or directory) in > > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.ph > >p on line 79 > > > > Warning: mkdir() failed (No such file or directory) in > > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.ph > >p on line 79 > > > > Warning: mkdir() failed (No such file or directory) in > > /usr/local/httpd/htdocs/liboc4ware/Framework/1/OC4_FRAMEWORK_functions.ph > >p 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 > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > oc4ware-general mailing list > oc4...@li... > https://lists.sourceforge.net/lists/listinfo/oc4ware-general |