SexyDawnT
Member
Posted 11 months ago #
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
SexyDawnT
Member
Posted 11 months ago #
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.
SexyDawnT
Member
Posted 11 months ago #
deebeamone
Member
Posted 10 months ago #
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
deebeamone
Member
Posted 10 months ago #
my website is deebeam.com
Kathleen Chute
Member
Posted 5 months ago #
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