Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorandrewjs18
    • CommentTimeApr 19th 2009
     
    Getting this error when trying to import files from the server:

    Warning: chmod() [function.chmod]: Operation not permitted in /home/andrewjs/public_html/gallery/admin/plog-admin-functions.php on line 100

    My plog-admin-functions.php is chmod to 777
    My /images folder is 777
    My /upload/(sub folders) are 777.

    Here's line 100:
    $res = chmod($final_fqfn, 0777);