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);



Reply With Quote
