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 #174871
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Internal Server when creating new Topics - no problems (when deleting topics)
Do-you have restarted apache after that you have edited the php.ini ?
I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: mbruell
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174872
by mbruell
Replied by mbruell on topic Internal Server when creating new Topics - no problems (when deleting topics)
I had two issues that kept me from installing it. I failed to edit the correct php.ini file (I needed to us /etc/php5/fpm/php.ini, and I had failed to restart apache2 and php).
It installed correctly now, but I'm still getting the same error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
and in apache2/error.log
[Thu May 05 09:07:52.541479 2016] [fastcgi:error] [pid 8044] [client 192.168.250.3:54776] FastCGI: comm with server "/usr/lib/cgi-bin/php5-fcgi" aborted: idle timeout (30 sec), referer: https://(host)/forum/newtopic.html
[Thu May 05 09:07:52.541684 2016] [fastcgi:error] [pid 8044] [client 192.168.250.3:54776] FastCGI: incomplete headers (0 bytes) received from server "/usr/lib/cgi-bin/php5-fcgi", referer: https://(host)/forum/newtopic.html
As I said earlier, it's always taken a while to create a new post (many times longer than deleting one), but it didn't used to time out. We have moved to fastcgi recently, and that's when the timeout error cropped up. We've been advised to run joomla with fastCGI, so I'd like to be able to get Kunena to work with FastCGI.
Thanks - I've got to go offline for about 45 minutes, but I'll be back then.
M
It installed correctly now, but I'm still getting the same error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
and in apache2/error.log
[Thu May 05 09:07:52.541479 2016] [fastcgi:error] [pid 8044] [client 192.168.250.3:54776] FastCGI: comm with server "/usr/lib/cgi-bin/php5-fcgi" aborted: idle timeout (30 sec), referer: https://(host)/forum/newtopic.html
[Thu May 05 09:07:52.541684 2016] [fastcgi:error] [pid 8044] [client 192.168.250.3:54776] FastCGI: incomplete headers (0 bytes) received from server "/usr/lib/cgi-bin/php5-fcgi", referer: https://(host)/forum/newtopic.html
As I said earlier, it's always taken a while to create a new post (many times longer than deleting one), but it didn't used to time out. We have moved to fastcgi recently, and that's when the timeout error cropped up. We've been advised to run joomla with fastCGI, so I'd like to be able to get Kunena to work with FastCGI.
Thanks - I've got to go offline for about 45 minutes, but I'll be back then.
M
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174874
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Internal Server when creating new Topics - no problems (when deleting topics)
Try to enable debug mode in Joomla! and Kunena to see a better error message
I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: mbruell
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174875
by mbruell
Replied by mbruell on topic Internal Server when creating new Topics - no problems (when deleting topics)
I'm tailing the /var/log/apache2/error.log while I create a new topic. I don't see anything happen when I first press the submit button. However, the page just hangs there, saying, "waiting for host." Then, the 500 error occurs at the same time as the following lines are written to the log:
[Thu May 05 11:32:56.135087 2016] [:error] [pid 8987] [client 192.168.250.2:55524] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning: mysqli::stat(): Couldn't fetch mysqli in document root /libraries/joomla/database/driver/mysqli.php on line 219
[Thu May 05 11:32:56.152993 2016] [:error] [pid 8987] [client 192.168.250.2:55524] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning: mysqli_close(): Couldn't fetch mysqli in document root /libraries/joomla/database/driver/mysqli.php on line 226
I'm seeing errors all over the page, but they appear before I actually get the error that led me to the forum. They appear as the page to create a new topic loads (but not as it gets submitted):
Strict Standards: Non-static method SimplePie_IRI::absolutize() should not be called statically, assuming $this from incompatible context in ///documentroot/libraries/simplepie/simplepie.php on line 9107
Strict Standards: Non-static method SimplePie_Misc::parse_url() should not be called statically, assuming $this from incompatible context in ///documentroot/libraries/simplepie/simplepie.php on line 6627
Strict Standards: Non-static method SimplePie_Misc::array_unique() should not be called statically, assuming $this from incompatible context in ///documentroot/libraries/simplepie/simplepie.php on line 5568
Strict Standards: Only variables should be assigned by reference in ///documentroot/modules/mod_light_rss/tmpl/default.php on line 16
Notice: Undefined index: error in ///documentroot/modules/mod_light_rss/tmpl/default.php on line 17
Alerts:
Notice: Undefined variable: tooltips in ///documentroot/modules/mod_light_rss/tmpl/default.php on line 52
Notice: Undefined index: description in ///documentroot/modules/mod_light_rss/tmpl/default.php on line 55
Notice: Undefined index: nofollow in ///documentroot/modules/mod_light_rss/tmpl/default.php on line 62
Notice: Undefined variable: desc in ///documentroot/modules/mod_light_rss/tmpl/default.php
[Thu May 05 11:32:56.135087 2016] [:error] [pid 8987] [client 192.168.250.2:55524] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning: mysqli::stat(): Couldn't fetch mysqli in document root /libraries/joomla/database/driver/mysqli.php on line 219
[Thu May 05 11:32:56.152993 2016] [:error] [pid 8987] [client 192.168.250.2:55524] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning: mysqli_close(): Couldn't fetch mysqli in document root /libraries/joomla/database/driver/mysqli.php on line 226
I'm seeing errors all over the page, but they appear before I actually get the error that led me to the forum. They appear as the page to create a new topic loads (but not as it gets submitted):
Strict Standards: Non-static method SimplePie_IRI::absolutize() should not be called statically, assuming $this from incompatible context in ///documentroot/libraries/simplepie/simplepie.php on line 9107
Strict Standards: Non-static method SimplePie_Misc::parse_url() should not be called statically, assuming $this from incompatible context in ///documentroot/libraries/simplepie/simplepie.php on line 6627
Strict Standards: Non-static method SimplePie_Misc::array_unique() should not be called statically, assuming $this from incompatible context in ///documentroot/libraries/simplepie/simplepie.php on line 5568
Strict Standards: Only variables should be assigned by reference in ///documentroot/modules/mod_light_rss/tmpl/default.php on line 16
Notice: Undefined index: error in ///documentroot/modules/mod_light_rss/tmpl/default.php on line 17
Alerts:
Notice: Undefined variable: tooltips in ///documentroot/modules/mod_light_rss/tmpl/default.php on line 52
Notice: Undefined index: description in ///documentroot/modules/mod_light_rss/tmpl/default.php on line 55
Notice: Undefined index: nofollow in ///documentroot/modules/mod_light_rss/tmpl/default.php on line 62
Notice: Undefined variable: desc in ///documentroot/modules/mod_light_rss/tmpl/default.php
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174879
by 810
Replied by 810 on topic Internal Server when creating new Topics - no problems (when deleting topics)
looks there is a bug on module mod_light_rss, please disable it and try again.
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174882
by mbruell
Replied by mbruell on topic Internal Server when creating new Topics - no problems (when deleting topics)
I've disabled mod_light_rss so the errors referencing that module have vanished.
However, I'm still getting the same 500 Server error, after a delay of about 30 seconds to process my posting/submitting of a new topic, or replying to an existing topic.
The file /var/log/apache2/errors.log contains:
[Thu May 05 14:39:03.800474 2016] [:error] [pid 7257] [client 192.168.250.2:58245] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning: mysqli::stat(): Couldn't fetch mysqli in ///documentroot/libraries/joomla/database/driver/mysqli.php on line 219, referer: https://host/forum/for-sale-wanted.html
[Thu May 05 14:39:03.800579 2016] [:error] [pid 7257] [client 192.168.250.2:58245] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning: mysqli_close(): Couldn't fetch mysqli in ///documentroot/libraries/joomla/database/driver/mysqli.php on line 226, referer: https://host/forum/for-sale-wanted.html
[Thu May 05 14:39:21.547898 2016] [:error] [pid 7523] [client 192.168.250.2:58277] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Strict Standards: Non-static method modGTranslateHelper::getParams() should not be called statically in ///documentroot/modules/mod_gtranslate/mod_gtranslate.php on line 13, referer: https://host/forum/for-sale-wanted/997-any-errors-now.html
[Thu May 05 14:39:21.547967 2016] [:error] [pid 7523] [client 192.168.250.2:58277] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Strict Standards: Only variables should be assigned by reference in ///documentroot/modules/mod_gtranslate/tmpl/default.php on line 115, referer: https://host/forum/for-sale-wanted/997-any-errors-now.html
[Thu May 05 14:39:21.547975 2016] [:error] [pid 7523] [client 192.168.250.2:58277] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Strict Standards: Only variables should be assigned by reference in ///documentroot/modules/mod_gtranslate/tmpl/default.php on line 130, referer: https://host/forum/for-sale-wanted/997-any-errors-now.html
[Thu May 05 14:39:21.571632 2016] [:error] [pid 7523] [client 192.168.250.2:58277] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning: mysqli::stat(): Couldn't fetch mysqli in ///documentroot/libraries/joomla/database/driver/mysqli.php on line 219, referer: https://host/forum/for-sale-wanted/997-any-errors-now.html
[Thu May 05 14:39:21.571696 2016] [:error] [pid 7523] [client 192.168.250.2:58277] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning: mysqli_close(): Couldn't fetch mysqli in ///documentroot/libraries/joomla/database/driver/mysqli.php on line 226, referer: https://host/forum/for-sale-wanted/997-any-errors-now.html
[Thu May 05 14:40:48.172547 2016] [fastcgi:error] [pid 6563] [client 192.168.250.2:58313] FastCGI: comm with server "/usr/lib/cgi-bin/php5-fcgi" aborted: idle timeout (30 sec), referer: https://host/forum/for-sale-wanted/997-any-errors-now/reply/1137.html
Thanks,
Marc
However, I'm still getting the same 500 Server error, after a delay of about 30 seconds to process my posting/submitting of a new topic, or replying to an existing topic.
The file /var/log/apache2/errors.log contains:
[Thu May 05 14:39:03.800474 2016] [:error] [pid 7257] [client 192.168.250.2:58245] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning: mysqli::stat(): Couldn't fetch mysqli in ///documentroot/libraries/joomla/database/driver/mysqli.php on line 219, referer: https://host/forum/for-sale-wanted.html
[Thu May 05 14:39:03.800579 2016] [:error] [pid 7257] [client 192.168.250.2:58245] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning: mysqli_close(): Couldn't fetch mysqli in ///documentroot/libraries/joomla/database/driver/mysqli.php on line 226, referer: https://host/forum/for-sale-wanted.html
[Thu May 05 14:39:21.547898 2016] [:error] [pid 7523] [client 192.168.250.2:58277] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Strict Standards: Non-static method modGTranslateHelper::getParams() should not be called statically in ///documentroot/modules/mod_gtranslate/mod_gtranslate.php on line 13, referer: https://host/forum/for-sale-wanted/997-any-errors-now.html
[Thu May 05 14:39:21.547967 2016] [:error] [pid 7523] [client 192.168.250.2:58277] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Strict Standards: Only variables should be assigned by reference in ///documentroot/modules/mod_gtranslate/tmpl/default.php on line 115, referer: https://host/forum/for-sale-wanted/997-any-errors-now.html
[Thu May 05 14:39:21.547975 2016] [:error] [pid 7523] [client 192.168.250.2:58277] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Strict Standards: Only variables should be assigned by reference in ///documentroot/modules/mod_gtranslate/tmpl/default.php on line 130, referer: https://host/forum/for-sale-wanted/997-any-errors-now.html
[Thu May 05 14:39:21.571632 2016] [:error] [pid 7523] [client 192.168.250.2:58277] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning: mysqli::stat(): Couldn't fetch mysqli in ///documentroot/libraries/joomla/database/driver/mysqli.php on line 219, referer: https://host/forum/for-sale-wanted/997-any-errors-now.html
[Thu May 05 14:39:21.571696 2016] [:error] [pid 7523] [client 192.168.250.2:58277] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning: mysqli_close(): Couldn't fetch mysqli in ///documentroot/libraries/joomla/database/driver/mysqli.php on line 226, referer: https://host/forum/for-sale-wanted/997-any-errors-now.html
[Thu May 05 14:40:48.172547 2016] [fastcgi:error] [pid 6563] [client 192.168.250.2:58313] FastCGI: comm with server "/usr/lib/cgi-bin/php5-fcgi" aborted: idle timeout (30 sec), referer: https://host/forum/for-sale-wanted/997-any-errors-now/reply/1137.html
Thanks,
Marc
Please Log in or Create an account to join the conversation.
Time to create page: 0.264 seconds