[Flow] PHP warning on welcome screen with FLOW 2.0.0-beta(1-3)
Pankaj Lele
pankaj at lelesys.com
Tue May 28 08:25:37 CEST 2013
Hi Martin and Christian,
> On 27. maj 18.27, Martin Keck wrote:
>
>> Any ideas?
>
> It could be matter of file permissions. try running
Really good to see that somebody else also faced exactly this strange
issue which we resolved (workaround) 2 days back on one of our
developer's MacBook Pro. We did not report it as bug as we were not
able to reproduce it on other Macs.
I think this issue is not related to permissions as the class
TYPO3\Flow\Error\Exception seems never get proxied (not sure why).
Exact issue is when SimpleFileBackend.php tries to include the file
Data/Temporary/Development/Cache/Code/Flow_Object_Classes/TYPO3_Flow_Error_Exception.php
it is not found BUT this warning is somehow not converted to a
exception on the "bad" Mac. On good Mac file is not there but the
warning is converted to an Exception and it is caught.
To fix on "bad" Mac we set php.ini error_reporting = E_ERROR so
silenting any warnings.
"bad" Mac running 10.7.4 and kernel "Darwin Leenas-MacBook-Pro.local
11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012;
root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64"
Martin you have the same version?
Just curious.
-Pankaj
--
Pankaj Lele
CTO - Lelesys, India
http://www.lelesys.com
Twitter: @pankajlele
More information about the Flow
mailing list