Hi,
Our Quick Updates has recently become a blank page for no reason. Please help.
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
Fix description popups breakign the layout as it deplays content from the descriptions on the page.
admin/quick_updates.php
find
replace withCode: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>';
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>'; }
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
Do you happen to know which version (or is it "what version" ?) you are using?
I would edit admin/quick_updates.php and after:
Add:PHP Code:require('includes/application_top.php');
Hopefully a meaningful error will show after adding those lines.PHP Code:// Report simple running errors
error_reporting(E_ERROR | E_WARNING | E_PARSE);
ini_set('display_errors', 1);
Last edited by paulm; 12 Nov 2009 at 06:00 PM.
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