Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorcyupid75
    • CommentTimeMay 31st 2008
     
    Help Me

    I'm new with akelos
    I download akelos with svn....
    then.. I try to following booklink tutorial
    But why I cannot create this directory ?? Whats wrong ??

    ========================================================
    [cyupid@localhost akelos]$ pwd
    /home/www/akelos

    [cyupid@localhost akelos]$ ls -ld
    drwxrwxrwx 13 cyupid cyupid 4096 2008-06-01 02:29 .

    [cyupid@localhost akelos]$ /usr/bin/env php -v
    PHP 5.2.4 (cli) (built: Oct 16 2007 09:13:35)
    Copyright (c) 1997-2007 The PHP Group
    Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

    [cyupid@localhost akelos]$ ./script/setup -h
    Usage: setup [-sqhf --dependencies] <-pd>

    -deps --dependencies Includes a copy of the framework into the application
    directory. (true)
    -d --directory=<value> Destination directory for installing the application.
    -f --force Overwrite files that already exist. (false)
    -h --help Show this help message.
    -p --public_html=<value> Location where the application will be accesed by the
    webserver.
    -q --quiet Suppress normal output. (false)
    -s --skip Skip files that already exist. (false)

    [cyupid@localhost akelos]$ ./script/setup -d HOMEDIR/booklink -p /www/htdocs/booklink
    Creating directory: /home/www/akelos/HOMEDIR/booklink/HOMEDIR/booklink

    There where some errors during the installation process:

    * Can't create directory: /home/www/akelos/HOMEDIR/booklink
    [cyupid@localhost akelos]$
    ================================================================

    Thank you for help
    Regards
    •  
      CommentAuthorbermi
    • CommentTimeMay 31st 2008
     

    Try just

    /home/www/akelos/script/setup -d /www/htdocs/booklink
    
    • CommentAuthorcyupid75
    • CommentTimeJun 1st 2008
     
    Thank you ... Its Work :)

    But after that I have some problem again, with creating directory, but now after creating database using wizard via browser
    ============================================================================
    Warning: mkdir() [function.mkdir]: Permission denied in /home/www/akelos/lib/Ak.php on line 472
    Warning: mkdir() [function.mkdir]: No such file or directory in /home/www/akelos/lib/Ak.php on line 472
    ============================================================================

    Well, I know this problem is about permission file, but which file/directory will be set to 777 ??
    [cyupid@localhost blog]$ ls -l
    total 36
    drwxrwxr-x 11 cyupid cyupid 4096 2008-06-01 23:29 app
    drwxrwxrwx 4 cyupid cyupid 4096 2008-06-01 23:30 config
    drwxrwxr-x 3 cyupid cyupid 4096 2008-06-01 23:29 docs
    -rw-rw-r-- 1 cyupid cyupid 949 2008-06-01 23:29 index.php
    drwxrwxr-x 2 cyupid cyupid 4096 2008-06-01 23:29 log
    drwxrwxr-x 5 cyupid cyupid 4096 2008-06-01 23:29 public
    drwxrwxr-x 3 cyupid cyupid 4096 2008-06-01 23:29 script
    drwxrwxr-x 3 cyupid cyupid 4096 2008-06-01 23:29 test
    drwxrwxrwx 2 cyupid cyupid 4096 2008-06-01 23:29 tmp

    I have change the config and tmp directory permission, is there any other directory to change ??

    Thank you
    Regards
Add your comments
    Username Password
  • Format comments as