Posts by m.mirzayev

    When i change the minimum password cahracter length in the backend as the administrator from 6 to 12 the password generator does not respect this setting when generating passwords.
    The password generator still uses 8 character passwords which is then not compatible with the policy and i need to adjust the password manually.


    Is this a bug or am i missing something?

    I'am using some custom settings on following files and realized that my customized files are overwritten with standard ones when upgrading i-MSCP (upgraded i-MSCP from 1.2.8 to 1.2.9 today).
    Files customized by me:
    - /etc/postfix/main.cf
    ......added different tweaks to prevent spam
    - /var/www/imscp/gui/themes/default/reseller/navigation.php
    ......added variable 'visible' => '0', to sections hosting_plans and statistics to make them invisible for reseller
    - /var/www/imscp/gui/themes/default/client/navigation.php
    ......added variable 'visible' => '0', to sections statistics and webtools to make them invisible for client
    - /var/www/imscp/gui/themes/default/client/mail_add.tpl
    ......added a <span>@</span> infront of <select name="domain_name" id="domain_name">. Some clients added an @ into the textfield which is only for the mailadress when adding a new mailadress for example 'info@' in textfield.


    I would like to know if there is any possibility to preserve this customizations. After updating i-MSCP i loose all this custom things and need to add them every time.


    Thanks in advance for all your support.

    Hi folks,


    in i-MSCP 1.2.2 it was possible to edit the /var/www/imscp/gui/themes/reseller/navigation.xml file to disable navigation items with <visible>0</visible>. Now there arent any *.xml files but concurrent *.php files. But if i put a 'visible' => 0 to the variables it doesn't do anything. Is there anything i'm missing or is there another file i can edit to disable specific navigation items.


    Greetings.

    I had the same problem.
    After testing houndreds of not working things i realized, that there is an issue between ioncube and xcache.


    My workaround was to disable xcache create an ini-file in /etc/php5/mods-available for ioncube and enable the ioncube.ini.
    It is very important to set the priority in the ini-file as g00vER mentioned.


    My ioncube.ini file in /etc/php5/mods-available:


    Code
    1. ; priority=01
    2. [ionCube]
    3. zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.5.so

    I don't really know if it is important to other distributions but i had to add a whitespace between the semicolon and the priority=01 variable. I'm working on Ubuntu 14.04.


    I tested this with ionCube Loader 5.0.6 and 5.0.7.
    Seems the guys at ionCube are working on it.