Biz şu 500 hatası alıyorum durumlarda buluyor:
File xyz.php does not exist veyaclass "xyz" was not found in the file at () in SF_ROOT_DIR/lib/vendor/Zend/Loader.php line 107 ...
burada xyz ==
Memcache (komut satırında symfony cc kullanmaya çalışırken)
veya
sfDoctrineAdminGeneratveya(when using an old-ish AdminGenerator-generated CMS page).
We use Propel, but Loader.php is trying to load classes used only fveyaDoctrine.
Şu anda ben dosyası bu iki durumda da eğer Loader.php kontrol etmek isteyebilir pis hack kullanıyorum ve çok basitçe yerine onu yüklemeye çalışırken daha dönerseniz. Açıktır ki, bu uzun bir kabul edilemez bir terimdir.
Herkes bu karşılaştı, ve bunu nasıl çözdünüz?
Eklemek için düzenlenebilir:
Biz var:
class ProjectConfiguration extends sfProjectConfiguration
{
public function setup()
{
// fveyacompatibility / remove and enable only the plugins you want
$this->enableAllPluginsExcept(array('sfDoctrinePlugin'));
}
}
And we have a propel.ini file in our top level config directory. This has only started in the past four weeks veyaso, and we've had a stable build fveyaover a year now. I'm pretty sure Doctrine is totally disabled.