ramiismail / dopresskit

presskit() - spend time making games, not press.
GNU General Public License v3.0
137 stars 50 forks source link

Nothing happens on install.php with PHP7 #56

Open dylanh724 opened 7 years ago

dylanh724 commented 7 years ago

image

PHP is seemingly setup fine on my system or I couldn't even see this much -- I looked at the PDF instructions and doesn't seem to specify anything special for the setup. Any ideas?

Here is my php info/setup:

https://www.throneoflies.com/press/test.php

EDIT: F12 console shows this:

image

dylanh724 commented 7 years ago

Hmm, any word on this? I'd love to migrate, but I can't seem to resolve this on my own

samizzo commented 7 years ago

Error 404 means not found, 500 is internal error. It could be wrong permissions on a file.

Do you have access to the server logs? For example via cpanel, ssh, or ftp. There might be a file called error_log in the directory where you installed presskit. Check any logs for any hints and report back!