![]() |
Error 500 Internal Server Error after update to 4.5.1 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Error 500 Internal Server Error after update to 4.5.1 (/showthread.php?tid=90841) |
Error 500 Internal Server Error after update to 4.5.1 - shafiei777 - 05-12-2024 Hello, After I updated CI 4.4.6 to 4.5.1 , some API functions encounter error "503 Internal Server Error", but other functions run correctly. Regards, RE: Error 500 Internal Server Error after update to 4.5.1 - InsiteFX - 05-12-2024 Please show the full ERROR that you got. RE: Error 500 Internal Server Error after update to 4.5.1 - shafiei777 - 05-12-2024 The problem was fixed. I have to use intval($limit) during fetch DB. Thanks |