English 中文(简体)
wurfl2 integration in TYPO3
原标题:
  • 时间:2010-01-20 12:48:38
  •  标签:
  • typo3
  • wurfl

everytime i try to install the wurfl2 extension in TYPO3 i get the following error message:

Fatal error: require_once() [function.require]: Failed opening required    (include_path= .:/usr/local/php/lib/php:/usr/local/php/lib/php/PEAR ) in /html/typo3conf/temp_CACHED_ps9b8e_ext_localconf.php on line 501

is anyone familiar with this error and knows how to fix it?

问题回答

I get the same error message with TYPO3 4.4.4. I had to remove the extension folder and to delete all ./typo3conf/temp* files to get Typo3 running again afterwards. (You might not see the error message if you don t have something like $TYPO3_CONF_VARS[ SYS ][ displayErrors ] = 1 in your localconf.php. You can set this with the installtool.

As already mentioned by the other answer first you have to get your system running again: set $TYPO3_CONF_VARS[ SYS ][ displayErrors ] = 1 in your localconf.php in order to see all error messages. Afterwards remove the extension folder.

I think the error is caused by a missing config file. The extension constant wurflConfig has to be set with the absolute path to the file /YOUR/PATH/TO/WEB_DIR/typo3conf/ext/wurfl2/res1/li/wurfl_config.php and might have to adjust the settings there.





相关问题
How to update the wurfl resource of Zend_Http_UserAgent

i m using Wurfl-adapter of Zend_Http_UserAgent as described here: http://framework.zend.com/manual/en/zend.http.user-agent.html Do I need to update the wurfl xml-file manually from time to time or ...

wurf introduction

How do I setup wrufl so that I can begin querying for information regarding phone models ? Thanks

How do I validate wurfl.xml?

I m wondering which is the best way to validate the wurfl.xml file. I am thinking about these two different approaches : Since it is a XML file I can validate wurfl.xml against its XML schema. Some ...

Mobile Device Browser File vs. WURFL for ASP.NET

I am working on a commercial web application that has a separate mobile browser version intended for the more capable devices (BlackBerry, iPhone, Android, etc). I don t want to do simple User Agent ...

wurfl2 integration in TYPO3

everytime i try to install the wurfl2 extension in TYPO3 i get the following error message: Fatal error: require_once() [function.require]: Failed opening required (include_path= .:/usr/local/php/...

Which mobile operating systems support J2ME?

I ve been tasked with using WURFUL to determine whether or not a mobile browser is capable of downloading a J2ME app developed by my company. I first thought I could use the "device_os" tag and ...

热门标签