Warning: Invalid Path |
I actually asking google for similar prob. since I don't quite understand the user guide.
And the first time hearing this code: sys_get_temp_dir();
" If I looks more intelligence please increase my reputation."
(05-31-2016, 03:09 AM)davy_yg Wrote: A PHP Error was encountered after checking this kid's reputation I'm wondering if she is a CI hater or something? I advice to read the manual first specially @ PHP.NET before using CI. ![]()
God Bless CI Contributors
![]() (05-31-2016, 10:02 AM)ciadmin Wrote:Yep, im saving session files into application folder.(05-31-2016, 08:38 AM)arma7x Wrote: $config['sess_save_path'] = APPPATH.'storage' in C:\Program Files (x86)\EasyPHP-Devserver-16.1\eds-www\CompanyProfileCI\application\config\config.php
Keep calm.
I appologize. I have been using php for 3 years. I am a web developer. I am new to CI - I think I have to pass all this before becoming good at it. lol. I have been recommended to learn CI and really think that CI is good to know. That's why I start learning it to learn how to write efficient code.
Thanks for advice. Yeah, I just read the php.net. Good stuff.
" If I looks more intelligence please increase my reputation."
It is done. I find the answer. thanks.
" If I looks more intelligence please increase my reputation."
$config['sess_save_path'] = sys_get_temp_dir();
This solve the problem, Just goto config file and replace this line $config['sess_save_path'] = NULL with $config['sess_save_path'] = sys_get_temp_dir(); (06-07-2016, 10:52 PM)ciadmin Wrote:If you are running the script on a XAMPP server kindly check if your php ini file has not been altered(06-07-2016, 10:31 PM)davy_yg Wrote: I find the answer:
(06-07-2016, 10:52 PM)ciadmin Wrote:(06-07-2016, 10:31 PM)davy_yg Wrote: I find the answer: thanks mate you are genius |
Welcome Guest, Not a member yet? Register Sign In |