Advertisement:

Author Topic: This Does Not Make Sense Stuck on Installation Screen Wont Install No Error  (Read 1839 times)

yznheimer

  • Newbie
  • *
  • Posts: 2
Step 4.1

Make sure the server has the required permissions to write in the files and directories specified. This will allow you to create a basic configuration file as well as upload images, documents, etc. What directories specified.  There are no specified directories?


at step one I put in all appropriate database information just as I would for joomla or anything similar.  Initially I get the message config.php does not exist create it?  I click yes and proceed to the database and user information.  When I click to proceed it just goes to white lank page and nothing else happens
« Last Edit: September 06, 2011, 07:57:11 pm by yznheimer »

Juan Ramón

  • Osclass Developer
  • Hero Member
  • *****
  • Posts: 2382
Re: This Does Not Make Sense Stuck on Installation Screen Wont Install No Error
« Reply #1 on: September 06, 2011, 08:26:44 pm »
Your server is running PHP5? Can you activate error_reporting?

Put this code line at the beginning of ./oc-includes/osclass/install.php
    error_reporting(-1);