Welcome Guest, Not a member yet? Register   Sign In
cant create ,write with the file helper [SOLVED]
#6

[eluser]WanWizard[/eluser]
What does
Code:
$path="application/controllers/file.txt" ;
echo realpath($path);
tell you?

You have to be very careful when working with relative paths. It is better to use
Code:
$path = APPPATH . "controllers/file.txt";


Messages In This Thread
cant create ,write with the file helper [SOLVED] - by El Forum - 05-21-2010, 07:07 PM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-21-2010, 09:43 PM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 07:26 AM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 08:17 AM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 09:10 AM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 09:31 AM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 09:48 AM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 10:06 AM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 10:14 AM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 11:06 AM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 11:22 AM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 12:19 PM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 12:48 PM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 12:52 PM
cant create ,write with the file helper [SOLVED] - by El Forum - 05-22-2010, 01:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB