'seoChecker.seoCheckerPropertyEditorController' is not a function, got undefined
Hi,
SeoChecker plugin has started to bring our umbraco website to a crippling halt. Stops all nodes from being published and crashes the site. When you try and publish any node it comes up with the following error.
Error: Argument 'seoChecker.seoCheckerPropertyEditorController' is not a function, got undefined
at cb (DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:3)
at xa (DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:3)
at DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:7
at DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:5
at n (DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:2)
at k (DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:5)
at e (DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:5)
at DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:5
at DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:14
at DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:10
Any ideas to why it would start to do this? Nothing has changed on the solution.
Looks like the javascript files can't be loaded, could be cache. Can you update version number in /config/clientdependency.config and see if that fixes the issue?
I did the same but still the same problem. Please let me know if you want any other details. I'm not facing this issue on localhost and I did not purchase the license for SEO Checker
'seoChecker.seoCheckerPropertyEditorController' is not a function, got undefined
Hi,
SeoChecker plugin has started to bring our umbraco website to a crippling halt. Stops all nodes from being published and crashes the site. When you try and publish any node it comes up with the following error.
Any ideas to why it would start to do this? Nothing has changed on the solution.
Looks like the javascript files can't be loaded, could be cache. Can you update version number in /config/clientdependency.config and see if that fixes the issue?
Best,
Richard
Its currently
What should it be updated too?
Just increase it. See this post also https://our.umbraco.org/forum/using/ui-questions/35488-How-to-invalidate-Client-Dependency-Cache
Hi Richard,
My umbraco version is 7.2.1 and SEO Checker version is 1.9.0
Please help me to fix this error.
Clear the whole clientdependency cache in app_data folder and it should be ok.
Best,
Richard
Hi Richard,
I did the same but still the same problem. Please let me know if you want any other details. I'm not facing this issue on localhost and I did not purchase the license for SEO Checker
Hi Richard,
I have solved the issue by,
1) Updating the version number in the /config/clientdependency.config file.
2) Deleting files in the TEMP/ClientDependency directory.
3) Clearing browser cache.
4) Changed debug="false" to debug="true" in web.config.
is working on a reply...