• Same as the previous update, this update broke the site.
    I had to rename the folder, go to the wp admin dashboard, rename the folder back to original and re-active it.
    Luckily I have access to ftp, otherwise I would have a huge problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ashok

    (@bappidgreat)

    @fonta, would you please make sure your php version is at least 5.6? The current version doesn’t support php 5.2 anymore.

    If php version is okay for you, then would you please enable debug mode and check if any error is shown in that page?

    To enable debug mode please edit a line in your wp-config.php:
    Change

    
    define('WP_DEBUG', false);
    

    to

    
    define('WP_DEBUG', true);
    

    Please let us know what errors you see there.

    Have a good day!

    Cheers
    Ash

    Thread Starter fonta

    (@fonta)

    My php version is:
    PHP 5.6.26 (cli) (built: Sep 17 2016 09:53:52)
    Copyright (c) 1997-2016 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies

    Because of the renaming and re-activating, im not seeing any errors.
    Also with debug enabled nothing.

    What Ashok Kumar meant, debugging with plugin that causing error (0.9.5.1), not your working plugin.

    • This reply was modified 8 years, 5 months ago by muchmuch11.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Broke it again’ is closed to new replies.