quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

Installation does not work #107

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello Web developers I'm trying to install Quick Apps, and do not get along. Can I install this CMS via FTP? Unfortunately, I find no installer via FTP. I have also tried with Composer. It returns the same files are uploaded to the web space, which I uploaded via FTP.

But how can I install it? Happy about rapid response.

quickapps-ftp-view

quickapps commented 9 years ago

Hi Alex,

There is a installation tutorial right here: http://api.quickappscms.org/book/getting-started/installation.html#install-using-ftp

Your directory structure seems right. For FTP installation basically you have to:

  1. Extract ZIP content to your server. For example to the "/quickapps" directory.
  2. Now you must visit "http://example.com/quickapps/" to start the installation screen

You MUST double check that mod_rewrite is enabled before start the installation screen.

I hope this helps, Best regards!

ghost commented 9 years ago

Hello,

Now I've done it so like you said. The result is that to me a white page is displayed in the frontend. How can I turn on debugging? Maybe so any errors are displayed and you then what it knows now is. Gotta try the debugging. Thank you in advance!

quickapps commented 9 years ago

You can enable debug mode by editing this file before start the installation: https://github.com/quickapps/cms/blob/2.0/plugins/CMS/config/app.php#L23

At your FTP such file should be located at: /vendor/quickapps/cms/plugins/CMS/config/app.php

You can also try looking at Apache's or PHP's error log files.

ghost commented 9 years ago

Very cool! Thank you for telling me that. It really was only to a lack of write access to a directory in the /tmp :)

But thanks to the debug one sees everything and does not have to look far. I am pleased that I can now start the installation.

quickapps commented 9 years ago

:)

ghost commented 9 years ago

Unfortunately I still have some. I want to have Quick Apps in German and wanted to activate the German language in the backend, but appears to me again this error.

changeFlag function (select box, baseURL) {
var icon = $ (selectbox) .val ();
if (icon) { 
$ ('span.flag') HTML ('<img src = "' + baseURL + icon + '" />').
}
}

How can that not be going there.

ghost commented 9 years ago

Sorry, there was still debugging enabled. Now I test everything first and sign up if I have problems. Thank you!

quickapps commented 9 years ago

Ok :+1:, feel free to contact if you find any problem.