ralfepoisson Posted February 11, 2008 Share Posted February 11, 2008 I'm having some issues migrating some code over to PHP5. Basically, the find() function for the various DataObjects keeps crashing. I've checked the connectivity with the MySQL host, and it seems fine. The only problem is that it keeps crashing whenever it gets to $object->find(1); It is driving me insane. Please could someone help me out? Ralfe Quote Link to comment https://forums.phpfreaks.com/topic/90476-dataobjects-php5-find-problem/ Share on other sites More sharing options...
aschk Posted February 11, 2008 Share Posted February 11, 2008 How about you turn on debugging and analyse what's going on. I believe it's something like: DB_Dataobject::DebugLevel(5); Quote Link to comment https://forums.phpfreaks.com/topic/90476-dataobjects-php5-find-problem/#findComment-463854 Share on other sites More sharing options...
tapos Posted February 11, 2008 Share Posted February 11, 2008 what is the errors??? Quote Link to comment https://forums.phpfreaks.com/topic/90476-dataobjects-php5-find-problem/#findComment-463914 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.