- Posts: 7329
- Thank you received: 1425
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved Internal Server when creating new Topics - no problems (when deleting topics)
9 years 11 months ago #174885
by 810
Replied by 810 on topic Internal Server when creating new Topics - no problems (when deleting topics)
no try disable mod_gtranslate
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174891
by mbruell
Replied by mbruell on topic Internal Server when creating new Topics - no problems (when deleting topics)
I assume you meant "now try disable mod_gtranslate" so I disabled it and rebooted the server (just to be sure I restarted all necessary processes). I got the same error in the web interface, and in the logs. Here are the relevant log entries:
[Fri May 06 07:36:45.937479 2016] [fastcgi:error] [pid 7262] [client 192.168.250.3:59683] FastCGI: comm with server "/usr/lib/cgi-bin/php5-fcgi" aborted: idle timeout (30 sec), referer: https://(host)/forum/newtopic.html
[Fri May 06 07:36:45.937567 2016] [fastcgi:error] [pid 7262] [client 192.168.250.3:59683] FastCGI: incomplete headers (0 bytes) received from server "/usr/lib/cgi-bin/php5-fcgi", referer: https:/(host)/forum/newtopic.html
Though both gtranslate and mod_light_rss were throwing errors of their own before I disabled them, they don't seem to be interacting with kunena, as the errors surrounding the creation of a new post, or replying to an existing one are still present in their same form regardless of whether those mods are enabled. This is actually good news, as we need gtranslate, and would like to offer rss feeds.
It's interesting that the errors we see occur 30 seconds or so *after* I press submit, but the posts are making it up to the forum.
As a further test of this, I submitted a reply to the previous post in one tab, and looked for it to show up in another tab. It showed up as quickly as I was able to switch tabs, and refresh the window. So, clearly the problem occurs when kunena is trying to retrieve the status *after* the post.
I'm not sure what it's doing in this phase - but this is where the problem occurs.
[Fri May 06 07:36:45.937479 2016] [fastcgi:error] [pid 7262] [client 192.168.250.3:59683] FastCGI: comm with server "/usr/lib/cgi-bin/php5-fcgi" aborted: idle timeout (30 sec), referer: https://(host)/forum/newtopic.html
[Fri May 06 07:36:45.937567 2016] [fastcgi:error] [pid 7262] [client 192.168.250.3:59683] FastCGI: incomplete headers (0 bytes) received from server "/usr/lib/cgi-bin/php5-fcgi", referer: https:/(host)/forum/newtopic.html
Though both gtranslate and mod_light_rss were throwing errors of their own before I disabled them, they don't seem to be interacting with kunena, as the errors surrounding the creation of a new post, or replying to an existing one are still present in their same form regardless of whether those mods are enabled. This is actually good news, as we need gtranslate, and would like to offer rss feeds.
It's interesting that the errors we see occur 30 seconds or so *after* I press submit, but the posts are making it up to the forum.
As a further test of this, I submitted a reply to the previous post in one tab, and looked for it to show up in another tab. It showed up as quickly as I was able to switch tabs, and refresh the window. So, clearly the problem occurs when kunena is trying to retrieve the status *after* the post.
I'm not sure what it's doing in this phase - but this is where the problem occurs.
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174895
by 810
Replied by 810 on topic Internal Server when creating new Topics - no problems (when deleting topics)
Please Log in or Create an account to join the conversation.
9 years 11 months ago - 9 years 11 months ago #174897
by mbruell
Replied by mbruell on topic Internal Server when creating new Topics - no problems (when deleting topics)
Moving htaccess.txt to .htaccess seems to have had no effect on the problem, nor did any of the other suggestions in that thread.
Does the fact that the timeout error I'm receiving takes place *after* the post (or reply) makes it to the forum, help narrow the problem?
I discovered this by submitting a reply to a previous post in one tab, and looking for it to show up in another tab. It showed up as quickly as I was able to switch tabs, and refresh the window. So, clearly the problem occurs when kunena is trying to retrieve the status or refresh the page *after* the post.
What could be causing this kind of problem?
Does the fact that the timeout error I'm receiving takes place *after* the post (or reply) makes it to the forum, help narrow the problem?
I discovered this by submitting a reply to a previous post in one tab, and looking for it to show up in another tab. It showed up as quickly as I was able to switch tabs, and refresh the window. So, clearly the problem occurs when kunena is trying to retrieve the status or refresh the page *after* the post.
What could be causing this kind of problem?
Last edit: 9 years 11 months ago by mbruell.
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174949
by mbruell
Replied by mbruell on topic Internal Server when creating new Topics - no problems (when deleting topics)
Just an update - deleting posts takes place quickly: both the quick delete, and the delete permanently. Replying to a post still times out.
Thanks,
Marc
Thanks,
Marc
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174953
by mbruell
Replied by mbruell on topic Internal Server when creating new Topics - no problems (when deleting topics)
Searching the web for this error led me to this edit to php5-fpm.conf:
<IfModule mod_fastcgi.c>
AddHandler php5-fcgi .php
Action php5-fcgi /php5-fcgi
Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -pass-header Authorization -idle-timeout 3600
<Directory /usr/lib/cgi-bin>
Require all granted
</Directory>
</IfModule>
I tried it, and the server no longer errors out, but still takes about 36 or 37 seconds to show the status of the post.
<IfModule mod_fastcgi.c>
AddHandler php5-fcgi .php
Action php5-fcgi /php5-fcgi
Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -pass-header Authorization -idle-timeout 3600
<Directory /usr/lib/cgi-bin>
Require all granted
</Directory>
</IfModule>
I tried it, and the server no longer errors out, but still takes about 36 or 37 seconds to show the status of the post.
Please Log in or Create an account to join the conversation.
Time to create page: 0.220 seconds