patrick-bateman

Aug 27th, 2017 02:24 PM

Hello,

sadly i get a 500 Internal Server Error after /install//finish

Already checked .env file, db stuff and url are correct.

I uploaded a phpinfo for more informations for you http://www.desktopgems.com/phpinfo.php

The hosting is 1und1 webspace, server requirements while installing were all fine.

Best regards

PS: Already gave you 5 Stars on Envato ;)

devdojo

Aug 28th, 2017 08:19 PM

Hey @Patrick-bateman,

Can you send me over a message at https://codecanyon.net/user/devdojo with your server information and I will take a look at this for you :)

Respond back here after you have sent the message.

Thanks a ton! Talk to you soon.

patrick-bateman

Aug 29th, 2017 05:34 AM

Message with FTP-Account sent ;)

mark

Aug 30th, 2017 09:42 AM

If the issue continues I also do support, mail me at [email protected]

devdojo

Aug 31st, 2017 10:55 PM

Hey There @Patrick-bateman.

It looks like your server has a few functions disabled that will not allow the database migrate and seed command to run. Can you download the dump.sql file from here: https://jumpshare.com/v/JS2gaWxucBslVpmc3VB8, then import it into your database and then try and visit your site. Let me know if that works, if not we can continue to troubleshoot.

Thanks.

patrick-bateman

Sep 1st, 2017 07:55 AM

Thank you very much. After downgrading to PHP 5.6 I was able to import the SQL Dump. The main page shows up now, but all I get when I try to login AdminCP or whatever is a 500 Internal Server error, even after switching back to PHP 7 again.

mark

Sep 1st, 2017 07:56 AM

Please check your error log for and share the latest entries here in order for us to help.

patrick-bateman

Sep 1st, 2017 08:21 PM

Fixed it. You forgot something in your .htaccess

RewriteEngine On RewriteBase /

mark

Sep 2nd, 2017 08:52 AM

@DevDojo, maybe this should be added?

patrick-bateman

Sep 2nd, 2017 09:59 PM

Found also a little mistake in the AdminCP descriptions: "Disqus Comments Website Name (ex. website.disqus.com)". To get Disqus working only use the website short without .disqus.com

mark

Sep 3rd, 2017 09:03 AM

Thanks, that should be proper documented.