This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Reserved Names
#1

Good afternoon.
The same mistake.
mbstring.internal_encoding = UTF-8 enabled
https://commentics.com/forum/showthread....t=Reserved
Reply
#2

Hello,

Thanks for letting me know. I'm not sure why I didn't apply those fixes in the version afterwards.

The fixes are the same except instead of the file /upload/includes/functions/processor.php, it's /frontend/model/main/form.php.

Have you completed the interview?
Reply
#3

in this way : /upload/includes/functions/processor.php no,

but it was enough: replace it:

PHP code:
$regular expression = "/\b$word\b/i";

With this:

PHP code:
$regular expression = "/\b$word\b/iu";

Replace this:

PHP code:
$regular expression = "/$word/i";

With this:

PHP code:
$regular expression = "/$word/iu";

thank you!
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
04-Sep-2011, 02:41 PM
Last Post by utaka
20-Dec-2010, 09:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)