Guys, I'm looking to incorporate WURFL within my boostrap. As such i've been following: http://framework.zend.com/manual/en/zend.http.user-agent.html
I've followed this as accuratly as possible, changing various parts to my needs. My Application.ini has the following: resources.useragent.wurflapi.wurfl_api_version = "1.1" resources.useragent.wurflapi.wurfl_lib_dir = APPLICATION_PATH "/../library/wurfl-php-1.1/" resources.useragent.wurflapi.wurfl_config_file = APPLICATION_PATH "/configs/wurfl-config.php" My WURFL libs are: library/wurfl-php-1.1/ My WURFL data files are: data/wurfl/ My Cache is: tmp/cache/wurfl/ The error i get is: Uncaught exception 'Zend_Http_UserAgent_Features_Exception' with message '"wurflapi" configuration is not defined' My understanding of Zend, which isnt encyclopedic, means that for some reason the isnt being called: resources.useragent.wurflapi.wurfl_config_file = APPLICATION_PATH "/configs/wurfl-config.php" Oh and my wurlf-config.php litterally has: echo "Loaded"; die; But this never runs. This only happens when i'm trying to view my application using a smartphone useragent ( iphone 3.0 ) Any help or advice would be greatly apprciated. I did prevously search for this problem within the forum, but havent had much joy. Thanks ----- ... or is it me? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Exception-when-Setting-up-WURFL-tp3354409p3354409.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
