Welcome Guest, Not a member yet? Register   Sign In
Problem with Route_To
#4

SYSTEMPATH/CodeIgniter.php : 234   —  CodeIgniter\Exceptions\FrameworkException::forMissingExtension ()

That error means your missing the intl php extension in your php.ini file you need to edit it and
add the extension.

Also if your upgrading from 4.0.4 then there were also changes made to the app folder Config/app.php etc;
So you would need to also replace the app folder.

try this some times fixes the problem.


PHP Code:
route_to(base_url('your_url')); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Problem with Route_To - by krummyjack - 04-05-2021, 11:22 PM
RE: Problem with Route_To - by InsiteFX - 04-06-2021, 01:39 AM
RE: Problem with Route_To - by krummyjack - 04-06-2021, 10:20 PM
RE: Problem with Route_To - by InsiteFX - 04-07-2021, 01:43 AM
RE: Problem with Route_To - by krummyjack - 04-07-2021, 10:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB