Welcome Guest, Not a member yet? Register   Sign In
Help needed for CI v3
#21

if it helps I would be willing to sponsor some development of the project to maintain it. Not a huge amount but some money. If anyone is interested please reach out.
Reply
#22

i have error in php 7.4
please help

An uncaught Exception was encountered

Type: Error

Message: Call to undefined method CI_Form_validation::substr()

Filename: /system/libraries/Form_validation.php

Line Number: 1242

Backtrace:

File: /application/controllers/Welcome.php
Line: 84
Function: run

File: /index.php
Line: 315
Function: require_once
Reply
#23

Hello I can help maintain Code Igniter 3. Let me know more about this. Smile
Reply
#24

Was the CI3 user guide removed from codeigniter.com? Curious as to the meeting of the minds that took place over that decision.

?
Reply
#25

(03-17-2021, 11:51 PM)SomeGuy Wrote: Was the CI3 user guide removed from codeigniter.com? Curious as to the meeting of the minds that took place over that decision.

?

Not it was not removed, maybe you have an old bookmark: https://www.codeigniter.com/userguide3/index.html
On the documentation page you have the links for CI4 and CI3 https://www.codeigniter.com/docs
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply
#26

Hello All, This comes from an issue on GitHub regarding PHP 8.2 support for dynamic property setting and retrieval. I would like to contribute to the project. I am not as experienced as you guys, so feel free to correct me. As everyone suggested, the initial Idea was to Add Tag to allow Dynamic properties (#[\AllowDynamicProperties]) But its not a great fix, and you still shouldn't create and retrieve dynamic properties since they may be disallowed based on higher knowledge and all. The Errors coming on the pages are only on some simple variables like config and all so i thought of including protected variables, namely those like config, welcome, etc. Every error comes from calling methods, so why not create variables and merge those changes? It would very much help new beginners, who only need CI3. Please guide me through the process, or should I just fork, add changes, and merge requests?
Reply
#27

What I think you can do is to send a Pull Request for the fix to the CI3 repository.
https://github.com/bcit-ci/CodeIgniter/b...ibuting.md

However, as you can see, 
https://github.com/bcit-ci/CodeIgniter/p...dated-desc
the submitted PR may simply be left alone. 
This is because there is almost no one who can merge them.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB