[Flow] Problem with installing FLOW / Neos and the resource:// stream wrapper

Christian Müller christian.mueller at typo3.org
Sat Jul 6 20:44:35 CEST 2013


Hey Benni,

Benjamin Mack wrote:
> Hey team,
>
> I tried installing Neos on different machines but the installation
> fails. While running through the setup of a PHP 5.4, I get this error:
>
> #1: Warning: file_exists(): Unable to find the wrapper
> "resource" - did you forget to enable it when you configured
> PHP? in
> Data/Temporary/Development/Cache/Code/Flow_Object_Classes/TYPO3_Fluid_View_TemplateView.php
> line 205 (More information)
>
> Could you help me how I can debug this? Apparantly FLOW is registering
> the resource wrapper in another class, but I don't know how to find when
> that class is called during the process.

Strange problem... The initialization is done in the Bootstrap (look out 
for "stream) the real setup for the wrapper is done in
\TYPO3\Flow\Resource\ResourceManager->initialize()

Happy to hear what you find out about it.

Cheers,
Christian


More information about the Flow mailing list