• Resolved andreysc7

    (@andreysc7)


    Hi, I just updated the wordpress and now I my website is not working . My website is http://www.tutorial-z.com . And the error code is

    Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /hermes/web12a/b1755/moo.andreysc7/wp-content/themes/arras/library/widgets.php on line 404

    Please help me 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter andreysc7

    (@andreysc7)

    I forgot to say that I can’t login because the same error appear

    Thread Starter andreysc7

    (@andreysc7)

    Sorry 😀 .. I fixed it . I replaced something in the widgets.php file 😀
    I changed

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

    TO this :

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

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Urgent please – fixing th website’ is closed to new replies.