Welcome Guest, Not a member yet? Register   Sign In
dx_auth unlink error
#9

[eluser]bema2004sw[/eluser]
[quote author="Niraj Dave" date="1258018565"]please help...

after disable javascript in browser, captcha works perfact.

but by enable javascript, error is

ERROR - 2009-11-12 08:18:17 --&gt; Severity: Warning --&gt; unlink(./captcha/fonts) [<a href='function.unlink'>function.unlink</a>]: Is a directory html/ci/system/application/plugins/dx_captcha_pi.php 258

ERROR - 2009-11-12 08:18:17 --&gt; Severity: Warning --&gt; unlink(./captcha/.svn) [<a href='function.unlink'>function.unlink</a>]: Is a directory html/ci/system/application/plugins/dx_captcha_pi.php 258

------------
is it really permission problem ?

please give me solution ....[/quote]

Find this line:
Code:
if ($filename != "." and $filename != ".." and $filename != "index.html")

And replace with this one:
Code:
if ($filename != "." and $filename != ".." and $filename != "index.html" and $filename != "fonts")


Messages In This Thread
dx_auth unlink error - by El Forum - 02-15-2009, 08:43 AM
dx_auth unlink error - by El Forum - 02-15-2009, 10:09 AM
dx_auth unlink error - by El Forum - 02-15-2009, 11:40 AM
dx_auth unlink error - by El Forum - 02-16-2009, 08:13 AM
dx_auth unlink error - by El Forum - 11-11-2009, 08:14 PM
dx_auth unlink error - by El Forum - 11-11-2009, 08:26 PM
dx_auth unlink error - by El Forum - 11-11-2009, 09:07 PM
dx_auth unlink error - by El Forum - 11-11-2009, 09:36 PM
dx_auth unlink error - by El Forum - 04-17-2010, 08:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB