Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running Symfony

Tags:

php

symfony1

I'm trying to run a copy of symfony on my website, but am getting

PHP Fatal error:  Class 'BaseSettings' not found in /home/firefly/web/firefly.com/public/htdocs/sandbox/fireflyproject/project/lib/model/doctrine/Settings.class.php on line 13

I tried googling it but got zero results, any clue what might be the problem?

Thanks.

like image 420
Yehia A.Salam Avatar asked Jul 09 '26 16:07

Yehia A.Salam


1 Answers

I think you forgot to generate your model files. If you're on 1.3 or 1.4 version, you have to use the command line and do : ./symfony doctrine:build --all

And you might also have to clear the cache : ./symfony cc

like image 73
Pierre-Yves Avatar answered Jul 13 '26 13:07

Pierre-Yves



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!