Wordpress update ver.2.9!

Having Problems? Need Help? Post here!

Re: Wordpress update ver.2.9!

Postby GiTS » Thu Jan 07, 2010 1:36 pm

windseeker wrote:
Qian Qin wrote:here you go :)


Looks great at a first glance! Using qTranslate trunk from subversion with wordpress 2.9.1

And I was that curious, I even tried with Firefox 3.7 nightly and hey! It worked! ;) Great work, Qian! and lightning fast!!

Thank you million for your valuable work!


I just need to replace the old folder with the subversion one? Won't lose anything? The configurations and stuff?
GiTS
 
Posts: 2
Joined: Thu Jan 07, 2010 1:33 pm

Re: Wordpress update ver.2.9!

Postby windseeker » Thu Jan 07, 2010 1:49 pm

GiTS wrote:I just need to replace the old folder with the subversion one? Won't lose anything? The configurations and stuff?


Configuration should be 100% in the database, not in file structure. Just in case you intentionally modified the files in the folder, then you need to redo the modifications in the new version. But to be 100% sure, just backup the old folder, then replace it. In case anything goes wrong, just change back.
windseeker
 
Posts: 19
Joined: Sat Jan 02, 2010 11:14 pm

Re: Wordpress update ver.2.9!

Postby liminalhigh » Thu Jan 07, 2010 6:05 pm

I'm having a really big bug problem with qtranslate and the current version 2.9.1. I don't know if it's a persistent qtranslate problem or relevant to the new issue. I'm using the development version of qtranslate and the latest WP version.

My problem is:
I can create pages fine and everything works. But when I edit a page and its title, it turns some of the admin pages blank and messes up my theme so it no longer loads properly.

The only plugin I am using is qtranslate.

Does anyone have a fix for this? The only way I can get around it is to delete all the pages and create new ones, but this isn't the answer! Thanks.
liminalhigh
 
Posts: 2
Joined: Thu Jan 07, 2010 6:02 pm

Re: Wordpress update ver.2.9.1!

Postby moabi » Fri Jan 08, 2010 2:58 pm

I keep having this message:
This version of qTranslate has not been tested with your Wordpress version. To prevent Wordpress from malfunctioning, the qTranslate Editor has been disabled. You can reenable it by clicking here (may cause data loss!). To remove this message, please update qTranslate to the corresponding version.

Any clue about what i can do ? (clicking here doesn't do anything...title is ok, but the ppost is not editable...)
Thank you in advance,

(Your plugin is amazing)
moabi
 
Posts: 2
Joined: Fri Jan 08, 2010 2:54 pm

Re: Wordpress update ver.2.9.1!

Postby windseeker » Fri Jan 08, 2010 3:01 pm

moabi wrote:I keep having this message:
This version of qTranslate has not been tested with your Wordpress version.


You are using the wrong version of qTranslate.
http://www.qianqin.de/qtranslate/forum/viewtopic.php?p=4897#p4897
windseeker
 
Posts: 19
Joined: Sat Jan 02, 2010 11:14 pm

Re: Wordpress update ver.2.9!

Postby mosne » Fri Jan 08, 2010 5:06 pm

mosne wrote:hi! here my bug report
I'm using the development version (2.5.4b) on wp2.9 with FF3.6,
everything seems to work fine except
the category listing (wp_list_categories wp function)
that is not switching from the default language.

Thank you for this great plugin!



with version (2.5.4) on wp2.9
get_cat_name is not working!
Thank you!
mosne
 
Posts: 3
Joined: Mon Jan 04, 2010 10:43 am

Re: Wordpress update ver.2.9.1!

Postby lgallard » Sat Jan 09, 2010 5:53 am

moabi wrote:I keep having this message:
This version of qTranslate has not been tested with your Wordpress version. To prevent Wordpress from malfunctioning, the qTranslate Editor has been disabled. You can reenable it by clicking here (may cause data loss!). To remove this message, please update qTranslate to the corresponding version.

Any clue about what i can do ? (clicking here doesn't do anything...title is ok, but the ppost is not editable...)
Thank you in advance,

(Your plugin is amazing)


To avoid the annoying message in the qtranslate.php file, change this line:

Code: Select all
define('QT_SUPPORTED_WP_VERSION', '2.9);


to this one:

Code: Select all
define('QT_SUPPORTED_WP_VERSION', '[b]2.9.1[/b]');
Cheers,

Luis M.Gallardo D.
http://lgallardo.com
lgallard
 
Posts: 6
Joined: Sat Oct 03, 2009 2:17 pm

Re: Wordpress update ver.2.9.1!

Postby moabi » Sat Jan 09, 2010 9:17 am

lgallard wrote:
To avoid the annoying message in the qtranslate.php file, change this line:

Code: Select all
define('QT_SUPPORTED_WP_VERSION', '2.9);


to this one:

Code: Select all
define('QT_SUPPORTED_WP_VERSION', '[b]2.9.1[/b]');


Thank you, i just changed it to:
Code: Select all
define('QT_SUPPORTED_WP_VERSION', '2.9.1')


(don't understand why you put the <b> ? and it doesn't work for me when i do it)
no more issue with editing the posts

Thank you :D
moabi
 
Posts: 2
Joined: Fri Jan 08, 2010 2:54 pm

Re: Wordpress update ver.2.9!

Postby mi-refugio » Sat Jan 09, 2010 1:32 pm

lgallard wrote:To avoid the annoying message in the qtranslate.php file, change this line:

Code: Select all
define('QT_SUPPORTED_WP_VERSION', '2.9);


to this one:

Code: Select all
define('QT_SUPPORTED_WP_VERSION', '[b]2.9.1[/b]');


That worked for me, too (without the [b] codes). I think Qian Qin forgot to change that line in the qtranslate.php file.
mi-refugio
 
Posts: 4
Joined: Thu Jul 16, 2009 1:54 am

Re: Wordpress update ver.2.9!

Postby windseeker » Sat Jan 09, 2010 3:20 pm

mi-refugio wrote:That worked for me, too (without the [b] codes). I think Qian Qin forgot to change that line in the qtranslate.php file.


No he did not. On the download page is written, that qTranslate 2.5.4 is made for wordpress 2.9

If you use wordpress 2.9.1 the plugin logically writes: "This version of qTranslate has not been tested with your Wordpress version.".
In these cases you just need to download the development version and try this. There's no guarantee, but in this case it will work out of the box with wordpress 2.9.1
windseeker
 
Posts: 19
Joined: Sat Jan 02, 2010 11:14 pm

PreviousNext

Return to qTranslate Support Forum

Who is online

Users browsing this forum: No registered users and 1 guest

cron