By bomarmonk on
Anytime I select "configure" in admin
szAppName : iexplore.exe szAppVer : 6.0.2900.2180 szModName : hungapp
szModVer : 0.0.0.0 offset : 00000000
Anytime I select "configure" in admin
szAppName : iexplore.exe szAppVer : 6.0.2900.2180 szModName : hungapp
szModVer : 0.0.0.0 offset : 00000000
Comments
again
Anytime I select "configure" in admin-themes (for any theme) the browser (I.E. 6.0) crasheshangs. I have the latest theme.inc from Drupal CVS and Drupal 4.6. Any ideas on how to fix this? Here is the error signature reported by IE (not very informative):
not sure bomarmonk
not sure what the error is, or what is causing it...burt I remember breaking a theme a while back and followed these steps to get the site back:
(I didn't get the error message you got...I just made a mistake messing with the layout and broke the theme layout wise).
try this first:
(a) go to ADMINISTER-->> THEMES and reset your DEFAULT theme back to bluemarine (drupals default).
(b) save the configuration.
If that doesn't work:
(a) go to your drupal installation on your server.
(b) using the file manager, remove all the folders and content below the /themes/ folder.
(c) download a fresh copy of the orginal drupal installation file and extract just the themes bit.
(d) upload the fresh, original copy of the /themes/ folder to your drupal installation.
That way you are basically overwriting whatever is causing the problem. From your post, I gather that it is only when you go to CONFIGURE a theme..so the problem maybe deeper than just the themes folder.
Quick question: does your default theme use a special theme engine like PHP Template? if the answer is YES, do you have the correct engine installed?
Hope that helps...
Dub
DUBLIN DRUPALLER
___________________________________________________
A drupal user by chance and a dubliner by sheer luck.
Using Drupal to help build Artist & Band web communities.
Currently in Switzerland working as an Application Developer with UBS Investment Bank...using Drupal 7 and lots of swiss chocolate
You may also want to
You may also want to download and try doing it with Firefox. It may just be IE which is having problems.
-sp
---------
Test site...always start with a test site.
Drupal Best Practices Guide
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
Pushbutton specific
This error only occurs with my custom theme (based on pushbutton) and pushbutton itself. Even after reinstalling pushbutton in its entirety (deleting the pushbutton theme and reloading all files from a fresh copy from 4.6/cvs), the theme causes the "configure" link to hang-up internet explorer. This error does not occur when using mozilla firefox! Any help fixing the pushbutton theme so it doesn't cause this issue would be great. Thanks in advance.
Here's the solution
The width for tabs ul.secondary class in the pushbutton style sheet has to be set to 100% or Internet Explorer freezes.
Here is more on this solution (courtesy of Robert Castelo):
http://drupal.org/node/16531