Hello,
I'm running PHP5 on Ubuntu, using Apache2 and MySQL 5. I have code written by someone else and I'm trying to run it. As soon as I log into the application, I get the following error:
Fatal error: Call to undefined function stripslashes_deep() in the file's name on line 56
I couldn't figure out why this is happening. Can someone point me in the right direction?
Thanks.