Hello again

Sorry to not have been clearer enough. This error is related to the resources 
module (not only exclusively the path /templating-kit/resources/js). When you 
add or edit an item in there, you can select its type from a dropdown. In fact, 
if you see a column where it says "Missing: js" then this is part of your 
problem.

Are you uploading any javscripts to the resources workspace in your modules? 

Speaking of themes: if you have your own theme, are you using the standard 
theme version handler or do you use your own? In any event, check whether you 
use the InstallResourcesTask or InstallResourceTask in your modules and replace 
the old code
[code]InstallResourceTask("path to your script", "js")[/code]
with the new code
[code]InstallResourceTask("path to your script", "resources:js")[/code]

same for [b]jsProcessed[/b], [b]css[/b] and [b]cssProcessed[/b].
Cheers
Natascha

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=98fa688c-68a4-41c4-a6af-78225debb124


----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to