Menu

#221 installer error

open
nobody
5
2004-09-30
2004-09-30
Anonymous
No

Name: luis flores
Email: luisivanflores@multi-net.com.mx

the installer stops on the step 2, nothing appears on screen

thanks

Discussion

  • Joe Stewart

    Joe Stewart - 2004-10-01

    Logged In: YES
    user_id=77269

    Check your error log for an entry about "_no_tablespace".

    Applying this patch will correct this error ( change to
    $this->_no_tablespace($tabl);)

    --- ./class.Installer.inc 2004-08-26
    13:56:05.000000000 +0000
    +++ /var/www/phpopenchat/include/class.Installer.inc
    2004-09-30 22:01:10.000000000 +0000@@ -386,7 +386,7 @@
    continue;
    }
    $connection = false;
    - _no_tablespace($tabl);
    + $this->_no_tablespace($tabl);
    unset($db);
    break;
    }
    @@ -544,4 +544,4 @@
    return $out;
    }
    }
    -?>
    \ No newline at end of file
    +?>

     
  • Nobody/Anonymous

    Logged In: NO

    same...
    exact..
    Possible mysql permissions or connection?

    xts

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.