- Posts: 5
- 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
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 Warning: preg_match() [function.preg-match]: Unknown modifier /libraries/phputf8/str_ireplace.php
14 years 8 months ago #105208
by JxGirl
Warning: preg_match() [function.preg-match]: Unknown modifier /libraries/phputf8/str_ireplace.php was created by JxGirl
I got this error after adding new avatar directory and some avatars in it. But it showed the directory name in drop down menu, just when I try to select it from the drop down menu, it only got me back to my profile page instead of showing the new avatar directory I chose.
Please help me to solve it. Thank you
Please help me to solve it. Thank you
Please Log in or Create an account to join the conversation.
14 years 8 months ago #105212
by Matias
Replied by Matias on topic Re: Warning: preg_match() [function.preg-match]: Unknown modifier /libraries/phputf8/str_ireplace.php
I just saw this 5 minutes ago by myself -- it looks like Joomla 1.7 bug. I will check what's happening..
Please Log in or Create an account to join the conversation.
14 years 8 months ago #105213
by Matias
Replied by Matias on topic Re: Warning: preg_match() [function.preg-match]: Unknown modifier /libraries/phputf8/str_ireplace.php
Fixed the notice, but the behavior will stay the same in the next release (if you change tab back to avatars, you will see your selected gallery).
Please Log in or Create an account to join the conversation.
14 years 8 months ago #105226
by JxGirl
Replied by JxGirl on topic Re: Warning: preg_match() [function.preg-match]: Unknown modifier /libraries/phputf8/str_ireplace.php
Thank you. So there's nothing I can do now?
Please Log in or Create an account to join the conversation.
14 years 8 months ago #105229
by JxGirl
Replied by JxGirl on topic Re: Warning: preg_match() [function.preg-match]: Unknown modifier /libraries/phputf8/str_ireplace.php
Ah! I saw my selected gallery now after taking away from avatar editing page and then tab back. I also found something to fix with the error notice I would like to share here 
joomlacode.org/gf/project/joomla/tracker...racker_item_id=25780
joomlacode.org/gf/project/joomla/tracker...racker_item_id=25780
Please Log in or Create an account to join the conversation.
14 years 8 months ago - 14 years 8 months ago #105244
by Matias
Replied by Matias on topic Re: Warning: preg_match() [function.preg-match]: Unknown modifier /libraries/phputf8/str_ireplace.php
Thanks from the link. It looks like it's not going to be fixed in Joomla, so I've made workaround for it. The issue itself shouldn't affect on anything.
Turning display_errors off will hide the issue, so that is what you should do.
In production server you should always keep PHP display_errors off as every minor bug reveals too much information for the hackers (after that you can see the issues from the log files). In test servers it should be turned on because of it helps to fix some bugs. Also turn off debug mode in production servers unless you're looking at the issue right in that moment.
Turning display_errors off will hide the issue, so that is what you should do.
In production server you should always keep PHP display_errors off as every minor bug reveals too much information for the hackers (after that you can see the issues from the log files). In test servers it should be turned on because of it helps to fix some bugs. Also turn off debug mode in production servers unless you're looking at the issue right in that moment.
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.242 seconds