21
Hi,
like @bjuti, I was shown the debug output
'_MSC_CLICK_TO_OPEN_IMAGE' in file /class/textsanitizer/image/image.php line 68
and so on.
The cause was an uncomplete translation of /language/misc.php
In XOOPS 2.5.3, this file has been enlarged by the lines
define('_MSC_CLICK_TO_OPEN_IMAGE', 'Click to see original Image in a new window');
define('_MSC_RESIZED_IMAGE', 'Resized Image');
define('_MSC_ORIGINAL_IMAGE', 'Original Image');
(see also
changelog for XOOPS 2.5.3)
These three new lines are missing in the German translation.
The German XOOPS community on myxoops.org has been
informed already.
The file attached there contains the complete translation.
how to procede:
-- unpack the file
-- copy misc.php to /language/german
The debug messages concerning _MSC_CLICK_TO_OPEN_IMAGE should now be gone.
Maybe XOOPS users of other countries have the same problem with _MSC_CLICK_TO_OPEN_IMAGE and can solve it by this information
hth
markesh/karim