- Posts: 49
- Thank you received: 2
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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question Polls still broke?
14 years 8 months ago - 14 years 8 months ago #105316
by detlef
Offerte di lavoro per Operatore Socio Sanitario OSS su Lavoro oss
Replied by detlef on topic Re: Polls still broke?
After the migration to new server with PHP 5.3.6 I got this:
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/qoperatn/public_html/templates/js_fresh/js/template.css.php on line 14
Notice: Undefined index: Joomla Extensions in /home/qoperatn/public_html/templates/js_fresh/js/template.css.php on line 32
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/modules/mod_ojccmenu/helper.php on line 102
If I try to replace eregi with preg_match I got this:
Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/qoperatn/public_html/templates/js_fresh/js/template.css.php on line 14
Notice: Undefined index: Joomla Extensions in /home/qoperatn/public_html/templates/js_fresh/js/template.css.php on line 32
Deprecated: Function eregi() is deprecated in /home/qoperatn/public_html/modules/mod_ojccmenu/helper.php on line 102
If I try to replace eregi with preg_match I got this:
Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash in /home/qoperatn/public_html/plugins/system/sefservicemap.php on line 51
Offerte di lavoro per Operatore Socio Sanitario OSS su Lavoro oss
Last edit: 14 years 8 months ago by detlef.
Please Log in or Create an account to join the conversation.
14 years 8 months ago - 14 years 8 months ago #105320
by detlef
Offerte di lavoro per Operatore Socio Sanitario OSS su Lavoro oss
Replied by detlef on topic Re: Polls still broke?
Solved this issues >---> preg_match will use '/xxx/'
Example:
$result = preg_match("/[0-9][0-9]/","12")
$result = preg_match("/hello/","hello")
But I receive now an error 500 as when use PHP 5.2
And more...
In error log
PHP Warning: htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: Invalid multibyte sequence in argument in /home/qoperatn/public_html/administrator/components/com_kunena/libraries/html/parser.php on line 84
Example:
$result = preg_match("/[0-9][0-9]/","12")
$result = preg_match("/hello/","hello")
But I receive now an error 500 as when use PHP 5.2
And more...
In error log
PHP Warning: htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: Invalid multibyte sequence in argument in /home/qoperatn/public_html/administrator/components/com_kunena/libraries/html/parser.php on line 84
Offerte di lavoro per Operatore Socio Sanitario OSS su Lavoro oss
Last edit: 14 years 8 months ago by detlef.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #105337
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Polls still broke?
For the error 500, there is already something in the table jos_kunena_polls_options
You have an issue with your menu, one menu item = one alias, you two items which have the same alias : forum, please remove one of them
You have an issue with your menu, one menu item = one alias, you two items which have the same alias : forum, please remove one of them
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #105338
by detlef
Offerte di lavoro per Operatore Socio Sanitario OSS su Lavoro oss
Replied by detlef on topic Re: Polls still broke?
Offerte di lavoro per Operatore Socio Sanitario OSS su Lavoro oss
Please Log in or Create an account to join the conversation.
14 years 8 months ago #105356
by Matias
Replied by Matias on topic Re: Polls still broke?
Your deprecated error messages come outside Kunena (SEF plugin, template, menu module), so please upgrade those to the latest version -- or if there aren't any updates, use something else as those may have also security issues..
Please Log in or Create an account to join the conversation.
14 years 8 months ago - 14 years 8 months ago #105357
by Matias
Replied by Matias on topic Re: Polls still broke?
Your poll options table looks good and the query should work. Just make a check that you don't have item with id=0. If you do, you really need to delete it in order to make the table to work as 0 in primary key means that the next available key will be used.
If you have no polls, truncate that table to make it empty again.
If you have no polls, truncate that table to make it empty again.
Last edit: 14 years 8 months ago by Matias.
Please Log in or Create an account to join the conversation.
Time to create page: 0.245 seconds