WordPress qTranslate Plus plugin issue, page edit not updating content

747 Views Asked by At

I just update my wp version from 3.8 to 4.8.1

I am using plugin version Version 2.7.2. No more update is available now.

This plugin was working fine with my old wp version. But now this is creating so many problems

I am not able to edit pages

Unable to edit permalinks on edit pages.

permalinks now.

What I did:-

1) define('QT_SUPPORTED_WP_VERSION', '4.0.1');

2) I set debug true in config file but there is no error

Please tell me how can I resolve this. Thanks in advance.

2

There are 2 best solutions below

6
user8230352 On

The qTranslate plugin has not been updated in years. Try to install qTranslate-X plugin, which is a descendant of qTranslate and it should be compatible if the website used old qTranslate plugin.

0
Deepak Dholiyan On

After searching and debugging a lot on this I found one solution for page edit problem. Hope this will help to others if having same problem.

I just follow below steps:-

From the dashboard, go to Plugins > qTranslate plus > Settings

Click the "Advanced Settings" link In the "Date / Time Conversion"

In the setting group select "Use strftime instead of date". (I was using emulated date function).

Now I have only one issue permalink edit button on edit page not working.

Thanks guys for your help.