When I type update.php it will forwards to update.php?op=info and then a blank page.
I searched the update.php file and added "echo $output" before "print theme('update_page', $output, !$progress_page);" line. It prints the page content without the theme artifacts.
Could anyone help me? Does it relates to the theme (it was OK before)?
Comments
Comment #1
xanoIf it occurs only when a certain theme is being used, then that theme is highly likely to be the cause of the problem.
Comment #2
dave reidDid you remove the core Minnelli or Garland themes?
Comment #3
masood_mj commentedNo I did not removed the themes.
I've installed a fresh drupal (6.10) and copied the old files to it (like an upgrade) and the update.php works correctly now
Comment #4
ainigma32 commentedGlad to hear you got it fixed.
- Arie
Comment #5
geekgirlweb commentedI had this problem as well and it seemed to be caused by panels-6.x-3.0-alpha4.tar.gz I deleted the panels folder and update.php was working again. I guess I will be reverting to an older version.