Problems, need help? Have a tip or advice? Post it here.
8 posts Page 1 of 1
Hi,

I've had a good search across the forum and can't seem to find a fix to my problem.

Each time I try and upload an image in a blog item i get 'Unknown Error' (see attached image. The images currently there were uploaded manually via FTP). I've tried changing the various permissions as previously suggested but this hasn't worked.

Any help would be greatly appreciated, Many thanks.

Attachments

Difficult to say from the error message alone.
Could you please take a look at your web-server's error log to see if anything of interest is being reported?
Thank you for quick reply KK.

I think this may be the issue - script not found or unable to stat: /home/cluster-sites/4/v/site/public_html/admin/includes/fileuploader/browser/browser.php

Is this a permissions issue?

Thanks again.
Possibly.
Would you want me to take a look at the issue? If yes, please PM me the site's FTP+Couch creds.
Pm'd you the details KK,

Many thanks.
Hi Guys,

Have we made any progress on what may be causing this error?

Many thanks.
For anyone interested i found the issue.

I had the following code in my .HTACCESS

RewriteCond %{THE_REQUEST} (.*)\.php
RewriteRule ^(.*)\.php $1.html [R=301,L]

RewriteCond %{THE_REQUEST} (.*)\.html
RewriteRule ^(.*)\.html $1.php [L]
Thanks for sharing the solution.
8 posts Page 1 of 1