Posts by Nuxwin

    Re ;


    Just install teamviewer and PM me. I'll help you this afternoon (in ~ two hours).


    Thank you for using i-MSCP


    Edit: As I see, you tried to install the stable version, not the last rc. Well, I'll fix all for you this afternoon.

    Hello ;


    Please, post us the /var/log/imscp/imscp-build.log file.


    BTW: seem like the error is about bind9. Check the bind9 configuration and try to run


    Code
    1. apt-get install -f


    and then, if all goes fine, rerun the i-MSCP installer.


    I can help you via teamviewer if you want. Just install it and PM me ;)


    Thank you for using i-MSCP.

    Hello ;


    Please, post us the /var/log/imscp/imscp-build.log file.


    BTW: seem like the error is about bind9. Check the bind9 configuration and try to run


    Code
    1. apt-get install -f


    and then, if all goes fine, rerun the i-MSCP installer


    Thank you for using i-MSCP.


    Sure, I know you don't want it to be unchecked :angel:
    But the point is: did you, at least once, reflect this from the programmer's side? I mean: it's pretty hard to check this. If you want to add an full text editor, it's not just regular expressions you have to use. You have to check the stuff syntactically! And don't forget: misconfiguration can finally lead to a non-starting bind.


    So in the end: this is not a good idea because it's just not manageable. If you're the administrator, it's absolutely no problem to add stuff manually in the zonefiles. So why do you want to make things harder? :-)


    Hello ;


    We can provide full raw edition and check using named tools.


    Thank you for using i-MSCP


    I think Cool i right. It's a mess with such long Fullquotes to read on a Mobile :)


    gOOvER


    I don't really care if he has right or not. He is moderator and so he can edit threads and remove quotes instead of just talk for talk like he have does for the thread about ticket creation that I've edited and closed to avoid such useless comments... I don't like spoilsport and you know that. ;) Now of course, he as right but I don't like the way he process. Well now, I'll turn off my mouth to do better things.


    BTW: When I talk in hard way, it's not for free. ;)

    Repack, please, I have no time to go under debian and repack it. So the links are temporary too. I hope, it will be included into web softwaredepot.


    Hello ;


    Under windows, you can use 7-Zip to build tar.gz archives. You are lazy :huh: All contributors make their packages as tar.gz archive because it's the format used by the i-MSCP software installer. To resume: Either you do it correctly either you do nothing. ;)


    I know that my words are little hard, but sometime, I'm really wondering why you never do as others.


    btw: from the gui/public/admin/software_manage.php file:


    [code=php]
    ...
    if ($_FILES['sw_file']['name'] && $_FILES['sw_file']['name'] != "none") {
    if (substr($_FILES['sw_file']['name'], -7) != '.tar.gz') {
    set_page_message(tr("File needs to be a 'tar.gz' archive."), 'error');
    $success = 0;
    }
    $file = 0;
    } else {
    if (substr($_POST['sw_wget'], -7) != '.tar.gz') {
    set_page_message(tr("File needs to be a 'tar.gz' archive."), 'error');
    $success = 0;
    }
    $file = 1;
    }
    ...
    [/php]


    Vou have a hard head, but do not worry, mine is more. :P


    Thank you.


    Can you give me the version from which you updated ?