Oracle - undefined functions??

admin

Administrator
Staff member
Hi all,

After successfully completing a migration from MySQL to Oracle 8i, I've come across a rather interesting situation - and I'm not sure if it's a bug in my code or in PHP itself.

On certain pages, when refreshing or hitting the back button, I get a PHP error:

Fatal error: Call to undefined function: functionname() in /filename on line X

If I then refresh the page, the error message disappears.

The interesting part is that this never occured until I changed databases. My initial thought is that this may be an error in the Oracle OCI drivers, but I'm not sure...

Any ideas?

-- J
 
Back
Top