Questions tagged as 'internal-server-error'

1
answer

.htaccess returns error 500 instead of 404

My .htaccess file seems to be ok, but if we try to access a page that does not exist, instead of getting the 404 error response, I get the 500 error response. This is the current code: RewriteEngine On # Remove o www e força o https # fun...
asked by 17.03.2017 / 16:01
0
answers

500 error while overloading page

You have a customer who sells real estate and real estate data is taken from an external jSON link. The system is working, but the system is delayed because there are MANY data. It spends about 1 - 2 minutes loading and then reports an error 500...
asked by 15.05.2015 / 22:07
0
answers

Mongo Update is returning internal server error

router.get('/addInv', function(req, res, next){ var usrInv = req.query.invusr; EventData.update({_id:"5a6e22140c87a94340ac33ca"}, {$set: { invit: usrInv } }) }); When I try to insert the array contained within the 'usr...
asked by 28.01.2018 / 20:37
1
answer

Ajax - Error 500 (Internal Server Error) [closed]

   GET    link   500 (Internal Server Error) My role function estadoDinamico(indice, key, width, height){ $.ajax({ type:'GET', url : '<?= base_url(); ?>index.php/supervisaocontroller/estadoMaquinaMobAjax/'+key+...
asked by 03.07.2015 / 18:30