Datawalke / Coordino

Self-hosted Knowledge Software your question & answer system written on top of the CakePHP Framework
http://coordino.com
MIT License
714 stars 173 forks source link

not writing to database.php and get HTTP 500 Interal Server Error #82

Open catdrich opened 11 years ago

catdrich commented 11 years ago

Ubuntu 12.04.2 LTS (GNU/Linux 3.2.0-23-generic x86_64) Server version: Apache/2.2.22 (Ubuntu) Server built: Mar 8 2013 15:53:13 PHP 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli) (built: Mar 11 2013 14:31:48) mysql Server version: 5.5.31-0ubuntu0.12.04.2 (Ubuntu)

  1. Using the install web page, it passed all the configuration issues (xxxxx/Coordino-master/)
  2. Click on the "Let's Continue" - goes to xxxxxx/Coordino-master/install/database-config
  3. Put in the database information and click on Create database.php button
  4. It does NOT create/update the database.php file. It goes to xxxxx/Coordino-master/install/database-config? and on Firefox presents a blank page, on Internet Explorer gives an HTTP 500 Internal Server Error
  5. If I put in the values in database.php myself, thee are no directions on how to continue.

I changed the /etc/apache2/sites-available/default to allow all (before that the initial page came up only partially). I enabled mod_rewrite:a2enmod rewrite

I've tried multiple things. What do I need to do to get this installed?

diasadriano commented 11 years ago

Friend, I am having the same problem. and it seems that no one will answer.

catdrich commented 11 years ago

We went with another product. We needed a product that was supported.

Datawalke commented 11 years ago

@catdrich and @diasadriano Are your /app/config directories writable?

Coordino is still in the process of being brought up to speed. You can find the latest developments in the /next/ branch. https://github.com/Datawalke/Coordino/tree/next

Thank you.

hwsamuel commented 8 years ago

I have the same issue, any solutions?

aspriddell commented 7 years ago

I set my php version to 5.4, waited 10 mins and all was working. Lowering you PHP version can fix most/some of the PHP 500 errors that show up. hope this helps