1
andrey3761
xoops 2.5.3 cache bug report

Hello!
In xoops 2.5.3 there's a cache bug. The key's not generated correctly.
File /class/cache/xoopscache.php line 291

$key .= '_'.urlencode(XOOPS_URL);


should be replaced by

$key substr(md5(XOOPS_URL), 08) . '_' $key;



2
trabis
Re: xoops 2.5.3 cache bug report
  • 2011/10/27 18:08

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Thank you very much, this is now fixed on SVN :)

Login

Who's Online

200 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 200


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits