@trueblue
Fixed in master.
See http://wiki.i-mscp.net/doku.php?id=start:preseeding for the official documentation.
Thanks for using i-MSCP
@trueblue
Fixed in master.
See http://wiki.i-mscp.net/doku.php?id=start:preseeding for the official documentation.
Thanks for using i-MSCP
Display MoreI did the normal migration per the wiki from 1.07 to 1.1.0-rc1.3 , and of course that overwrote the 00_master.conf with the imscp version (which is what is currently running)
I used open ssl to generate a new CSR then rekeyed by certificate with godaddy I have one certificate gd_bundle.crt and mydomain.crt from Godaddy, which is a wildcard SSL Cert, which i have dropped into /etc/ssl/
Is there an article that describes how to integrate those .crts into IMSCP?
Thanks for the super fast reply!
David
It's the certificate for the panel access ? If yes, you must run the imscp_setup script with the --reconfigure option as follow:
And then, when you are asked about SSL, you answer yes and say that you have your own certificate. After, the installer will ask you about your certificate information.
Thanks for using i-MSCP.
Hello ;
First, welcome in our community.
I would recommend you to follow the normal update path (from ispCP to i-MSCP) using the migration script and then restore your exotic configuration after. Of course, we can provide you free support if you get wrong.
Thanks you for using i-MSCP.
if i´m right then there is a: ' in wrong place...or?
Error was there:
[code=php]
$self->{'postmap'}->{$self->{'MTA_RELAY_HASH}'}} = $data->{'DMN_NAME'};
[/php]
fixed as
[code=php]
$self->{'postmap'}->{$self->{'MTA_RELAY_HASH'}} = $data->{'DMN_NAME'};
[/php]
Edit: Was just a brace issue.
the script is good but it wasnt working for me! same error message
[hr]RE ;
Are you sure it's the last version you are trying to update to ? Please show me the content of the CHANGELOG file in your install directory. I can provide you free support if you want (via teamviewer).[hr]Edit:
Bug confirmed. Will be fixed in next coming minutes.[hr]Edit: Fixed: https://github.com/i-MSCP/imsc…8b7e98af61f14d8e30d76c8a6
Try again (pull changes and rerun installer)
Thanks for your report.
Thanks for the swift reply and fixes.
Is there any ETA on when you will commit the changes?, I'd like to test out the new preseeding features and even an attached patch file would suffice.
Hello ;
It's already fixed in my working directory. I'm processing last test and then, I commit. You'll get noticed when it's done (surely in the night)
Thanks for using i-MSCP.
Nuxwin: Thanks for this Plugin. Now we need a Way to keep Plugins during update. like bridge.php from WHMCS Plugin.
Hello ;
Plugins are not removed during update. Maybe you want say other thing.
Display More
laurent
i can´t find the facebook plugin in the plugin repo.
is it allready in development?
please dont´t feel rushed!
It´s only a question.
Hello ;
Still under development. I'll provide it soon.
Edit;
Ok, I've found some bugs. They are fixed in my local repository. I've also updated the preseed template file.
I'll commit soon and the changes will be available in next coming release.
Thanks you for using i-MSCP.
Hello
Since I've written this draft, many other parameters where introduced and I've forget to update the preseed template file. I'll update the doc today and check for any problem and also provide a howto.
Thanks for using i-MSCP