Not signed in (Sign In)

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

    • CommentAuthortwiggy
    • CommentTimeNov 23rd 2005
     
    The following errors occurred:

    * The path /mounted-storage/home8/sub001/sc14831-TMRB/www.fetish-lover.co.uk/plogger is not writable by the Web server.
    * The path /mounted-storage/home8/sub001/sc14831-TMRB/www.fetish-lover.co.uk/plogger/thumbs is not writable by the Web server.
    * The path /mounted-storage/home8/sub001/sc14831-TMRB/www.fetish-lover.co.uk/plogger/images is not writable by the Web server.
    * The path /mounted-storage/home8/sub001/sc14831-TMRB/www.fetish-lover.co.uk/plogger/uploads is not writable by the Web server.

    Any ideas?
    • CommentAuthortwiggy
    • CommentTimeNov 23rd 2005
     
    Hi there and i have chnaged the folder name back ploggerb2 and still no joy
    • CommentAuthortwiggy
    • CommentTimeNov 23rd 2005
     
    I'm guessin i need to change the permissions to 777

    But i can't change folder permissions so what files in them am i ment to change?
    • CommentAuthortwiggy
    • CommentTimeNov 23rd 2005
     
    Ok folks managed to set the permission to 777 (wouldn't let me on smartFTP). Now once i hit install i get this message.....

    Invalid default value for 'compression'

    CREATE TABLE `plogger_config` ( `max_thumbnail_size` int(11) NOT NULL default '0', `max_display_size` int(11) NOT NULL default '0', `thumb_num` int(11) NOT NULL default '0', `admin_username` varchar(64) NOT NULL default '', `admin_password` varchar(64) NOT NULL default '', `admin_email` varchar(50) NOT NULL default '', `date_format` varchar(64) NOT NULL default '', `compression` int(11) NOT NULL default '', `default_sortby` varchar(20) NOT NULL default '', `default_sortdir` varchar(5) NOT NULL default '', `gallery_name` varchar(255) NOT NULL default '', `allow_dl` smallint(1) NOT NULL default '0', `allow_comments` smallint(1) NOT NULL default '1', `allow_print` smallint(1) NOT NULL default '1', `truncate` int(11) NOT NULL default '12', `square_thumbs` tinyint default 1, `feed_num_entries` int(15) NOT NULL default '15', `rss_thumbsize` int(11) NOT NULL default '400', `feed_title` text NOT NULL, `use_mod_rewrite` tinyint NOT NULL default '0', `comments_notify` tinyint NOT NULL default '1', `feed_language` varchar(255) NOT NULL default 'en-us' ) Type=MyISAM DEFAULT CHARACTER SET UTF8

    Now i aint got a clue about that any ideas?
    •  
      CommentAuthormike
    • CommentTimeNov 23rd 2005
     
    Which version of MySQL are you running?
    •  
      CommentAuthormike
    • CommentTimeNov 23rd 2005
     
    I think you can just modify the SQL in _install.php, just replace that part

    `compression` int(11) NOT NULL default ''

    with

    `compression` int(11) NOT NULL default '75'
    • CommentAuthortwiggy
    • CommentTimeNov 24th 2005
     
    Hi there thanks it seems to have worked now. I can create collections fine but when i come ot create albums it says....

    Could not create directory !

    Any ideas why this could be? Is there a certain file that its CHMOD might need changing in order for the function to work?
    •  
      CommentAuthormike
    • CommentTimeNov 24th 2005
     
    Sounds like you have safe_mode ON. Try contacting your host and have it turned off on your server. Plogger Beta 2 is restricted by PHP "Safe mode" and cannot function properly with it on.