Hi there,
I wanted to ask, if it is okay to switch a running imscp instance with several websites (development server) from apache fcgi to fpm - will i get any problems? (no specific changes made for the php versions)
thanks and best regards
Simon
Hi there,
I wanted to ask, if it is okay to switch a running imscp instance with several websites (development server) from apache fcgi to fpm - will i get any problems? (no specific changes made for the php versions)
thanks and best regards
Simon
Hi,
ioncube is/was installed properly, so...I have to take a further look...
But it seems, that I gotta have to tweak the server a little bit, some sites have an incredible high response/loading time, ioncube doesn´t always get recognized by shopware, even if it is installed and written into the specific php.ini...
Hi Nuxwin,
after trying a bit more I found out, that the shopware version was kinda incompatible with any PHP Version > 5.3. So I used the PHPSwitcher (btw. great work ) and changed to 5.3.xx - the error seems resolved. Another thing is, that shopware still says "no-encoder", but thats not your problem
Thanks a lot
Thanks Nuxwin,
any time-related wishes? How should I contact you?
Regards
Simon
Hi Nuxwin,
I disabled at the corresponding php.ini (/var/www/fcgi/xxxx/php5/php.ini)
Opcache:
opcache.enable=0
and I commented the sections with xdebug and apc, so that it wont be enabled. Ioncube has to stay enabled, otherwise shopware won´t work.
I could maybe check at your server directly
Yeah would be an option, but tomorrow, sorry
Hi Nuxwin,
thanks for your reply.
The installed extensions are:
apc
xdebug
ioncube
opcache
the rest is standard.
I disabled apc and now opcache, no changes
Hi there,
in our company we use an ubuntu based i-mscp server for development purpose.
System:
ubuntu 15.04 (i know...no lts version)
i-mscp 1.2.9 (update planned)
6GB Ram, 3 Cores
php-switcher installed
Apache 2.4.16
In 2 of 5 shopware instances we get an error at the backend (plugin manager) - "i-MSCP internet - Multi Server Control Panel - Error 500 Error 500! Internal Server Error Back" (in a shopware field), a look at the log files shows:
[Mon Jan 11 15:34:22.978913 2016] [fcgid:error] [pid 9348:tid 140168759838592] mod_fcgid: process /var/www/fcgi/xxxxxx/php-fcgi-starter(9410) exit(communication error), get unexpected signal 11
[Mon Jan 11 15:35:55.460394 2016] [fcgid:error] [pid 9348:tid 140168759838592] mod_fcgid: process /var/www/fcgi/xxxxxx/php-fcgi-starter(9411) exit(communication error), get unexpected signal 11
[Mon Jan 11 15:35:55.460504 2016] [fcgid:error] [pid 9348:tid 140168759838592] mod_fcgid: process /var/www/fcgi/xxxxxx/php-fcgi-starter(9409) exit(communication error), get unexpected signal 11
and related:
End of script output before headers: shopware.php
I´ve tried it with PHP Version 5.5.30, 5.6.4, 5.6.8, with and without ioncube, apc disabled...no success. Any ideas?
Thanks in advance
Simon
You could try to create a new one..?
Hi Nuxwin,
thanks for your reply. It seems to work good with 15.04, so I will give it a try - especially as it is for development only (intranet).
Apache 2.4.16 seems to work well, too.
Regards
Simon
Yeah I know, but 15.04 is supported, too (and working btw) - we use mod_substitute for shopware development, sometimes we need to trick a little bit with the domains because of licensing of the shopware plugins (i know...not good...). But with the substitution we get an error "line too long" this was covered with Apache 2.4.11, when a new parameter was added "SubstituteMaxLineLength" - so one were able to override the default of 1M length.
Installed i-mscp on 15.04 now, tried with apache 2.4.10 at first - same behaviour as in debian jessie - then added a ppa and upgraded to 2.4.16 - used "SubstituteMaxLineLength 10M" an now its working, no errors anymore...