|
From: Sandro Z. <san...@we...> - 2002-10-08 07:23:49
|
OK, the registration process is fixed, should work now. I am currently working on creation of journals and publications, implementing the last phase of the new authorization system. Please get the latest version from CVS, here's a little description how to install the current CVS version: ### 1. anonymous CVS download ### Use the shell: # cd [path-to-your-webserver-root] # cvs -d:pserver:ano...@cv...:/cvsroot/oc4ware login Hit return, don't enter a password. # cvs -z3 -d:pserver:ano...@cv...:/cvsroot/oc4ware co oc4ware # cvs -z3 -d:pserver:ano...@cv...:/cvsroot/oc4ware co liboc4ware Delete or overwrite any existing oc4ware/ and liboc4ware/ directories. Create a directory [path-to-your-webserver-root]/oc4ware/data/ if it's not already there. This is where the components of oc4ware store their data. ### 2. write permissions ### On your _development_ server, simply do # chmod -R 777 [path-to-webserver-root]/oc4ware/ ### 3. installation wizard ### Open your webbrowser and visit http://localhost/oc4ware/installer/ and follow the instructions. If you chose a new installation for development and simply click "next" all the time, you will get a oc4ware installation with some data to play around. This will also automatically create a database called "oc4ware" in MySQL and automatically _delete_ the same database if it existed before, without any backup up to now. Please don't hesitate to tell me if I forgot anything and things don't work out well. Cheers! Sandro On Monday 07 October 2002 11:03, Sandro Zic wrote: > 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.ph > >p 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 > > ------------------------------------------------------- > 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 |