1
Hi all
Those errors occurs since XOOPS 2052, and yep i already reported them to the core bug last year.
I?m getting some troubles trying to use the "Send to a friend" function on the mydownloads module.
What i get:
The url parsed on my mail client, on the message body is including an unwanted "& amp ;" charecter, leading me to an empty file. For instance:
http://www.mysite.com/modules/mydownloads/singlefile.php?cid=8&;lid=8As a workaround I did a search and replace to all files of the mod replacing the "& amp ;" for just "&".
The most funny:
After the upload and module update, on my first attempt to use the function, It works pretty well, but in all the next times the error showed up again
However, with the mylinks module the same approach works very well, at least till now.
Any chance to be something with magic quotes off or on?
My php info shows me:
magic_quotes_gpc On On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
==========================
Any chance to be something with the censorString function on XOOPS class?
As I?m not a coder i?m pretty lost, any help will be appreciated.
Thanks