You are not logged in.
Hello,
i have a php error in the administration when i check status of a picture :
A PHP Error was encountered
Severity: 8192
Message: Function split() is deprecated
Filename: libraries/Loader.php(673) : eval()'d code
Line Number: 61
I have PHP 5.3.0 on Windows Seven.
Have you any idea, please ?

Offline
Hello.
All the split() PHP function will be replaced by explode in the 0.9.4.
Thanks for this report.
Inspiration & Innovation : Websites by Partikule, Agence Web Paris
Offline
Michel-Ange, i have also an other error with Tiny Browser and function deprecated : regcase()

Offline
Hmm....
I had a look at the Lunarvis tinybrowser website and it seems like tinyBrowser is not Open Source anymore.
We should think to change the file manager of Ionize.... Sad.
Inspiration & Innovation : Websites by Partikule, Agence Web Paris
Offline
So Sad, Tinybrowser is a beautiful file manager.
But this error appeared only on my local machine, not online. I use Wampserver on Win Seven pro 64 bits, php 5.3.0 and MySQL 5.1.36
Offline
Hello.
All the split() PHP function will be replaced by explode in the 0.9.4.
Thanks for this report.
I am using Ionize 0.95rev7, and still have this error.
It is located in themes/admin/views/media_edit.php, line 63.
Make the following change, and you'll be happy:
replace
$size = split(',', $thumb['content']);
with:
$size = explode(',', $thumb['content']);
That's it.
Old programmer, but Ionize Newbee ;)
Offline
Already done ![]()
Inspiration & Innovation : Websites by Partikule, Agence Web Paris
Offline
© 2010-2012 Partikule | Web agency Paris, France