开发者

symfony doctrine:generate-migrations-diff not working

开发者 https://www.devze.com 2023-01-26 08:09 出处:网络
I\'ve tried on two separate development machines, but I can\'t get the doctrine:generate-migrations-diff to work.

I've tried on two separate development machines, but I can't get the doctrine:generate-migrations-diff to work.

I keep getting the same er开发者_JAVA百科ror:

PHP Fatal error:  Class 'ToPrfxPage' not found in /private/var/folders/a1/a1HQHKvmG-4VtnVS-e4i1E+++TI/-Tmp-/toprfx_doctrine_tmp_dirs/ToPrfxLibraryPage.php on line 32

It looks like it's generating a temporary class that it's not able to load again. Is there a way to fix this?


Try doing a doctrine:clean-model-files

It sounds like you still have some old model classes that are trying to be loaded, but are not there anymore. This command will clean your solution with anything models that are no longer matching up with your schema.yml file.

0

精彩评论

暂无评论...
验证码 换一张
取 消