Hi guys,
I've been struggling lately with this on a couple of projects. Basically I've figured out that if I restart Apache then everything is fine once I refresh my page but then every now and again I get the error again usually when creating a new page in the admin:
Fatal error: require_once(): Cannot redeclare class sfyamlinline in /path/to/mysite/framework/thirdparty/zend_translate_railsyaml/library/Translate/Adapter/thirdparty/sfYaml/lib/sfYamlDumper.php on line 11
I'm assuming something somewhere is cached hence it thinks that there is a class which has been duplicated.
Anyone else getting this or does anyone have an idea why it is caused?
Using:
SS 3.1.12
Bitnami MAMP stack 5.4.34-0
Thanks