URGENT: Quick Updates becomes a blank page
Hi,
Our Quick Updates has recently become a blank page for no reason. Please help.
Re: URGENT: Quick Updates becomes a blank page
Quote:
Originally Posted by
dealbyethan.com
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.
Re: URGENT: Quick Updates becomes a blank page
Quote:
Originally Posted by
paulm
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.
How do I launch Quick Update
I have installed version Quick Update 2.05 and can see the 'Quick Updates' in configuration but can not see where to actually launch the software. There is no menu option in either 'Tools' or 'Extras'.
The installation process was error free.
Please could some one enlighten me as to where the mod is run from?
Thanks
Paul
Running on version:
Zen Cart 1.3.7
Database Patch Level: 1.3.7
v1.3.6 [2006-11-28 13:20:20] (Version Update 1.3.5->1.3.6)
v1.3.5 [2006-11-28 13:20:19] (Version Update 1.3.0.2->1.3.5)
v1.3.0.2 [2006-11-28 13:20:18] (Version Update 1.3.0.1->1.3.0.2)
v1.3.0.1 [2006-11-28 13:18:50] (Version Update 1.3.0->1.3.0.1)
v1.3.0 [2006-11-28 13:18:50] (Version Update 1.2.7->1.3.0)
v1.2.7 [2006-11-28 13:10:56] (Version Update 1.2.6->1.2.7)
v1.2.6 [2005-09-10 08:43:21] (Fresh Installation)