CodeIgniter Forums
Installation error (about pagination maybe) - 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: Installation error (about pagination maybe) (/showthread.php?tid=76364)



Installation error (about pagination maybe) - Marcolino92 - 05-06-2020

Hi, I installed my script both locally and live, everything works correctly. Passing the script to let a friend try it, visiting the main url shows this error.

https://ibb.co/59rMQ13

It's about pagination, but everything works for me! Where's the mistake?


RE: Installation error (about pagination maybe) - php_rocs - 05-06-2020

@Marcolino92,

Have you updated your CI4 to the current version ( https://forum.codeigniter.com/thread-76296.html ). I know that pagination was one of the issues addressed.


RE: Installation error (about pagination maybe) - Marcolino92 - 05-06-2020

Hi, yes this error appears with this new version. Or rather, everything works correctly, both live and locally, to this friend of mine shows this error and I don't understand why ...


RE: Installation error (about pagination maybe) - php_rocs - 05-07-2020

@Marcolino92

Are all the settings exactly the same between the two systems? What are the differences?

Did you check to see what type the 3 parameter is?


RE: Installation error (about pagination maybe) - Marcolino92 - 05-07-2020

What I did was to go through the important parts of my script, the controller file, the models, the views, an auth library..and nothing else. Everything works for me, both locally and on the web.

Unfortunately not to my friend. I tried to update again by downloading the CI4 package again, I completed everything and instead he now shows this error: https://ibb.co/6DgbR2T

PS: I don't know the difference between the two systems, can you tell me more about it?
My friend uses as a test: Laravel Valet as the server running PHP 7.2.19


RE: Installation error (about pagination maybe) - php_rocs - 05-07-2020

@Marcolino92,

I don't have any experience with Laravel Valet. Maybe someone in the community does and will respond to this thread.


RE: Installation error (about pagination maybe) - Marcolino92 - 05-08-2020

Is it possible to notify the developers and possibly take a test?


RE: Installation error (about pagination maybe) - php_rocs - 05-08-2020

@Marcolino92,

This is the place to ask for help. The thread is getting views. Hopefully, someone will respond soon.


RE: Installation error (about pagination maybe) - Marcolino92 - 05-08-2020

Anyway, I'm not expert about it, but I wonder one thing. If all the minimum CI4 requirements are met, why shouldn't it work in another local program (Laravel Valet)? What should change from another program like XAMPP?


RE: Installation error (about pagination maybe) - php_rocs - 05-08-2020

@Marcolino92,

My guess is that the there is something different with the configuration of the Laravel Valet (assuming that the CI code and version of PHP is exactly the same).