Error 1.2.2 -> 1.2.8

  • Hi,


    I get the following error:



    Hope somebody can help me :)

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

  • sry, I was updating to 1.2.9


    I'm a little bit confused...


    I have deleted all plugins in /var/www/imscp/gui/plugins


    Now I get the following error:


    What should I do?

  • Do following on console for disabling plugins:

    Code
    1. # mysql -u root -p
    2. > use imscp;
    3. > UPDATE plugin SET plugin_status = 'disabled';


    PS: Now you can also flush the plugin table^^