When trying to upload multiple photos into a photo album, on page load this js error is thrown:
CommunityEngine.SwfUpload is not a constructor It appears that swfupload.js and uploader.js are not being loaded. Looking at _scripts_and_styles.haml: - if (controller_name == 'photos' && action_name == 'new') = javascript_include_tag 'swfupload', :plugin => "community_engine" = javascript_include_tag 'uploader', :plugin => "community_engine" ..which match the controller and action shown in the logs: Processing PhotosController#new Any ideas fine peoples? Mike -- You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/communityengine?hl=en.
