Pagestyle (and textsize) interferes with update.php, injecting itself into the page and resulting in a completely broken update.php page with my own theme - with the following error

Fatal error: Call to undefined function phptemplate_get_ie_styles() in /home/tom/workspace/concern6/themes/garland/maintenance-page.tpl.php on line 23

And a very messed up looking update.php page with garland theme.

This is only an issue since I update to 6.x-1.2

Comments

mrfelton’s picture

I'm guessing that you shouldn't be injecting stuff in hook_init(). There must be a better place.

datenrettung’s picture

same error in my home-installation. in this case pagestyle v1.2 and textsize v1.2 are useless.
i've to work with v 1.1, sorry

CZ’s picture

Do you use Drupal 6.10? Can not rebuild the bug in Drupal 6.9 and 6.10 locale.
Clear the cache and set the performance "Caching mode" to "Disabled".
The Page Style and Text Size module do not need a update on "update.php". Disable the modules for a Drupal update [1]
[1] http://drupal.org/upgrade/tutorial-introduction

mrfelton’s picture

I use Drupal 6.10. Disable the modules for a Drupal update is not really a good answer to the problem.

datenrettung’s picture

i use d 6.10 and with your new pagestyle v1.3 and textsize v1.3 the update runs through. thx

CZ’s picture

Status: Active » Fixed

In the latest version is the hook_init() now empty and add the module css conventional. datenrettung say the bug is fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.