![]() |
CI4 Project not working in Goddady VPS server - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: CI4 Project not working in Goddady VPS server (/showthread.php?tid=77761) |
CI4 Project not working in Goddady VPS server - monirulislamec - 10-15-2020 Hi, I am new in codeigniter 4. I just complete a project with CI4 and it's very nicely working in localhost but when i upload online it's not working and getting following error which is make me trouble where i checked server requirements and all good with that. Fatal error: Uncaught TypeError: Argument 1 passed to CodeIgniter\HTTP\URI: ![]() if anyone know the solution kindly help me to solve the issue! Note : If i uninstall "intl extension" from server then nothing showing in webpage! Thank you RE: CI4 Project not working in Goddady VPS server - tmtuan - 10-15-2020 i recently have the same problem when i deploy my new project on vultr vps, my client's server instal centos 7, nginx and have php intl extention enable. does anyone have the same problem? RE: CI4 Project not working in Goddady VPS server - InsiteFX - 10-15-2020 Check your base url in app/Config/App.php and make sure it has an ending / slash on it. It could also be a server setup issue. |