Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter - French Community
#13

Bonjour,

Je viens de m'inscrire sur le forum, et je suis heureux de voir qu'il existe une communauté de langue française sur ce forum. Mon anglais reste très technique.

Je viens de finir un projet que j'ai voulu passer tout de suite en CI 3.0 (aussi bien pour test que pour éviter la mise a jour plus tard, La gestion des session que je faisais en BD sous CI 2 j'ai du la passer en files sinon rien ne fonctionnait. Ensuite pour éviter une erreur lors de la création de session, j'ai rajouter une ligne dans Session_files_driver.php en ligne 354 :
on avait :
unlink($this->_config['save_path'].DIRECTORY_SEPARATOR.$file);

Pour éviter les warnings, j'ai ajouter :
if (file_exists($this->_config['save_path'].DIRECTORY_SEPARATOR.$file))
unlink($this->_config['save_path'].DIRECTORY_SEPARATOR.$file);

sinon pas de soucis pour le moment.

sincèrement
Reply


Messages In This Thread
CodeIgniter - French Community - by aurelien - 02-18-2015, 09:19 AM
RE: CodeIgniter - French Community - by AMFB - 03-18-2015, 02:13 PM
RE: CodeIgniter - French Community - by AMFB - 03-23-2015, 11:44 AM
RE: CodeIgniter - French Community - by aurelien - 04-01-2015, 02:32 AM
RE: CodeIgniter - French Community - by Andrew - 04-04-2015, 06:49 PM
RE: CodeIgniter - French Community - by aurelien - 04-07-2015, 04:03 AM
RE: CodeIgniter - French Community - by Wiloooo - 04-14-2015, 07:45 PM
RE: CodeIgniter - French Community - by aurelien - 04-17-2015, 02:59 AM
RE: CodeIgniter - French Community - by AMFB - 04-17-2015, 05:43 AM
RE: CodeIgniter - French Community - by keulu - 04-17-2015, 06:33 AM
RE: CodeIgniter - French Community - by grabataire - 05-06-2015, 05:57 AM
RE: CodeIgniter - French Community - by Blair2004 - 06-10-2015, 06:18 PM
RE: CodeIgniter - French Community - by Wiloooo - 11-23-2017, 10:45 AM
RE: CodeIgniter - French Community - by Padawa - 05-01-2019, 01:27 PM
RE: CodeIgniter - French Community - by Padawa - 05-02-2019, 12:31 PM
RE: CodeIgniter - French Community - by Padawa - 05-03-2019, 06:09 AM
RE: CodeIgniter - French Community - by cedreek - 05-21-2019, 03:13 AM
RE: CodeIgniter - French Community - by Padawa - 09-17-2019, 10:23 AM
RE: CodeIgniter - French Community - by kris2 - 10-07-2019, 02:18 PM
RE: CodeIgniter - French Community - by PatMor - 12-21-2019, 11:32 PM
RE: CodeIgniter - French Community - by cseon - 12-23-2019, 03:00 AM
RE: CodeIgniter - French Community - by littlej - 01-18-2020, 04:15 PM
RE: CodeIgniter - French Community - by littlej - 01-21-2020, 11:02 AM
RE: CodeIgniter - French Community - by littlej - 01-21-2020, 11:55 PM
RE: CodeIgniter - French Community - by kris2 - 02-07-2020, 11:04 AM
RE: CodeIgniter - French Community - by Tamer - 08-28-2020, 06:33 AM
RE: CodeIgniter - French Community - by JustJohnQ - 12-05-2023, 11:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB