Not signed in (Sign In)

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

  1.  
    Ive uploaded several folders of images to the uploads/ folder
    managed a collection and a couple albums
    clicked import got a nice list of all my image folders
    click one folder and I get my thumbnails and titles and descriptions fields
    assign the images to an existing Collection >Album
    CLick update and get:
    Warning: chmod() [function.chmod]: Operation not permitted in /home/ourAcctName/public_html/gallery/admin/plog-admin-functions.php on line 100
    LINE 100: $res = chmod($final_fqfn, 0777);
    •  
      CommentAuthorsidtheduck
    • CommentTimeJun 4th 2008 edited
     
    kineticartist,

    Open 'plog-admin-functions.php' and edit line 100 to read:$res = @chmod($final_fqfn, 0777);
  2.  
    thanks sid
    I will give that a try

    Kinetic