Stripos used in RC2
Buy Gary A Beer?
Buying me a "beer" helps me to keep my contributions updated and keep this blog alive - and you get a link from my homepage to your site. Cheers!
In one place, stripos is used in RC2. Stripos is PHP5 only, so many shops will break when used on a host that is not up-to-date.
The solution is to find every instance of stripos, and change it to strpos (which is backwards PHP compatible). I believe the only code you will need to change is in the file;
admin/backup.php around line 252.


