hi, i've got a very strange class loading error and no idea how to solve it.
the ZF website works fine with desktop PC and with mobile phones. but theres one exception: with a NOKIA E72 phone and probably other symbian phones theres a fatal error: Fatal error: Class "Zend_Validate_Ip" not found in /home..../functions.php on line 614 line 614: $validator = new Zend_Validate_Ip(); functions.php is globally imported and contains general purpose functions if i exchange Zend_Validate_Ip(); with self-written code, theres no error at this line. but the same error happens with another class on another line Fatal error: Class "Zend Auth" not found in /home..../functions.php on line 790 line 790: $auth = Zend_Auth::getInstance(); ZF version is 1.11.3 since it works fine with all other devices i've got no idea what to do. i wrote a userErrorHandler and a exception_handler. both don't catch the exeption. the E72 can see the error and the file path - i don't want that. whats happening here? thanx for your help mike -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Strange-ZEND-class-loading-error-with-NOKIA-E72-phone-tp3466217p3466217.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
