[symfony-users] Re: Fatal error: Cannot instantiate abstract class BaseNewsGeneratorConfiguration

2010-04-05 Thread Tom Ptacnik
It looks to me, that NewsGeneratorConfiguration class doesn't exist or it can't be found, then it's trying to instantiate it's parent class (BaseNewsGeneratorConfiguration) or something like that. When this error appeared? What did you done before that? On 4 dub, 19:23, Robert Heim wrote: > yep

Re: [symfony-users] Re: Fatal error: Cannot instantiate abstract class BaseNewsGeneratorConfiguration

2010-04-06 Thread Robert Heim
What I did: I developed under windows+XAMPP, everything works fine.. uploaded the files to the server and all backend-modules work fine except the news-module. When I try to access http://v2.purveyor.de/backend_dev.php/news there is not shown a login-screen, but the error about that abstract-c

Re: [symfony-users] Re: Fatal error: Cannot instantiate abstract class BaseNewsGeneratorConfiguration

2010-04-06 Thread Robert Heim
Ok I found it.. I don't know what was going on, when I uploaded the folder, but the /apps/backend/modules/news/lib folder was not uploaded?!! That's strange, but uploading that dir fixed the problem of course... thanks! Am 06.04.2010 09:20, schrieb Robert Heim: What I did: I developed under