Now I have tried to install version 1.0. It works better for me, but i still have some problems.
During the installation I have a problem in step 4. If I select one or more categories and click next, I get a blank screen and nothing more happens. If instead I select Skip, the installation completes. The admin-password is not shown, but it is send to me via email, so no real problem in that.
Next I delete the oc-installer folder. Click to log in to the admin panel. I type in the username and password that I got via email. This is accepted, but again I get a completely blank screen. (Even the source code of that page is empty).
I have tried to guess, what might be wrong. During the installation step 4, I presume that the program must create a folder for each category - where the items must later be stored. Could the problem be that I am running Windows (Wamp) on the server (with different slashes expected)? .... yes, I know that I should change my server to a decent operatingsystem, and yes I will do that, but I need a little more time to complete it ;-)
When I try log into the admin panel, I go to the page /osclass/oc-admin/index.php, which redirects me to /osclass/oc-admin/main.php. I tried to look into the sources of these files and noticed that you use dirname(__FILE__), to define the different paths. I tried to open the file oc-load.php and add the line echo(APP_PATH.'/config.php'); after line 29. This gives an output of K:\wamp\www\sallnet_dk\oc/config.php - where oc is my installation-folder. Here I wonder if the different slashes might confuse something? When I write something in PHP, I use $_SERVER["DOCUMENT_ROOT"] + the installation folder. This gives me normal slashes, but I don't know, if this has any significance.