Error updating 1.1.15 to 1.1.16

  • Hi.
    I have a new problem with the new update.


    I will try to explain what I did it:
    I deleted files of "/var/www/imscp/gui/public/tools/filemanager/" and create a new index.php with a header();


    I also did it before update to 1.1.15


    When I tried to update to 1.1.16 it show me a message error (attached file).
    Everytime I try update, it delete a parent directory (filemanager, after tools, and finally public).


    To try to solve it, (the first time) I copied to filemanager the content of net2ftp with my configuration (I use it in other subfolder), but It doesn't work.


    Any idea?


    Thanks in advanced.

    Files

  • @RikuAnsem


    You're doing things without understanding how i-MSCP works. Just upgrade i-MSCP normally using the installer:


    Code
    1. # perl imscp-autoinstall -d


    Once it's done, edit the file you want.


    BTW: The /var/www/imscp/gui directory is deleted and recreated on every update and it's expected.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @re


    @RikuAnsem


    You can report a bug as long it's a bug ;) Here, the bad things only come from your own mistakes.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @RikuAnsem Really ?



    Try this before:


    Code
    1. # rm -r /var/www/imscp/gui/public/tools
    2. # cd <imscp archive dir>
    3. # perl imscp-autoinstall -dc

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • 1rst: Can I wrote all in spanish? Maybe it will be more comprensible.
    2nd:The directory /var/www/imscp/gui/public/tools not exist (I said in the first post)
    3rd: perl imscp-autoinstaller -dc not exist, is without er.
    4th: I use this tutorial: http://wiki.i-mscp.net/doku.php?id=start:upgrade:debian, but with -c it works, thanks.


    And finally, thanks to all for the dislike.


    And thanks for the help (really).

  • 3rd: perl imscp-autoinstaller -dc not exist, is without er.


    I think I know why it didn't exist. You forgot to switch to the archive directory...

    cd <imscp archive dir>


    Document version:

    Code
    1. cd /usr/local/src
    2. rm -fR imscp
    3. wget https://github.com/i-MSCP/imscp/archive/«version».tar.gz
    4. tar xzf «version».tar.gz
    5. cd imscp-«version»
  • So we're happy that you found the docu...


    PS: thread marked as solved