CodeIgniter Forums
Bluefish - encryption library bug? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: Bluefish - encryption library bug? (/showthread.php?tid=1090)



Bluefish - encryption library bug? - Imtyaz742 - 02-10-2015

I am getting the following error while using encryption with Bluefish & cbc mode. Is it a bug since the function name looks wrong to me strtotupper() - should it be strtoupper().....
----------------------------
A PHP Error was encountered

Severity: Error

Message: Call to undefined function strtotupper()

Filename: libraries/Encryption.php

Line Number: 302

Backtrace:
---------------------------------


RE: Bluefish - encryption library bug? - Narf - 02-11-2015

This was fixed a week ago.

Ironically, it's in a piece of error handling code, which you're reaching because there's no such thing as 'Bluefish'. Smile


RE: Bluefish - encryption library bug? - Imtyaz742 - 02-11-2015

Thank you For your response, glad to know it's fixed. Smile