Skip to content
English
  • There are no suggestions because the search field is empty.

Can't Save Line Up/Upload An Image.

Search

Can't Save Line Up/Upload An Image.

Please try the following if you are receiving and error when trying to update or upload slides in the Admin panel. If one does not correct it, please move to the next step. 

 

1) Re-run all Migrations

 

2) Restart IIS

 

3) In C:\Clubspeedapps\assets\cs-speedscreen\ right click on the images folder. 

  • Select Properties
  • Go to the Securities Tab
  • Select edit
  • Highlight the Users
  • Check the box for "Full Control"
  • Click Ok

4) Open IIS

  • Click on Default Websites
  • Click on cs-speedscreen
  • Click on Default Documents
  • Ensure "Index.html" is listed
  • If not, on the right, Click Add
  • Add "Index.html"

5) WebConfig

  • Go to c:\clubspeedapps\api\web.config
  • Make the following additions as appropriate (insert within appropriate tags, see a dev to confirm), save, and restart IIS:
  <system.webServer>     <modules>         <remove name="WebDAVModule" />     </modules>     <handlers>         <remove name="WebDAV" />     </handlers> </system.webServer>  
  • If all of the above fails, check the Image dimensions. If it is 1920x1080 or larger, reduce the size to 1910x1070 and try again. There is an occasional bug that won't allow 1920x1080 files to upload.
  If the issue persist after this, See Brian for help. 

Related Articles