500 - Internal Server Error

25 April, 2016
GK User
Tue May 03, 2016 4:00 am
Hi to all

Great Template !!! only I can't install it....

I get this 500 - internal server error....

All other GK theme works on the same server...any ideas ?

Best regards

Yan
User avatar
Fresh Boarder

GK User
Tue May 03, 2016 9:38 pm
Same issue here. I'll follow this thread instead of making another one.
brewmich.com
User avatar
Senior Boarder

Robert Gavick
Wed May 04, 2016 6:47 am
Hi guys,
Try increase PHP memory limit.
User avatar
Administrator

GK User
Wed May 04, 2016 4:25 pm
Didn't work for me.

Added...
ini_set('memory_limit','256M');

Underneath the line...
<?php

in my index.php files in the following folders...
root
/administrator
/installation
User avatar
Senior Boarder

GK User
Thu May 05, 2016 12:01 pm
Hello to all.
A few months ago, the company where I have my sites performed an update to the servers, and some of my sites (mostly those with joomla 3) suddenly started showing the same error "500 - Internal Server Error".

After some research, I was able to solve the problem by creating a file with the name ".user.ini" (without quotes of course, but don't forget the dot before 'user'), and in the file simple put the line:
magic_quotes_gpc = Off
And the sites became active again.

Maybe it will work for you, hope I could help.
User avatar
Fresh Boarder


cron