Closed (fixed)
Project:
Page Style
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2009 at 12:07 UTC
Updated:
13 May 2009 at 17:50 UTC
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
Comment #1
mrfelton commentedI'm guessing that you shouldn't be injecting stuff in hook_init(). There must be a better place.
Comment #2
datenrettung commentedsame 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
Comment #3
CZ commentedDo 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
Comment #4
mrfelton commentedI use Drupal 6.10. Disable the modules for a Drupal update is not really a good answer to the problem.
Comment #5
datenrettung commentedi use d 6.10 and with your new pagestyle v1.3 and textsize v1.3 the update runs through. thx
Comment #6
CZ commentedIn the latest version is the hook_init() now empty and add the module css conventional. datenrettung say the bug is fixed.