php - 404 Page Not Found - CodeIgniter related -
I am using the Codeigniter structure in a project - I have a device that reads an array and over 10,000 Email sends Swift Mailer Email Framework
Once I have submitted it is to send to each email, but this is not sent to all of these at any time afterwards, I get the following error:
404 Pages not found The page you requested was not found. - 500.shtml
This page really does not redirect anywhere, so I do not understand why it might be saying - someone has an idea?
Thanks
It seems that you actually end up with a 500 error 500.shtml), but when CI tries to display a custom error page for error 500), it can not be found, and therefore instead throws 404. Check your logs for reasons of 500 errors.
Comments
Post a Comment