• Resolved Alicia

    (@sexydawnt)


    I just installed the RC of WordPress 3.2 on Jun 14. Now, I can’t even get into the dashboard. I am glad that I backed it up or I don’t know what I would do. When I try to go to my site, I get this error:

    Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/freenc5/public_html/freenclearstuff.com/wp-content/themes/arras-theme/library/widgets.php on line 328

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Alicia

    (@sexydawnt)

    Moderator Dion Hulse

    (@dd32)

    Meta Developer

    That error is due to a change in WordPress 3.2, specifically dropping PHP4 support. The theme refers to a PHP4-compat only functionality.

    If you look on line 330 of you’ll see this:
    $this->WP_Widget_Tag_Cloud(); it’ll need to be replaced with parent::__construct();.

    I’m not sure if that’s the only change needed by the theme to be compatible however, You’ll need to bring this to attention of the theme developer.

    Thread Starter Alicia

    (@sexydawnt)

    Thank you Dione.

    pleas can anyone help me out here i recieved this on my website when upgrading it. Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/deebeamc/public_html/wp-content/themes/arras/library/widgets.php on line 404

    my website is deebeam.com

    I Thought this was very helpful, But When I Did it I Got Parse error: syntax error, unexpected ‘.’ in /home/runwith/public_html/metennessee.com/wp-content/themes/arras-theme/library/widgets.php on line 328
    Any thoughts
    Kathleen

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Entire site is gone after RC install’ is closed to new replies.