Why can't I edit any page?

If you can't edit any of mobiki's pages, you may have a problem with your filesystem permissions. If permissions are set right and you are logged in, you will always be able to press the '''Edit''' button on the lower right side of the bottom navigation bar!

Check the following:

  1. If you have transferred the files to you webserver using another user, as the webserver is running under, it may be, that the webserver, and so the wiki, will not be able to make editing possible.
  2. See if the pages, images and descriptions folder all have write permission

Set the permission right on Linux

On most linux systems you will set permissions right when beeing in mobikis directory with:

chown -R www-data:www-data pages
chown -R www-data:www-data images
chown -R www-data:www-data descriptions
chmod 755 pages
chmod 755 images
chmod 755 descriptions