![]() |
cant create ,write with the file helper [SOLVED] - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: cant create ,write with the file helper [SOLVED] (/showthread.php?tid=30665) Pages:
1
2
|
cant create ,write with the file helper [SOLVED] - El Forum - 05-22-2010 [eluser]kosaidpo[/eluser] ahh i forgot to tell its me im the owner and there's only me on this machine as i said i got all the rights xsaiddx its me do you think there still sumthin else to check ?? tnx cant create ,write with the file helper [SOLVED] - El Forum - 05-22-2010 [eluser]vitoco[/eluser] First of all, use a different folder to store external files ( not in the framework). Try this in the terminal Code: chmod -R 0777 /opt/lampp/htdocs/www/CI_forum/application/controllers/ Saludos cant create ,write with the file helper [SOLVED] - El Forum - 05-22-2010 [eluser]kosaidpo[/eluser] yes i kno this is jst a test since the hole thing didnt work out and now it did work tnx dude i really dont kno why i didnt try this b4 i guess cus while installin lampp i've already owned the htdocs and all its subdirectories well its jst another thing that i have learned today tnx guys for your help cant create ,write with the file helper [SOLVED] - El Forum - 05-22-2010 [eluser]WanWizard[/eluser] [quote author="kosaidpo" date="1274566937"]ahh i forgot to tell its me im the owner and there's only me on this machine as i said i got all the rights xsaiddx its me do you think there still sumthin else to check ??[/quote] No, not true. On an average linux machine dozens of users are defined. Amongst which a user that runs your webserver. You can check in your httpd.conf which user is used (usually the user apache or nobody). So the fact that your username has rights doesn't mean others do. cant create ,write with the file helper [SOLVED] - El Forum - 05-22-2010 [eluser]kosaidpo[/eluser] yeh i checked dude and its nobdoy and whos that nobody ?? i jst discovred linux a few month ago so you kno newwbi thats what i 'am and what you mean by others there's only me(xsaiddx) and the user root so please if you explaine me to clearly it ll be much appreciated : ] |