  ==========================================================
                          FAQ
  ==========================================================

  See also the FAQ section in our support forum:
  http://www.4homepages.de/forum/viewforum.php?f=14

  ----------------------------------------------------------

  A.: I get the following error, what should i do:

      Warning: Unable to create './../data/media/1/file.gif': No such file or directory in /www/htdocs/4images/includes/upload.php on line 114
      Warning: Unable to move '/tmp/phppgy2eW' to './../data/media/1/file.gif' in /www/htdocs/4images/includes/upload.php on line 114

  Q.: If you add new categories, the script creates folders in "data/media" and "data/thumbnails".
      The name of the folder is the ID of the category. If you get this error, the script has not
      created the folder correctly. In this case we are talking about the folder "1":

         ./../data/media/1/file.gif

      Maybe your error message shows you another foldername.

      Check if the folder "1" exists in "data/media" AND "data/thumbnails"

      If yes, check the permissions (must be chmod 777). Sometimes it will help to delete the folder
      and create it again via FTP (don't forget chmod 777 after doing this).

      If the folder doesn't exists, create it via FTP and chmod 777
      Some users reported, that this error occures only after adding the first category.
      For the next categories everything works.

  ----------------------------------------------------------

  A.: After the installation i only get a "Page not found" message when accessing my gallery.

  Q.: Maybe you have not downloaded the config file and uploaded it to your server or the
      installation script created no valid config.php file. You should create the config.php
      manually:

      - Rename the file config.new.php to config.php
      - Open it and fill out the data requested for the variables
      - Change

          //define('4IMAGES_ACTIVE', 1);

        to

          define('4IMAGES_ACTIVE', 1);

      - Upload config.php to your server

      See http://www.4homepages.de/forum/viewtopic.php?t=3319 for detailed instructions
      how to create the config.php file.

  ----------------------------------------------------------