jan-vandenberg / cruddiy

No-code Bootstrap PHP CRUD generator
http://cruddiy.com
GNU Affero General Public License v3.0
253 stars 80 forks source link

cannot install "Unable to open file!" #15

Closed VanDerLars closed 3 years ago

VanDerLars commented 3 years ago

Hi, I tried cruddiy. Uploaded it, entered all credentials and after clicking "Submit" only the following message is shown: "Unable to open file!".

In the error is nothing suspicious.

Can you help?

jan-vandenberg commented 3 years ago

My guess is your file permissions are wrong. Make sure you chown the entire Cruddiy dir to the same user you run your webserver under (e.g. chown www-data.www-data cruddiy-master -R)

VanDerLars commented 3 years ago

Worked! Thanks!