Posts by UncleSam

    Hi there,



    i tried to install the clamav 1.1.0 plugin but all i get is "activating" and after removing it manually just "reconfigure" but nothing happens. It seems like the installer freezes forever.


    Log-entry:

    Code
    1. [Mon Jun 8 20:02:42 2015] [fatal] iMSCP::Debug::__ANON__: Could not restart the clamav-milter service: An unexpected error occurred at /var/www/imscp/engine/PerlLib/iMSCP/Service.pm line 237.

    First there was a warning by restarting clamav-milter - i fixed that (permission problem) but now i have no idea why this error is still there.



    The old version worked fine on 1.2.2 on my server. Any idea what to do? Thankful for help!

    Hi there,


    i tried to install the clamav 1.1.0 plugin but all i get is "activating" and after removing it manually just "reconfigure" but nothing happens.


    The old version worked fine on 1.2.2 - I uninstalled it before starting the upgrade to imscp 1.2.3. Maybe this was a mistake, dont know.


    would be great if anyone has an idea

    Had no idead that there are two options ... it seems its the redirect options to use default ssl port 443.


    Scenario:
    Go into "Database" list of a domain and press the PhpMyAdmin button -> redirects to my default domain page and not to pma
    (haven't checked webmail or other tools)

    in the current version for I-MSCP v1.2.3 it is not possible to login in e.g. PhpMyAdmin webinterface. There seem to be a broken redirekt which redirects to the default domain page (or something like that)


    A temporary solution for me is to redirect using a simple .htaccess redirect. It is not as beautiful as this solution but it should work for all new versions:


    Code
    1. RewriteEngine On
    2. RewriteRule (.*) https://%{HTTP_HOST}:4443%{REQUEST_URI}

    How to do this:
    - create a subdomain which is the same url as your admin panel (e.g. admin.domain.tld)
    - upload/create the htaccess file (see content above) inside the htdocs folder