icon display problem on IE7

icon display problem on IE7

EzD ThichQuay -
回帖数:10

folks,

For some reason, ie7 can't display any moodle icon.  It is working fine in FireFox but failed to work on ie7.  Please take a look at the attached image...

Also, when right click on the missing icon, I saw the following syntax:

http://www.mysite.org/pix/smartpix.php/Imagine2/i/hide.gif

Thanks

附件 ieiconproblem.gif
回复EzD ThichQuay

Re: icon display problem on IE7

Mauno Korpelainen -

Do you have the same problem with Standard theme?

Read http://moodle.org/mod/forum/discuss.php?d=67310

回复Mauno Korpelainen

Re: icon display problem on IE7

EzD ThichQuay -

Mauno,

yes, this happened to all of the original standard themes as well.  Do you think this is a 1.82 problem?

Thanks

Newbie

回复EzD ThichQuay

Re: icon display problem on IE7

Mauno Korpelainen -

No - it is not 1.8.2 problem. Does your IE7 show any images (other than icons)?

Try to change the smart pix setting from

Administration -> Miscellaneous -> Experimental -> Smart pix search

Maybe there is some conflict between your wwwroot and dirroot in config.php. Could you attach some example (not the real paths if you don't want to) how you have written wwwroot and dirroot.

回复Mauno Korpelainen

Re: icon display problem on IE7

EzD ThichQuay -

"Does your IE7 show any images?"

>>I'm not sure about other images (I didn't have the chance to load any images yet) but for sure, Moodle logo gif file is always there on all of the standard themes.

"Try to change the smart pix setting from"

>>I was already turned this feature on several days back but the problem is still existed.

Here is my config.php file:

$CFG->wwwroot   = 'http://www.hvcd.org';
$CFG->dirroot   = '/homepages/10/d144739142/htdocs/moodle';
$CFG->dataroot  = '/homepages/10/d144739142/htdocs/moodle/moodledata';
$CFG->admin     = 'admin';

$CFG->directorypermissions = 00777;  // try 02777 on a server in Safe Mode

Once again Mauno, thank you for all of your help

TQ

回复EzD ThichQuay

Re: icon display problem on IE7

Mauno Korpelainen -

I visited your site, turned smartpix OFF and images became visible. To be sure that you have no more problems with images I also unselected "Use slash arguments" setting from Administration -> Server -> HTTP

Your version of moodle seem to have one bug that has been already fixed (it was in first versions of 1.8.1). Are you sure it is 1.8.2? Theme selector is not working with IE7 in your version of moodle so you could upgrade to latest version...1.8.2+

回复Mauno Korpelainen

Re: icon display problem on IE7

Mauno Korpelainen -

I just visited your site again and the problem came from AJAX turned on.

( Administration -> Miscellaneous -> Experimental -> Enable AJAX )

I turned it also off and theme selector is now working with IE7 too.

Your version of moodle Moodle 1.8.2+ (2007021520) is the latest one, sorry for the previous question. Everything should work fine now...

All the best,

Mauno

回复Mauno Korpelainen

Re: icon display problem on IE7

EzD ThichQuay -

Mauno, your help is much appriciated.  Since Ajax caused the missing icon problem in IE, can it be considered as a new Moodle issue?

Once again, thank you for all of your help.

TQ

回复EzD ThichQuay

Re: icon display problem on IE7

Mauno Korpelainen -
Ajax and smartpix are both "Experimental" parts of moodle and they might have some properties that are not stable in all environments. I did not try to find out why smartpix and ajax did not work with your server but I have seen two similar cases. Maybe this should be added to bug tracker with some system info so that developers could find out the reason for this...My test server for example has no problems with Ajax or smartpix.
回复Mauno Korpelainen

Re: icon display problem on IE7

Joseph Rézeau -
Core developers的头像 Particularly helpful Moodlers的头像 Plugin developers的头像 Testers的头像 Translators的头像
Hi Mauno,
Apparently smartpix works on some platforms and not on others. With exactly the same version of Moodle (1.8.3), smartpix works fine on my local installation Windows XP. But if I enable it on my distant test site http://rezeau.info/moodle, then all icons disappear! What is strange is that as far as I remember it used to work with version 1.8.2.
Joseph
回复Joseph Rézeau

Re: icon display problem on IE7

Mauno Korpelainen -

Joseph,

I have seen now 3 sites where smartpix does not work but the server EzD has gives the following info:

Apache/1.3.39 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.30 OpenSSL/0.9.7a PHP-CGI/0.1b

I have still no idea why it does not always work (my test servers have no problems) maybe somebody else knows the reason...