[19-Feb-2014 14:27:58 Europe/Stockholm] Newscoop error: file_get_contents(/www/webvol20/lx/qocik3a4fn8yqn5/socialisterna.org/public_html/library/Newscoop/Gimme/../../../../newscoop/src/Newscoop/GimmeBundle/Resources/config/serializer/newscoop/Article.yml): failed to open stream: No such file or directory in /www/webvol20/lx/qocik3a4fn8yqn5/socialisterna.org/public_html/library/Newscoop/Gimme/PropertyMatcher.php:33
It looks for a folder called newscoop, but on my system the folder name is public_html so it can't find the file!
In the file PropertyMatcher.php, this line: $entityDescription = $yaml->parse(file_get_contents(__DIR__.'/../../../../newscoop/src/Newscoop/GimmeBundle/Resources/config/serializer/newscoop/'.$class.'.yml'));
should be changed to this: $entityDescription = $yaml->parse(file_get_contents(__DIR__.'/../../../src/Newscoop/GimmeBundle/Resources/config/serializer/newscoop/'.$class.'.yml'));
Post edited by Sebastian Olsson (2) at 2014-02-19 09:22:54