Results 1 to 10 of 678

Threaded View

  1. #11
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: URGENT: Quick Updates becomes a blank page

    Quote Originally Posted by dealbyethan.com View Post
    Hi,

    Our Quick Updates has recently become a blank page for no reason. Please help.
    Do you happen to know which version (or is it "what version" ?) you are using?

    I would edit admin/quick_updates.php and after:
    PHP Code:
    require('includes/application_top.php'); 
    Add:
    PHP Code:
    // Report simple running errors
    error_reporting(E_ERROR E_WARNING E_PARSE);
    ini_set('display_errors'1); 
    Hopefully a meaningful error will show after adding those lines.
    Last edited by paulm; 12 Nov 2009 at 06:00 PM.

 

 

Similar Threads

  1. Quick Updates
    By jayson.gurney in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 1 Mar 2008, 11:08 AM
  2. Quick Updates 2.0*
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 6 Jun 2007, 01:32 PM
  3. Quick Updates
    By tuckerm in forum Customization from the Admin
    Replies: 11
    Last Post: 16 Dec 2006, 11:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg