Totally Zenned
- Join Date:
- Dec 2005
- Location:
- Perth, Western Australia, Australia
- Posts:
- 782
- Plugin Contributions:
- 0
Quick Updates plugin [support]
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:
require('includes/application_top.php');
> Add:
> ```php
// 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.