• September 18, 2018

    How to fix Arras theme errors after WordPress 3.2 upgrade (แก้ Arras Theme)

    WordPress 3.2 dropped PHP 4.0 support and will cause the Arras theme to stop functioning, with an error message similar to
    Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud()
    in …/wp-content/themes/arras-theme/library/widgets.php on line 328

    The solution, provided by WordPress developer Dion Hulse , is to replace
    $this->WP_Widget_Tag_Cloud();
    with
    parent::__construct();
    in the widgets.php file.

    Another case
    Fatal error: Cannot redeclare _verify_activeatewidgets() (previously declared in C:\AppServ\www\test\wp-content\themes\arras\functions.php:72) in C:\AppServ\www\test\wp-content\themes\arras\library\admin\templates\functions.php on line 279

    solve
    delete since line 255 (delete all)
    If you install in AppServ (install in computer not on hosting)
    after delete finish set functions.php to read only!



เวอไนน์ไอคอร์ส

ประหยัดเวลากว่า 100 เท่า!






เวอไนน์เว็บไซต์⚡️
สร้างเว็บไซต์ ดูแลเว็บไซต์

Categories


Uncategorized