• Resolved StevenJ

    (@stevenj)


    I’ve just installed Widget Builder on my test site and tried to create a simple text based widget to test it.
    I clicked on update and then the site admin and website front-end are now inaccessible.
    I now just get blank pages when trying to view the site or site admin.
    Can you help to identify the issue and how I can fix this?
    Thanks
    Steve

    http://wordpress.org/extend/plugins/widget-builder/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter StevenJ

    (@stevenj)

    I’ve removed the installed plugin files from the plugin folder (via FTP) and the test site (localhost using MAMP) is now functioning. I tried disabling all other plugins and then installed and enabled the Widget Builder plugin but got the same result with the site not displaying in my browser.
    I tried installing the plugin on a remote (live) server and found that the plugin works perfectly, so the problem might be with my MAMP installation.
    I would still like to know if this is a known issue, there seems to be some residual code or data which remains on my WordPress installation, when reinstalling Widget Builder the site becomes immediately disabled again (blank pages).
    Thanks
    Steve

    Plugin Contributor Peter Chester

    (@peterchester)

    Thanks for the report Steve!

    Did you get any log messages in your PHP log? I’ve never seen that happen. I’d love to figure it out and fix it. I’m not sure how to reproduce this issue though.

    Thread Starter StevenJ

    (@stevenj)

    Hi Peter,
    Thanks for having a look at this for me.
    I didn’t get any PHP error messages on screen, where will I find the PHP log?
    Thanks
    Steve

    Plugin Contributor Peter Chester

    (@peterchester)

    Hmm.. it depends on the server. I think you could probably get it on your screen if you set your wp-config.php to display errors. But if this is a live site, I’d recommend asking the host for the location of your php error log and you should be able to see any errors in there.

    @nacin wrote a great article on debugging:
    http://nacin.com/2010/04/23/5-ways-to-debug-wordpress/

    For this, I think simply setting WP_DEBUG to true would probably display errors on the screen:

    define( ‘WP_DEBUG’, true );

    Thread Starter StevenJ

    (@stevenj)

    Hi Peter,
    I changed the WP_DEBUG to true and now the site and plugin are working?
    I suspect that something else has changed but anyhow the staged site is now functioning. A bit of a mystery?
    Thanks for your help.
    Steve

    Plugin Contributor Peter Chester

    (@peterchester)

    Oh, cool. Just to be clear though… I would not recommend leaving WP_DEBUG on. It could have performance impacts on your site and could even give hackers enough info to cause some damage on your site. It’s good for quick tests or for coding on your own computer but not so good for production sites.

    Thread Starter StevenJ

    (@stevenj)

    Hi Peter,
    Have turned WP_DEBUG off and the site is still working.
    Thanks again for your help.
    Steve

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Widget Builder] Site Stopped Functioning After Creating First Widget’ is closed to new replies.