Page 1 of 1

[SOLVED] Internal Server Error when accessing uploaded files

Posted: Mon Sep 22, 2008 8:40 am
by jonwitts
I have installed CMSMS at http://www.southhunsleysports.co.uk . I thought everything had gone successfully, however when ever I try to view an uploaded file I get a 500 error. You can see the error here: http://www.southhunsleysports.co.uk/upl ... _white.jpg

The file is deffinetly there and I can see it through ftp.

Has anyone come across this and have any suggestions for what I need to do. I have pasted the system info from my site below.

Cheers

Jon
----------------------------------------------

Cms Version: 1.4.1

Installed Modules:

    * CMSMailer: 1.73.14
    * FileManager: 0.4.1
    * MenuManager: 1.5.1
    * ModuleManager: 1.2.1
    * News: 2.8.2
    * nuSOAP: 1.0.1
    * Printing: 0.2.5
    * Search: 1.5.1
    * ThemeManager: 1.0.8
    * TinyMCE: 2.4.5


Config Information:

    * php_memory_limit: 40M
    * process_whole_template: true
    * max_upload_size: 20000000
    * default_upload_permission: 664
    * assume_mod_rewrite: false
    * page_extension:
    * internal_pretty_urls: false
    * use_hierarchy: false


Php Information:

    * safe_mode: Off (False)
    * phpversion: 5.2.6
    * memory_limit: 40M
    * max_execution_time: 30
    * gd_version: 2
    * session_save_path: /tmp (1773)


Server Information:

    * Server Api: cgi-fcgi
    * Server Db Type: MySQL (mysql)
    * Server Db Version: 5.0.45


----------------------------------------------

[SOLVED] Internal Server Error when accessing uploaded files

Posted: Mon Sep 22, 2008 8:56 am
by jonwitts
I have just been reading through the other forum posts and found this one : http://forum.cmsmadesimple.org/index.ph ... 772.0.html

I followed their advise and renamed .htaccess in the uploads folder to .htaccess.old

All images are now working correctly.

Anyone have any idea what is wrong with the .htaccess file?