• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

users are unable to upload photos

Status
Not open for further replies.

mydive

Chevereto Member
Hi,

When a user has registered and logged in, they click the 'upload' button. Regardless of whether they click browse to upload or drag a photo on to the window it still just sits there and refuses to upload a photo. It was working perfectly but now for some reason it's stopped. Any ideas?
 
nope... nothing at all... that's what's got me confused... it has worked... i've uploaded files and so has one other user... and then i started to receive complaints that the upload function doesn't work.... i'm confused..
 
# Disable server signature
ServerSignature Off

# Disable directory listing (-indexes), Multiviews (-MultiViews) and enable Follow system links (+FollowSymLinks)
Options -Indexes
Options -MultiViews
Options +FollowSymLinks

<IfModule mod_rewrite.c>

RewriteEngine On

# If you have problems with the rewrite rules remove the "#" from the following RewriteBase line
# You will also have to change the path to reflect the path to your Chevereto installation
# If you are using alias is most likely that you will need this.
#RewriteBase /

# 404 images
# If you want to have your own fancy "image not found" image remove the "#" from RewriteCond and RewriteRule lines
# Make sure to apply the correct paths to reflect your current installation
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule images/.+\.(gif|jpe?g|png|bmp) - [NC,L,R=404]
#RewriteRule images/.+\.(gif|jpe?g|png|bmp) content/images/system/404.gif [NC,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !\.(css|js|html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|exe|gif|gz|gzip|ico|jpe?g|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|swf|tar|tif|tiff|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$ [NC]
RewriteRule . index.php [L]

</IfModule>
AddHandler application/x-httpd-php55 .php55 .php
 
thats the standard .htaccess that was installed on the system - hosting is with arivxe... so nothing exotic there.
 
Go to Admin dashboad > Settings > System. Then enable error reporting. Once done let me know to do my tests.
 
Fatal error: Call to undefined function G\array_utf8encode() in /home/mydive/public_html/app/lib/classes/class.image.php on line 563

It should be fixed now.
 
Status
Not open for further replies.
Back
Top