error in using Japanese titles

Post Reply
roeilife
Jr. Bludit
Posts: 7
Joined: Mon Nov 28, 2016 9:42 am

Hello.

I use bludit in Japanese and write posts in Japansese.
I realised that I couldn't post any articles after I posted articles with titles in Japanse (no alphabet or numbers) 11 times without setting friendly URL.
I see that if I post articles with titles in Japanese, the friendly URL would automatically set as "/post/empty", "/post/empty-0","/post/empty-1","/post/empty-2"...."/post/empty-9". However, it seems like there is no preparation from "/post/empty-10" and this causes the problem to post.

After I posted articles with Japanese titles 11 times (when the friendly URL reached "/post/empty-9"), an error message showed up as below;

Fatal error: Maximum execution time of 30 seconds exceeded in bl-kernel/dbposts.class.php on line 95


Is there any way to prevent the problem?
Do I have to set the friendly URL every time I post articles even if I don't want to?
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

You can set "true" instead of "false" in the configuration file at /bl-kernel/boot/init.php (line 121):

Code: Select all

// EXTREME FRIENDLY URL, TRUE for dissmiss internet standard
define('EXTREME_FRIENDLY_URL', true);
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
roeilife
Jr. Bludit
Posts: 7
Joined: Mon Nov 28, 2016 9:42 am

Thank you very much for your advice.

It worked!

:D
Post Reply