Posts by Puntonetsvb

    Muchas gracias a mrpink por su inestimable ayuda, me solucionaste el problema, pero al actualizar, a 1.1.22 (a las de la versión 1.2.* me tiraba un error y no para probar actualice a esta, al editar un dominio me tira:


    Dear admin,An exception has been thrown in file/var/www/imscp/gui/library/iMSCP/Config/Handler.php at line 87:=================================================================Configuration variable `PHPINI_ALLOW_URL_FOPEN` is missing.=================================================================Debug backtrace:---------------File: /var/www/imscp/gui/library/iMSCP/Config/Handler.php at line 74Method: iMSCP_Config_Handler::get()File: /var/www/imscp/gui/library/iMSCP/PHPini.php at line 146Method: iMSCP_Config_Handler::__get()File: /var/www/imscp/gui/library/iMSCP/PHPini.php at line 99Method: iMSCP_PHPini::loadDefaultData()File: /var/www/imscp/gui/library/iMSCP/PHPini.php at line 129Method: iMSCP_PHPini::__construct()File: /var/www/imscp/gui/public/reseller/domain_edit.php at line 253Method: iMSCP_PHPini::getInstance()File: /var/www/imscp/gui/public/reseller/domain_edit.php at line 1145Function: reseller_getData()

    apt-get purge clamav-milter


    dpkg: error al procesar clamav-milter (--purge):
    El paquete está en un estado muy malo e inconsistente - debe reinstalarlo
    antes de intentar desinstalarlo.
    Se encontraron errores al procesar:
    clamav-milter
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    Cada vez que intento actualizar el sistema me da el error de clamav-milter, y no puedo ni actualizar el sistema (Debian Wheezy) ni el panel que estoy en la version 1.1.13, todo fue a raiz del plugin de clamav


    Esto muestra al ejecutar perl imscp-autoinstall


    [ERROR]


    autoinstaller::Adapter::DebianAdapter::installPreRequiredPackages: Reading package lists...
    Building dependency tree...
    Reading state information...
    aptitude is already the newest version.
    debconf-utils is already the newest version.
    dialog is already the newest version.
    liblist-moreutils-perl is already the newest version.
    libxml-simple-perl is already the newest version.
    resolvconf is already the newest version.
    rsync is already the newest version.
    wget is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
    1 not fully installed or removed.
    After this operation, 0 B of additional disk space will be used.
    Setting up clamav-milter (0.98.7+dfsg-0+deb7u1) ...
    clamav-milter: Can not continue with PidFile not set ... failed!
    invoke-rc.d: initscript clamav-milter, action "start" failed.
    dpkg: error processing clamav-milter (--configure):
    subprocess installed post-installation script returned error exit status 6
    Errors were encountered while processing:
    clamav-milter
    E: Sub-process /usr/bin/dpkg returned an error code (1)


    iMSCP::Debug::END: Exit code: 100

    ¿Como podría hacer para activar la cache en el servidor, tengo una web en un xeon E3124 a 3.30GHz con 8 nucleos y 16gb ram, y me sirve la web más lentamente que cuando lo tenía en vps simplón. La web usa php 5.3 y tengo puesto el php switcher, puede ir mas lenta por esto?, en el otro el 5.3 venia de serie.

    Tengo una web que estaba en un servidor con php 5.3.3 y usaba gd para generar imagenes png, al pasarlo a mi server me tira error al generar el heading de la imagen, asi que creo que para solucionarlo debería instalar php 5.3.3 para esa web concreta, alguien me podría indicar si es posible y como hacerlo?. ;(


    Tal como me indicó Kurgans, compre el plugin PhpSwitcher, lo instalé en un servidor que tengo de pruebas y perfecto, pero si el servidor ya está en funcionamiento tened cuidado, porque sólo funciona con Fcgid.

    Esque investigando crei que era esa libreria, porque tengo una web que usa el siguiente script y buscando el error decia que era de GD


    /*
    Dynamic Heading Generator
    By Stewart Rosenberger
    http://www.stewartspeak.com/headings/


    This script generates PNG images of text, written in
    the font/size that you specify. These PNG images are passed
    back to the browser. Optionally, they can be cached for later use.
    If a cached image is found, a new image will not be generated,
    and the existing copy will be sent to the browser.


    Additional documentation on PHP's image handling capabilities can
    be found at http://www.php.net/image/
    */