• I update to the last template plugin version. And the web crash.

    The error log.

    [10-Feb-2015 10:43:25 UTC] PHP Fatal error: require_once(): Failed opening required ‘/inc/tnext-meta.php’ (include_path=’.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear’) in /home1/lineadec/public_html/informaticajuridica/wp-content/plugins/templatesnext-toolkit/tx-toolkit.php on line 84

    https://ww.wp.xz.cn/plugins/templatesnext-toolkit/

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1.Delete the folder /wp-content/plugins/templatesnext-toolkit to get your backend back

    2. Install plugin manually
    3. Edit
    /wp-content/plugins/templatesnext-toolkit/tx-toolkit.php, line 84 – 85

    require_once('/inc/tnext-meta.php');
    require_once('/inc/meta-box/meta-box.php');

    Remove leading slash:

    require_once('inc/tnext-meta.php');
    require_once('inc/meta-box/meta-box.php');

    4. Activate plugin

    Plugin Author marsian

    (@marsian)

    thanks Terje Rosenlund! updated the plugin, let me know if there is any issue

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

The topic ‘Last update crash’ is closed to new replies.