- Posts: 2144
- Thank you received: 4
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
Question [solved] recent discussions suddenly returns php errors
17 years 1 month ago #9452
by Lintzy
Replied by Lintzy on topic Re:recent discussions suddenly returns php errors
Oh yes, you are right.
Please Log in or Create an account to join the conversation.
17 years 1 month ago #9568
by mraab
Replied by mraab on topic Re:recent discussions suddenly returns php errors
Thanks Lintzy and grumblemarc,
I checked all the other posts I could find but none of their solutions apply to my errors. Anyway, below is the full description and maybe you find a clue in there.
Cheers,
Matthias
I checked all the other posts I could find but none of their solutions apply to my errors. Anyway, below is the full description and maybe you find a clue in there.
Code:
variable value
$0 "
key value
$file "/home/austral/public_html/www.deutscheinmelbourne.net/components/com_kunena/lib/kunena.debug.php"
$line "42"
$function "debug_callstackinfo"
[args] Nested Array
"
$1 "
key value
$file "/home/austral/public_html/www.deutscheinmelbourne.net/components/com_kunena/lib/kunena.debug.php"
$line "62"
$function "trigger_dberror"
[args] Nested Array
"
$2 "
key value
$file "/home/austral/public_html/www.deutscheinmelbourne.net/components/com_kunena/template/default_ex/latestx.php"
$line "221"
$function "check_dberror"
[args] Nested Array
"
$3 "
key value
$file "/home/austral/public_html/www.deutscheinmelbourne.net/components/com_kunena/kunena.php"
$line "782"
[args] Nested Array
$function "include"
"
$4 "
key value
$file "/home/austral/public_html/www.deutscheinmelbourne.net/libraries/joomla/application/component/helper.php"
$line "162"
[args] Nested Array
$function "require_once"
"
$5 "
key value
$file "/home/austral/public_html/www.deutscheinmelbourne.net/includes/application.php"
$line "124"
$function "renderComponent"
$class "JComponentHelper"
$type "->"
[args] Nested Array
"
$6 "
key value
$file "/home/austral/public_html/www.deutscheinmelbourne.net/index.php"
$line "68"
$function "dispatch"
$class "JSite"
$type "->"
[args] Nested Array
"
Installed version: 1.0.8 | 2009-02-17 | 1166 [ Speakup! ] | php 5.2.8 | mysql 5.0.67-community
Fatal error: Unable to load messages.\nDB function reports no errors in /home/austral/public_html/www.deutscheinmelbourne.net/components/com_kunena/lib/kunena.debug.php on line 54
Cheers,
Matthias
Please Log in or Create an account to join the conversation.
17 years 1 month ago #9575
by Lintzy
Replied by Lintzy on topic Re:recent discussions suddenly returns php errors
Try this:
www.bestofjoomla.com/component/option,co...d,39/id,61746/#63056 :
Change in /components/com_kunena/lib/kunena.debug.php
On line 54:
to
Oder das, umgesetzt auf Kunena:
www.bestofjoomla.com/component/option,co...2853/catid,74/#62701
www.bestofjoomla.com/component/option,co...d,39/id,61746/#63056 :
Change in /components/com_kunena/lib/kunena.debug.php
On line 54:
Code:
trigger_error($text.'n'.$database->stderr(true), E_USER_ERROR);
to
Code:
//trigger_error($text.'n'.$database->stderr(true), E_USER_ERROR);
Oder das, umgesetzt auf Kunena:
www.bestofjoomla.com/component/option,co...2853/catid,74/#62701
Please Log in or Create an account to join the conversation.
17 years 1 month ago #9592
by mraab
Replied by mraab on topic Re:recent discussions suddenly returns php errors
Hi Lintzy,
Thanks for all your suggestions.
Everything came back to life after restarting apache and mysql services on my server. Very weird, there must have been processes running beyond our control. Big relief...
Cheers,
Matthias
Thanks for all your suggestions.
Everything came back to life after restarting apache and mysql services on my server. Very weird, there must have been processes running beyond our control. Big relief...
Cheers,
Matthias
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
Less
More
- Posts: 1107
- Thank you received: 3
17 years 1 month ago #9602
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re:recent discussions suddenly returns php errors
Good to hear. Remember that nothing just happens. If you don't make a change to the Joomla install then chances are it's server related.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Time to create page: 0.276 seconds