Nate Maxfield
Forum  


<< Start < Prev 1 2 3 4 5 Next > End >>
Re:Permission Denied in configuration? - 2008/04/01 18:14 It shouldn't have to be on. I would just try it to be sure. If it is the case I will have to fix it.
  | | The administrator has disabled public write access.
Re:Permission Denied in configuration? - 2008/04/01 20:07 Well that didnt help either.

I checked the file , its says something with:

Code:

   if ( $handle opendir $path ) )    {        while ( false !== ( $file readdir $handle ) ) )        {            if ( $file != '.' && $file != '..' )            {                $file $path $file ;                if ( ! is_dir $file ) ) { if ( $mode != "DIRS" ) { $dirlist[] = $file ; } }                elseif ( $d >=&& ($d $maxdepth || $maxdepth 0) )                {                    $result searchdir $file '/' $maxdepth $mode $d ) ;                    $dirlist array_merge $dirlist $result ) ;                }        }        }        closedir $handle ) ;



So it has maybe something to do with opendir?

The thing is that I tested this component on exact same webhost. The only different is that the database on the not-working site is Database Version: 5.0.51 ,

and the version for the working site its : 4.0.26-standard
  | | The administrator has disabled public write access.
Re:Permission Denied in configuration? - 2008/04/02 01:30 It definitely has something to do with opendir. Your server is not allowing it to work for some reason. It's a very standard function and I havn't had issues with it being blocked before.
  | | The administrator has disabled public write access.
<< Start < Prev 1 2 3 4 5 Next > End >>

 
What's New
Donate

Please make a donation if you find this component useful and want to support its continued development.

Log In





Lost Password?
No account yet? Register

© Copyright 2007 - NateMaxfield.com.  All Rights Reserved.