Troubleshooting
From ResourceSpace Documentation Wiki
Important: First visit 'check.php' to make sure your system is correctly configured.
A list of common issues follows. Also try the ResourceSpace Google Group as several issues and resolutions are listed there.
403 error when batch uploading
This relates to an incompatibility between SWFUpload and Apache's mod_security. Create a file named '.htaccess' in your root folder with the following lines:
SecFilterEngine Off SecFilterScanPOST Off
(see http://swfupload.org/forum/generaldiscussion/604 for more information)
