Not signed in (Sign In)

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

    •  
      CommentAuthorjvimolch
    • CommentTimeJan 11th 2006
     
    The script _install.php isn't setting the relative path of the installation correctly. Is there a way, besides editing the parameters with absolute paths, to tell the script what the currently working directory is? Here is my output:

    # The path (./) is not readable.
    # The path (./admin) is not readable.
    # The path (./css) is not readable.
    # The path (./images) is not readable.
    # The path (./lib) is not readable.
    # The path (./thumbs) is not readable.
    # The path (./uploads) is not readable.
    # The path is not writable by the Web server.
    # The path is not writable by the Web server.
    # The path is not writable by the Web server.
    # The path is not writable by the Web server.
  1.  
    I got that same issue, and then realized that I hadn't uploaded all the folders. Double check that you have uploaded the admin, css, images,lib,thumbs, and uploads folders, and that error should go away. :-)
    •  
      CommentAuthormike
    • CommentTimeFeb 9th 2006
     
    It is not a an absolute path issue, all of those folders are relative to the _install.php script so ./admin, ./image, are all complete paths.

    Like msa said, some FTP programs do not upload empty folders, you may have to create them manually on your server. The empty folders in the plogger installation are /images, /thumbs, and ./uploads. Also, make sure the folders that are not readable have the proper permissions (777 or 775).