Save button not showing
  • Hi:

    When adding or editing article, in images > Attach > Attach new image there is no Save button, only Cancel button.

    See attached image: index.php/fa/30/0/

    Same for File attachment window.

    Adding new images from the Image Archive works well.

    Thanks!


  • 6 Comments sorted by
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    please check the images folder permissions. It should be writable for web server user.
  • Hi:

    /images/ folder is 777, and as I said before, Uploading a new image thru the Image Archive works fine Confused
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    anyway, the cancel button can be shown only if the function is_writable return false. Check also the folder owner.
  • It's weird.. now is working fine.. Shocked

    Thanks for your help Smile

    One more question about permissions: assigning 777 permissions to campsite root dir or any other folders isn't a security issue? or was only necessary during installation?

    Thanks!
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    there is a list of writable folders:

    backup
    conf
    images
    files
    install/cron_jobs
    template_cache
  • Hi:

    I made Campsite work with permissions 755 Smile

    I will post if I find another error.


    Thanks!