Quote:
1.14 beta (2007/03/13)
- modified module_icon.php cacheable for web browser
The module_icon is broken in xoops 2.0.16
Quote:
The other module icons like Protector or wraps are displayed well?
Yes these module icons work.
This only occured after the update to pico 1.14
Quote:
Possibility:
- your server is free. (forced to display ads)
No this is not the case the server in not free. The only module icons that are broken are pico.
Quote:
Possibility:
- http headers already sent
I am not getting any error messages.
This is clearly a problem with this version of pico.
Quote:
- modified module_icon.php cacheable for web browser
Quote:
Wardick wrotes:
Quote:The other module icons like Protector or wraps are displayed well?
Yes these module icons work.
It sounds interesting.
try to remove a line from your xoops_trust_path/modules/pico/module_icon.php
<?php
$icon_cache_limit = 3600 ; // default 3600sec == 1hour
session_cache_limiter('public');
header("Expires: ".date('r',intval(time()/$icon_cache_limit)*$icon_cache_limit)+$icon_cache_limit);
header("Cache-Control: public, max-age=$icon_cache_limit");
header("Last-Modified: ".date('r',intval(time()/$icon_cache_limit)*$icon_cache_limit));
header("Content-type: image/png");
Removing this line does not help.
Quote:
session_cache_limiter('public');
Replacing the whole file with pico 1.13 module_icon.php does work.
There are some reports same as you.
I'm finding the cause, now.
Just a moment.
hi Wardick.
The problem is caused by just my typo