Installing Aroundme

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rod
    Member
    • Mar 2004
    • 65

    #1

    Installing Aroundme

    I want to install aroundme but I get this error:

    system message:

    Fatal error: Call to undefined function: ftp_chmod() in /home/roselab/public_html/aroundme/install/installer/header.inc.php on line 176

    here are lines 175 to 180:

    PHP Code:
    $dir DIR_NAME "aroundme/components/core/config/";
            if(!
    ftp_chmod($conn0777$dir)) {
                echo 
    $lang['error_fail_permission'].$dir;
                
    ftp_close($conn);
                return 
    false;
            } 
    Any ideas?
  • AndrewT
    Administrator
    • Mar 2004
    • 3655

    #2
    ftp_chmod is only a PHP5 function. Depending on what server you're one you can have PHP5 execute .php scripts or whatever you need.

    See: http://forums.dathorn.com/showthread.php?t=2385

    Comment

    • rod
      Member
      • Mar 2004
      • 65

      #3
      My server dont have php 5 and no plans to have it...

      im on cpanel 19

      Comment

      • AndrewT
        Administrator
        • Mar 2004
        • 3655

        #4
        Sorry, you will have PHP5 once your server is upgraded. All of them are being upgraded it's just a matter of time.

        Comment

        Working...