Results 1 to 10 of 678

Hybrid View

  1. #1
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag URGENT: Quick Updates becomes a blank page

    Hi,

    Our Quick Updates has recently become a blank page for no reason. Please help.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  2. #2
    Join Date
    Apr 2008
    Location
    internet
    Posts
    41
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Fix description popups breakign the layout as it deplays content from the descriptions on the page.

    admin/quick_updates.php
    find
    Code:
          
    if(QUICKUPDATES_MODIFY_DESCRIPTION_POPUP == 'true') {
          //echo '<td class="smallText productsDescription">'
            echo '<a href="javascript:textEditFieldID=\'description_' . $products->fields['products_id'] . '\';popupWindow(\'' . zen_href_link(FILENAME_POPUP_TEXT_EDIT) . '\');">' . zen_image(DIR_WS_IMAGES . 'icon_edit.gif', TEXT_HTML_EDIT_DESC) . '<span class="cssPopup">' . stripslashes($products->fields['products_description']) . '</span></a>';
    replace with
    Code:
    		if(QUICKUPDATES_MODIFY_DESCRIPTION_POPUP == 'true') {
    				echo '<a href="javascript:textEditFieldID=\'description_' . $products->fields['products_id'] . '\';popupWindow(\'' . zen_href_link(FILENAME_POPUP_TEXT_EDIT) . '\');">' . zen_image(DIR_WS_IMAGES . 'icon_edit.gif', TEXT_HTML_EDIT_DESC) . '</a>';
    		}

  3. #3
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: Quick Updates 1.3 ?

    Quote Originally Posted by xcooling View Post
    Fix description popups breakign the layout as it deplays content from the descriptions on the page.

    admin/quick_updates.php
    find
    Code:
          
    if(QUICKUPDATES_MODIFY_DESCRIPTION_POPUP == 'true') {
          //echo '<td class="smallText productsDescription">'
            echo '<a href="javascript:textEditFieldID=\'description_' . $products->fields['products_id'] . '\';popupWindow(\'' . zen_href_link(FILENAME_POPUP_TEXT_EDIT) . '\');">' . zen_image(DIR_WS_IMAGES . 'icon_edit.gif', TEXT_HTML_EDIT_DESC) . '<span class="cssPopup">' . stripslashes($products->fields['products_description']) . '</span></a>';
    replace with
    Code:
    		if(QUICKUPDATES_MODIFY_DESCRIPTION_POPUP == 'true') {
    				echo '<a href="javascript:textEditFieldID=\'description_' . $products->fields['products_id'] . '\';popupWindow(\'' . zen_href_link(FILENAME_POPUP_TEXT_EDIT) . '\');">' . zen_image(DIR_WS_IMAGES . 'icon_edit.gif', TEXT_HTML_EDIT_DESC) . '</a>';
    		}

    This does not solve the problem. Still a blank page.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  4. #4
    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.

  5. #5
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: URGENT: Quick Updates becomes a blank page

    Quote Originally Posted by paulm View Post
    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.

    Hi,

    I am not sure what version I am using. Could be 2.03 according to the admin/quick_updates.php file. I know I haven't updated it for a while. I did what you suggested but with no luck. It's still a blank page. I don't understand as I have not done anything and it just suddenly stop working. Please help.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


 

 

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