Welcome Guest, Not a member yet? Register   Sign In
Error 500
#1

Hi my friends, i have a problem witch my new hosting error 500,  change the  database connection and config.php line 17 change path  $config['base_url'] = 'http://...'

What is my mistake?, i nedd your help.

link : http://kmt-test.keepmoving.com.mx/donrenton/.

thanks.
Reply
#2

The 500 error must be logged in the server logs. If you are running Apache these are usually within /var/logs/apache2/
If you are within a cPanel, cPanel has an error log screen.

These 500 are usually related to Linux permissions. Maybe your index.php has a 664 which is considered too wide, or something else related to permissions.
Reply
#3

(09-21-2017, 03:08 PM)markskayff Wrote: These 500 are usually related to Linux permissions.

Um, no ... Error 500 is literally any server error.
Reply
#4

If you're using environments and you're currently in production mode, consider displaying errors by changing the values in index.php temporarily. Also try looking in the error logs of the server. If none of that helps, you might step through the path of code execution with a simple die('Made it here.'); You'll eventually reach a point where you know where execution is failing.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB