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

(04-07-2021, 01:43 AM)InsiteFX Wrote: 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')); 


It does not solve the problem for me, but I will have to give you a bad solution.

I see badly that to update the version I have to update the app folder where I have all the code, that is not feasible. That does not help to always be updated.

Thanks for your time and for your help.
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