KunstmaanLegacy / KunstmaanAdminNodeBundle

THIS REPO IS DEPRECATED: see KunstmaanNodeBundle. The KunstmaanAdminNodeBundle for Symfony 2 is part of the bundles we use to build custom and flexible applications at Kunstmaan. You have to install this bundle in order to work with nodes and pagetypes.
http://kunstmaan.github.com/KunstmaanAdminNodeBundle
MIT License
2 stars 0 forks source link

Bug with doubleslash in entity loading #97

Closed darles closed 11 years ago

darles commented 11 years ago

I have an issue with entity loading while trying to add new subpage. Entity type namespace comes from request $type = $request->get('type'); (NodeAdminController.php) and it's comes with doubleslashes (Ito\CmsBundle\Entity\Pages\ContentPage) This rise error: The autoloader expected class "Ito\CmsBundle\Entity\Pages\ContentPage" to be defined in file "/Users/_/_/kunstmaan/cms/src/Ito//CmsBundle//Entity//Pages//ContentPage.php". The file was found but the class was not in it, the class name or namespace probably has a typo. There is no error if I manually type $type = 'Ito\CmsBundle\Entity\Pages\ContentPage';

Sorry, forgot to disable magic_quotes_gpc after reinstall.

Mopster commented 11 years ago

@darles Thanks for trying out our bundles. Going by your last line, has this issue been resolved for you ?

darles commented 11 years ago

Yes, as I mentioned, it was because of magic_quotes_gpc = 1 :)

Mopster commented 11 years ago

Alright, then I'll close this issue :)