Quinn-Interactive / silverstripe-seo

An all-in-one SEO module for SilverStripe 4.1+
BSD 3-Clause "New" or "Revised" License
33 stars 20 forks source link

template path is wrong (SS4.5.2) #50

Closed guyvanbael closed 4 years ago

guyvanbael commented 4 years ago

When updating recipe-cms. Internal server error occurs with this message 2020-04-14 08:22:49] error-log.WARNING: E_USER_WARNING: None of the following templates could be found: QuinnInteractive\Seo\Forms\HealthAnalysisField in themes "Array ( [0] => silverstripe/admin:cms-forms [1] => $default ) " {"code":512,"message":"None of the following templates could be found: QuinnInteractive\\Seo\\Forms\\HealthAnalysisField in themes \"Array\n(\n [0] => silverstripe/admin:cms-forms\n [1] => $default\n)\n\"","file":"/Volumes/guySSD/webroot/carrewiel/vendor/silverstripe/framework/src/View/SSViewer.php","line":215} [] It seems dat the path to the template still has "Vulcan" in it. This should be changed into "QuinnInteractive" to fix it

oddnoc commented 4 years ago

Could you test the bug-fix branch by requiring dev-bugfix/50-template-path and letting us know how it goes? Thanks!

guyvanbael commented 4 years ago

@oddnoc Just tested on new SS4.5.2 project and it's working