1
Psychotic_Ca
Wordpress update

Is there anyone willing to update the wordpress module that the xforge guys made? the mdule version is at 2.0.5 and wordpress is now at 2.5.1!

No one at xforge seems to be there anymore
Psychotic_Carp
Resized Image

2
rageset
Re: Wordpress update
  • 2008/5/25 3:21

  • rageset

  • Just popping in

  • Posts: 19

  • Since: 2004/5/25


Since the Wordpress module is one of the main features for my content site, I too, would love to see an update of this module. Although the 2.05 version is still decent if you get recaptcha and Akismet installed. We just can't use any other plugins that require newer versions of wordpress.

I'm even willing to pay someone to update this module with all the benefits of XOOPS and Wordpress.

3
trabis
Re: Wordpress update
  • 2008/5/25 3:59

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

rageset wrote:

I'm even willing to pay someone to update this module with all the benefits of XOOPS and Wordpress.


Would you? Eheh! I´m almost convinced, I´ll take a look just to see how hard(or time consuming) it could be to do this.

4
trabis
Re: Wordpress update
  • 2008/5/25 12:48

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


version 2.2.2 can be found here:
http://www.xoopszone.de/PDdownloads+singlefile.cid+1+lid+2.htm

5
Psychotic_Ca
Re: Wordpress update

ty for the link, either somethings wrong with my site or with the install, the install went fine but my site started to get memory errors?
Psychotic_Carp
Resized Image

6
trabis
Re: Wordpress update
  • 2008/5/26 12:39

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Just to say I´m working on this and I believe I can do this task.
If all goes fine I´ll release 2.5.1 until the end of the week.

7
Psychotic_Ca
Re: Wordpress update

if you do, I love you man.


I just need to find out whats causing the problem with the site then :(
Psychotic_Carp
Resized Image

8
trabis
Re: Wordpress update
  • 2008/5/28 0:32

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Wordpress Version 2.5.1 alpha for XOOPS is available here:

http://code.google.com/p/xuups/downloads/list

Do not overwrite your instalation with this.
This is for debug only, if you please, install a copy of you wordpress in a localhost and update with this so you can check if update went fine.

I already spot a bug in creating categories from inside an article, there are for shure many other bugs.

This is a very raw version and is the first time I ever looked into wordpress code so, give me a break here.
DO NOT INSTALL THIS IN A PRODUCTION SITE.

You have been warned!

9
Psychotic_Ca
Re: Wordpress update

I get a whole bunch of this stuff when trying to update


WordPress database error: [Unknown character set'XOOPS_DB_CHARSET']
SET NAMES 'XOOPS_DB_CHARSET'

WordPress database error: [Unknown character set'XOOPS_DB_CHARSET']
CREATE TABLE prefix_wp_terms term_id bigint(20NOT NULL auto_incrementname varchar(55NOT NULL default ''slug varchar(200NOT NULL default ''term_group bigint(10NOT NULL default 0PRIMARY KEY (term_id), UNIQUE KEY slug (slug) ) DEFAULT CHARACTER SET XOOPS_DB_CHARSET

WordPress database error
: [Unknown character set'XOOPS_DB_CHARSET']
CREATE TABLE prefix_wp_term_taxonomy term_taxonomy_id bigint(20NOT NULL auto_incrementterm_id bigint(20NOT NULL default 0taxonomy varchar(32NOT NULL default ''description longtext NOT NULLparent bigint(20NOT NULL default 0count bigint(20NOT NULL default 0PRIMARY KEY (term_taxonomy_id), UNIQUE KEY term_id_taxonomy (term_id,taxonomy) ) DEFAULT CHARACTER SET XOOPS_DB_CHARSET

WordPress database error
: [Unknown character set'XOOPS_DB_CHARSET']
CREATE TABLE prefix_wp_term_relationships object_id bigint(20NOT NULL default 0term_taxonomy_id bigint(20NOT NULL default 0term_order int(11NOT NULL default 0PRIMARY KEY (object_id,term_taxonomy_id), KEY term_taxonomy_id (term_taxonomy_id) ) DEFAULT CHARACTER SET XOOPS_DB_CHARSET

WordPress database error
: [Table 'removed_this.prefix_wp_terms' doesn't exist]
SELECT term_id, term_group FROM prefix_wp_terms WHERE slug = '
1'



this is only a section of it
Psychotic_Carp
Resized Image

10
trabis
Re: Wordpress update
  • 2008/5/28 13:12

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Oh, I have missed that, it is based on XOOPS 2.3 wich has XOOPS_DB_CHARSET, I have to fix that for working on 2.0x.

Thanks for the report!

wp-config.php, please replace
define('DB_CHARSET', XOOPS_DB_CHARSET);

with
define('DB_CHARSET', 'utf8');

Do not run update from XOOPS modules admin, just go to wordpress and it should run its own update function.

Login

Who's Online

155 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 155


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits