Topic: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

Tried to test run with WP 3.2 RC1...get this error

Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/xxxxxx/public_html/wp-content/themes/arras/library/widgets.php on line 404

Any ideas?

EDIT (zy): Two ways to fix the PHP error:

1. Apply the fix shown in this topic:
http://www.arrastheme.com/forums/topic6 … ss-32.html

2. Download and update to 1.5.1:
http://www.arrastheme.com/forums/topic7 … lable.html

Last edited by zy (2011-07-07 14:57:50)

Thumbs up +1

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

Has anybody else tried using this theme with WordPress 3.2 beta?  I get this error when trying it:

Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /hermes/bosweb25b/b1545/nf.wohotalk/public_html/wohotech.com/wp-content/themes/arras/library/widgets.php on line 404

I tried several things to fix it, but I can't find the solution.  This started happening right after updating to 3.2 beta.

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

WP 3.2 release causes error widgets.php on line 404.  Any fixes?

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

My sites totally down. I tried a fix I found on the board, but it was related to a different line in the same Widget PHP. I made the change, but it didn't help. That was for line 355, my problem is on line 404. I can't even change themes at the moment. Can anyone help? My site isn't professional, but it's important none-the-less.

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

The error I get: Fatal error: Call to undefined method WP_Widget_Tag_Cloud::__constuct() in /home/kellyswo/public_html/wp-content/themes/arras/library/widgets.php on line 404

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

Ah, I may have fixed it..... I did a copy and paste of the text:
function Arras_Widget_Tag_Cloud() {
    parent::__construct();

at line 403 and 404.

Go to this link: http://www.arrastheme.com/forums/topic6 … eta-1.html

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

Change in how WP 3.2 handles calls it seems, edit widgets.php in your favorite program and go to line 404

Find:
$this->WP_Widget_Tag_Cloud()

Replace with:
parent::__construct();

Everything should return to normal after that.

lol so close XD beat by 39 seconds

Last edited by veeee (2011-07-04 18:05:34)

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

Hi , I just updated one of my sites that is running Arras 1.5.0.1 to WP 3.2 and as soon as I did the update I got this error code ...

Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/networks/public_html/wp-content/themes/arras/library/widgets.php on line 404

You could go to the site and still see it but as soon as you tried to go into the admin panel .. boom! Checked this on multiple computers and browsers and always the same. Hostgator reports a problem with the theme.

Thanks!

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

That didn't help on my testserver. I had to comment out

// register_widget('Arras_Widget_Tag_Cloud');

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

Wordpress keeps giving me the same error message since I upgraded to the new version of wordpress 3.2

Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/*******/public_html/wp-content/themes/arras/library/widgets.php on line 404

I have no idea what to do or how to even get into the theme to change the code. Help please!!!!

jeremywaite@me.com

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

Wordpress keeps giving me the same error message since I upgraded to the new version of wordpress 3.2

Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/*******/public_html/wp-content/themes/arras/library/widgets.php on line 404

I have no idea what to do or how to even get into the theme to change the code. Help please!!!!

jeremywaite@me.com

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

Kemas wrote:

My sites totally down. I tried a fix I found on the board, but it was related to a different line in the same Widget PHP. I made the change, but it didn't help. That was for line 355, my problem is on line 404. I can't even change themes at the moment. Can anyone help? My site isn't professional, but it's important none-the-less.

I've got the same problem. The fixes seem to be for line 355 and our error messages are on line 404. I need my blog! Bad form that the code is so shabby that it's crashed our sites. Any idea where else we can go for help? I dont even know how to get into the code to change it - even if I did have the right fix. @jeremywaite

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

My section for the tag cloud reads like this

class Arras_Widget_Tag_Cloud extends WP_Widget_Tag_Cloud {
    function Arras_Widget_Tag_Cloud() {
        parent::__construct();
    }

or to be more specific

Line 402 class Arras_Widget_Tag_Cloud extends WP_Widget_Tag_Cloud {
Line 403    function Arras_Widget_Tag_Cloud() {
Line 404        parent::__construct();
Line 405    }

Edited in Dreamweaver CS4 and had no issues after uploading. For those doing it through wordpad or notepad use

Edit - Find

In the search field put in

$this->WP_Widget_Tag_Cloud()

it should find the match from there

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

cubikated wrote:

Tried to test run with WP 3.2 RC1...get this error

Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/xxxxxx/public_html/wp-content/themes/arras/library/widgets.php on line 404

Any ideas?

Just installed the official 3.2 on my test site and got this error as well.  Crap...

FYI: All pages & Dashboard are inaccessible now.

Found the fix:  http://www.arrastheme.com/forums/topic6 … eta-1.html

Last edited by ned4spd8874 (2011-07-04 19:57:44)

Check out my movie website built using Arras: http://AfterCredits.com

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

jeremywaite wrote:

Wordpress keeps giving me the same error message since I upgraded to the new version of wordpress 3.2

Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/*******/public_html/wp-content/themes/arras/library/widgets.php on line 404

I have no idea what to do or how to even get into the theme to change the code. Help please!!!!

jeremywaite@me.com

Got it too on my test site.  Subscribing in the hopes there will be a fix soon!

FYI: All pages & Dashboard are inaccessible now.

Found the fix:  http://www.arrastheme.com/forums/topic6 … eta-1.html

Last edited by ned4spd8874 (2011-07-04 19:57:22)

Check out my movie website built using Arras: http://AfterCredits.com

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

I'm seeing this error on my http://loneplacebo.com/: Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/brev7295/public_html/wp-content/themes/arras/library/widgets.php on line 404

I've deactivated my plugins folder by renaming it. Didn't work. Get figure out what's causing this problem.

Update: renamed the Arras theme folder, which automatically switched the site's theme to Twenty Eleven. I have access to admin as well. When I preview the Arras them, I see the same error message.

Update 2: Check out http://www.arrastheme.com/forums/topic6 … eta-1.html for the solution.
TL;DR version: Open up the /library/widgets.php file and go to line ~402. (it may vary for you) and find the following lines of code:


function Arras_Widget_Tag_Cloud() {
    $this->WP_Widget_Tag_Cloud();
}

Change it to:

function Arras_Widget_Tag_Cloud() {
    parent::__construct();
}

Everything should be fine afterwards. Worked for me.

Last edited by brevityness (2011-07-04 20:56:21)

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

brevityness wrote:

I'm seeing this error on my http://loneplacebo.com/: Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/brev7295/public_html/wp-content/themes/arras/library/widgets.php on line 404

I've deactivated my plugins folder by renaming it. Didn't work. Get figure out what's causing this problem.

I had the same problem. I solved by uninstalling and reinstalling wordpress. Now I do not update more than Wordpress. I must say that this template has a lot of errors!

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

my site has it too!

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

What ned4spd8874 said. Follow http://www.arrastheme.com/forums/topic6 … eta-1.html for the solution. It worked for me.

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

Why don't people read here first? the fix is on line 404 rather than 355 of widgets.php

same as for the beta http://www.arrastheme.com/forums/topic6 … eta-1.html

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

read http://www.arrastheme.com/forums/topic6 … eta-1.html

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

I have fixed 3 Arrras  big_smile sites already - it is more likely to be line 404 than 355 but the fix mentioned above works fine.

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

brevityness wrote:

I'm seeing this error on my http://loneplacebo.com/: Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/brev7295/public_html/wp-content/themes/arras/library/widgets.php on line 404

I've deactivated my plugins folder by renaming it. Didn't work. Get figure out what's causing this problem.

Update: renamed the Arras theme folder, which automatically switched the site's theme to Twenty Eleven. I have access to admin as well. When I preview the Arras them, I see the same error message.

Update 2: Check out http://www.arrastheme.com/forums/topic6 … eta-1.html for the solution.
TL;DR version: Open up the /library/widgets.php file and go to line ~402. (it may vary for you) and find the following lines of code:


function Arras_Widget_Tag_Cloud() {
    $this->WP_Widget_Tag_Cloud();
}

Change it to:

function Arras_Widget_Tag_Cloud() {
    parent::__construct();
}

Everything should be fine afterwards. Worked for me.

its working for me also
thanks man.

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

The above steps fixed the fatal error, but after upgrading to WP3.2, my right sidebar and footer are gone, my slideshow isn't scrolling, and there is extra space above my header image. Great, I was just about to release another video tomorrow and now I have to figure out why my Arras theme is screwed up. Anyone know how to revert back to 3.1? I'm using Bluehost.  http://www.govgirl.com

Thumbs up

Re: [CONSOLIDATED] Arras_Widget_Tag_Cloud PHP Error with WordPress 3.2

Wow!!! THAT is quick! I had the problem too, my site went FUBAR and this fix fixed it. Wonderworkers, that's what you guys are.....

Thumbs up