Posts by Moonraker136

    Dear Community,


    i Need your help,


    my apache Websites dont load in Browser anymore Since i updated my debian packages ( php etc.). My imscp version is 1.1.18 and wehen i restart Apache all Work Fine some minutes and then to Websites dont load Again.

    Sytem info:
    debian wheezy newest version
    imscp 1.1.18
    error.log und acess.log from apache seems to be empty
    php 5.4.4
    apache 2.2.22
    Dovecot // fastcgi + fpm


    please help


    Lg
    Trimilur

    true ;(


    [01-Nov-2014 01:39:13 +0100]: DB Error: SQLSTATE[HY000] [1044] Access denied for user 'roundcube_user'@'localhost' to database 'imscp' in /var/www/imscp/gui/public/tools/webmail/program/lib/Roundcube/rcube_db.php on line 154 (POST //webmail/?_task=settings&_action=plugin.imscp_pw_changer-save?_task=&_action=)


    so i ask why access denied?

    i know this is not good, but i dont find it. locate gives me only var/www --> plugins and there ist no log


    and var/cache/imscp/addons and there ist the log folder empty

    $sqlUserHost = iMSCP_Registry::get('config')->DATABASE_USER_HOST;
    $roundcubeConfig = new iMSCP_Config_Handler_File(iMSCP_Registry::get('config')->CONF_DIR . '/roundcube/roundcube.d$


    return array(
    'up' => "
    GRANT SELECT (`mail_addr`), UPDATE (`mail_pass`, `status`) ON `mail_users` TO '" . $roundcubeConfig['DATABASE_USER'] . "'@'" . $sqlUserHost . "';
    ",
    'down' => "
    REVOKE ALL PRIVILEGES ON `mail_users` FROM '" . $roundcubeConfig['DATABASE_USER'] . "'@'" . $sqlUserHost . "';
    "