- Posts: 3
- Thank you received: 0
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 Admin cant post his posts in the forums
- skandinavas
-
Topic Author
- Offline
- New Member
-
Less
More
16 years 10 months ago - 16 years 10 months ago #18497
by skandinavas
Admin cant post his posts in the forums was created by skandinavas
Hei.
admin and other members cant posts their posts in the forum. It seems that a short text is ok but not the long one.
i get this error:
variable value
$0 "
key value
$file "/home/travelb6/public_html/components/com_kunena/lib/kunena.debug.php"
$line "45"
$function "debug_callstackinfo"
[args] Nested Array
"
$1 "
key value
$file "/home/travelb6/public_html/components/com_kunena/template/default/post.php"
$line "219"
$function "trigger_dberror"
[args] Nested Array
"
$2 "
key value
$file "/home/travelb6/public_html/components/com_kunena/kunena.php"
$line "648"
[args] Nested Array
$function "include"
"
$3 "
key value
$file "/home/travelb6/public_html/libraries/joomla/application/component/helper.php"
$line "162"
[args] Nested Array
$function "require_once"
"
$4 "
key value
$file "/home/travelb6/public_html/includes/application.php"
$line "124"
$function "renderComponent"
$class "JComponentHelper"
$type "->"
[args] Nested Array
"
$5 "
key value
$file "/home/travelb6/public_html/index.php"
$line "68"
$function "dispatch"
$class "JSite"
$type "->"
[args] Nested Array
"
Installed version: Kunena 1.0.10 | 2009-05-21 | 1344 [ Parier! ] | php 5.2.9 | mysql 5.0.75-community-log
Fatal error: Unable to load post.\nDB function reports no errors in /home/travelb6/public_html/components/com_kunena/lib/kunena.debug.php on line 59
any help. pls?
admin and other members cant posts their posts in the forum. It seems that a short text is ok but not the long one.
i get this error:
variable value
$0 "
key value
$file "/home/travelb6/public_html/components/com_kunena/lib/kunena.debug.php"
$line "45"
$function "debug_callstackinfo"
[args] Nested Array
"
$1 "
key value
$file "/home/travelb6/public_html/components/com_kunena/template/default/post.php"
$line "219"
$function "trigger_dberror"
[args] Nested Array
"
$2 "
key value
$file "/home/travelb6/public_html/components/com_kunena/kunena.php"
$line "648"
[args] Nested Array
$function "include"
"
$3 "
key value
$file "/home/travelb6/public_html/libraries/joomla/application/component/helper.php"
$line "162"
[args] Nested Array
$function "require_once"
"
$4 "
key value
$file "/home/travelb6/public_html/includes/application.php"
$line "124"
$function "renderComponent"
$class "JComponentHelper"
$type "->"
[args] Nested Array
"
$5 "
key value
$file "/home/travelb6/public_html/index.php"
$line "68"
$function "dispatch"
$class "JSite"
$type "->"
[args] Nested Array
"
Installed version: Kunena 1.0.10 | 2009-05-21 | 1344 [ Parier! ] | php 5.2.9 | mysql 5.0.75-community-log
Fatal error: Unable to load post.\nDB function reports no errors in /home/travelb6/public_html/components/com_kunena/lib/kunena.debug.php on line 59
any help. pls?
Last edit: 16 years 10 months ago by skandinavas.
Please Log in or Create an account to join the conversation.
16 years 10 months ago - 16 years 10 months ago #18503
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:Admin cant post his posts in the forums
@skandinavas: I don't know what causes your problem; I don't know if there's a fix for your specific problem. I can only say that I've seen several other people describe similar circumstances to yours. You may find the cause and the fix to your problem if you search the forums at
www.kunena.com
- that's my advice. Try searching for "line 59" ... maybe one of the results will be helpful to you?
If this doesn't help, you may need to provide more information, like what version of Joomla, SQL, PHP, etc. you are using.
If this doesn't help, you may need to provide more information, like what version of Joomla, SQL, PHP, etc. you are using.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 16 years 10 months ago by sozzled.
Please Log in or Create an account to join the conversation.
16 years 10 months ago #18945
by Matias
Replied by Matias on topic Re: Admin cant post his posts in the forums
Turn on debug and look the error message you get (if any). And try to go back to K1.0.9 if it works.
Please Log in or Create an account to join the conversation.
- skandinavas
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
16 years 10 months ago #18955
by skandinavas
Replied by skandinavas on topic Re: Admin cant post his posts in the forums
thank you,
i get this message
500 - JDatabaseMySQL::query: 1267 - Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' SQL=SELECT id FROM jos_fb_messages JOIN jos_fb_messages_text ON id=mesid WHERE userid=62 AND name='admin'
any idea what to do?
i get this message
500 - JDatabaseMySQL::query: 1267 - Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' SQL=SELECT id FROM jos_fb_messages JOIN jos_fb_messages_text ON id=mesid WHERE userid=62 AND name='admin'
any idea what to do?
Please Log in or Create an account to join the conversation.
16 years 10 months ago #18959
by Matias
Replied by Matias on topic Re: Admin cant post his posts in the forums
Good, very good.
You have wrong character set in jos_fb_messages table. Run this in phpmyadmin (or similar tool):
ALTER TABLE jos_fb_messages CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci
You have wrong character set in jos_fb_messages table. Run this in phpmyadmin (or similar tool):
ALTER TABLE jos_fb_messages CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci
Please Log in or Create an account to join the conversation.
- skandinavas
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
16 years 10 months ago #18981
by skandinavas
Replied by skandinavas on topic Re: Admin cant post his posts in the forums
Thank you so much! it solved my problem!
It was not an easy task to CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci, I had to do it manually each and everyone of them...
It was not an easy task to CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci, I had to do it manually each and everyone of them...
Please Log in or Create an account to join the conversation.
Time to create page: 0.271 seconds