GuMaxDD 1.5.2, MW 1.19, and WP

If you are having problems with GuMax, post here.
Post Reply
User avatar
lph
Rank 0
Rank 0
Posts: 1
Joined: May 17th, 2012, 4:10 am

GuMaxDD 1.5.2, MW 1.19, and WP

Post by lph »

I had GuMaxDD, MW 1.15, and WP working beautifully together. I decided to upgrade the MW to 1.19 and now immediately received get_header call was improper. I can remove the line to call the WP header and GuMax will load but now the MW is not skinned as WP.

How can I get the GuMax to properly call the WP header?

If this is added:

Code: Select all

require('/the/path/to/your/wp-blog-header.php');
Then a sunrise.php error is given when the following is called:

Code: Select all

$dm_domain = $wpdb->escape( $_SERVER[ 'HTTP_HOST' ] );
Any suggestions?
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GuMaxDD 1.5.2, MW 1.19, and WP

Post by Paul »

Every new mediawiki release will break the existing skins due to massive changes in mediawiki core and it really sucks.

The new mediawiki uses its core header and it's really bad, you better roll back your mediawiki if you are planning to have custom header. I did rollback for my wiki - paulgu.com due to many issues with new mediawiki skinning.
Post Reply