[Flow] Aithentication provider could not be resolved, only in production context
Christian Loock
chl at vkf-renzel.de
Wed Oct 8 16:50:19 CEST 2014
So I finally resolved the issue. It seems like my PackageStates.php was
not up to date with all packages. For some reason, this didnt matter in
development Context, but in Production. Fixed it by removing the file
from my git repository and add it to .gitignore.
Am 08.10.2014 um 16:07 schrieb Christian Loock:
> So, i tried to dig a bit deeper on the issue.
>
> It seems like, everything works fine on the same machine in
> development context. I noticed that under
> Temporary/Development/Cache/Code/Flow_Object_Classes/ all classes of
> all used Packages are being created. However, in the Production
> subfolter, only TYPO3_ Classes are being cached. This would explain
> why flow cant find my class in Production context. Now I need to find
> out why this happens. Any ideas?
>
>
> Am 08.10.2014 um 15:39 schrieb Christian Loock:
>> Unlikely, since it is the same server and the AuthenticationProvider
>> is configured in the Settings.yaml that is used by all setups, no in
>> the ones under Development/ Production/
>> Am 08.10.2014 um 15:32 schrieb Carsten Bleicker:
>>> maybe misspelling and osx caseinsensitive filesystem?
>>> LDAPProvider vs. LdapProvider?
>>>
>>>
>>> ----------------------
>>>
>>> Carsten Bleicker
>>> Wülfingstraße 1
>>> 42477 Radevormwald
>>>
>>> E-Mail: carsten at bleicker.de
>>> Web: www.bleicker.de
>>> Twitter: @carstenbleicker
>>> Jabber: cbleicker at jabber.ccc.de
>>> Telefon: +49 (0)171-2690845
>>>
>>> Am 08.10.2014 um 15:24 schrieb Christian Loock <chl at vkf-renzel.de>:
>>>
>>>> Hi everybody,
>>>>
>>>> I am currently facing some weird issues, when I try to deploy one
>>>> of our new applications to our production server.
>>>> I use a custom AuthenticationProvider the extends the
>>>> TYPO3\LdapProvider class, which works great in development context
>>>> on our dev server, and also when i run the app on the production
>>>> server in development context. However, when I set the context to
>>>> production, I get the following exception:
>>>>
>>>> An authentication provider with the name
>>>> "RA\ReleaseManager\Security\Authentication\Provider\LDAPProvider"
>>>> could
>>>> not be resolved.
>>>>
>>>> I allready checked the file permissions on the Cache folders, and
>>>> noticed, that only Flow_ Classes seem to be cached. If i look into
>>>> Settings.yaml for the production context, I only set the database
>>>> settings inside there, so this cant be it either. Does anybody have
>>>> an idea how this behaviour can be explained that it might be caused
>>>> by using different contexts, when the only difference in settings
>>>> is the database config?
>>>>
>>>> I am really lost here, any help would be highly appreciated.
>>>>
>>>> Cheers,
>>>>
>>>> Chris
>>>> _______________________________________________
>>>> Flow mailing list
>>>> Flow at lists.typo3.org
>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>>>
>>>
>>> _______________________________________________
>>> Flow mailing list
>>> Flow at lists.typo3.org
>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>>
>> _______________________________________________
>> Flow mailing list
>> Flow at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
More information about the Flow
mailing list