Optimize.php make a problem cached |
Hello CI Team,
I recently discovered an issue or something to clarify in the CI 4.5.1 documentation. If the options in the Optimize.php file are set to "TRUE," then the changes made in the Email.php file (SMTP server, etc.) are no longer taken into account. Therefore, the factory caches need to be regenerated. Hope this helps
It is documented.
If you think that the current explanation is difficult or misleading, feel free to send a PR to improve the documentation. Quote:Using this feature when the prerequisites are not met will prevent CodeIgniter from operating properly. Do not use this feature in such cases.
(05-07-2024, 01:04 AM)kenjis Wrote: It is documented. Hello, i dont have see this, I think you should put it in an orange hazard square. Dear Florian
I sent a PR to add notes: https://github.com/codeigniter4/CodeIgniter4/pull/8877
(05-08-2024, 07:45 PM)kenjis Wrote: I sent a PR to add notes: https://github.com/codeigniter4/CodeIgniter4/pull/8877 Nice, thanks you <3
(05-06-2024, 01:06 PM)ALTITUDE_DEV Wrote: Hello CI Team, Hi! If the settings in Optimize.php are set to TRUE, changes to Email.php (e.g. SMTP server settings) are no longer taken into account. In this case, you need to regenerate the factory settings cache for the changes to take effect. Hope this helps. |
Welcome Guest, Not a member yet? Register Sign In |