Jump to content

phantomx

Clients
  • Posts

    6
  • Joined

phantomx's Achievements

  1. Hi, I don't often really need to use unicode characters on web servers url, as usually in the past (10-20 years ago) it always cause problems especially for the older web servers to handle it. So usually, I will prefer to use non-unicode characters for url. However, as the forum software does allow for unicode characters (such as Chinese Display name). So nowadays I am starting to have users who use Chinese Display names. This usually means the user will each have a url with a friendly SEO url like:- /forums/profile/userid-中文名字/ I noticed, this will often lead to a Sorry! The page you requested does not exist. Sames goes with almost any topics that contains a non-unicode characters. They will also not really load properly. So often I have to edit it to remove the non-unicode characters. If these chinese text are in the post body content, there is no issue. It displays properly. Just that when they are part of URL, that's where the page will not be able to load properly. But nowadays most modern web server / PHP are all supporting unicode quite well now. So I was wondering if this is an issue I could look into to resolve permanent so that I don't need to have to change the name/title to non-unicode each time. Not sure if it is something that I have to add to the .htaccess, or some url_encode / url_decode that needs to be added? Any ideas. Thanks! Warmest Regards Robert Lee
  2. Just an update on this issue. I didn't seem to encounter this problem any more after updating to the latest version v4.7.13. So it may have been resolved in that v4.7.13 update. Thanks!
  3. Hi, I encountered a problem in v4.7.12. Not sure if this issue have been fixed in v4.7.13 as I just saw there was a new update available. Basically, the client have created an order and paid via paypal which the payment was successfully approved and deducted. However, the final order status was shown as "Payment was refused". In the Transaction History it shows:- - Paid with Paypal with payment reference info - Refused (09/11/23 06:33 AM) with the following message:- Order already authorized.If 'intent=AUTHORIZE' only one authorization per order is allowed. Seems like there is an issue because of the above intent=AUTHORIZE statement. So ended up the order was marked as failed. Although, within the customer view page, the invoice status showed as paid. So probably there is a bug somewhere due to the above. I am not sure if the new v4.7.13 have fixed this issue or not. I will shortly update to that and monitor the payment status for future purchase. Anyway, in case it is not fixed, you may want to look into that intent=AUTHORIZE statement for the paypal payment. That is definitely triggering the order status as failed, even though the payment was successfully approved and deducted. Warmest Regards Robert Lee
×
×
  • Create New...