Page 1 of 1

Changing a folder to 0755

PostPosted: 07. May 2010 00:10
by itstnew
i am supposed to change a folder's permissions to 755 and i can't figure this out, i am using windows xp
this is what i get "Fatal error: Call to undefined method ADODB_mysql::select() in C:\xampp\htdocs\includes\classes\user.class.php on line 1575"

so far i have tried to use ftp to change it but it says i'm not allow or it don't support it or something

Re: Changing a folder to 0755

PostPosted: 07. May 2010 04:37
by Altrea
Windows does have a different permission system than *nix based systems.
You don't have to change any rights of folders or files, because the xampp processes already have them by default.

Your error does have another reason. Your class want to use a method, which isn't implemented (correctly).