• 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.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

HTTP Error (500)

Status
Not open for further replies.

Tigran

Chevereto Member
Hi there! I also got - HTTP Error (500) as another members, and can`t find the solution for this problem.
No problem with chmods and memory limits. Installation is standart.

May be somebody can post here, how can i fix the problem, or the correct folder chmods?
Right now i put 777 to /images and subfolders. Also i delete .htaccess from images folder as support reply in neighbor topic.

Still i can`t upload photos. Please help!
 
Code:
# Disable server signature
ServerSignature Off
 
# Disable directory listing (-indexes), Multiviews (-MultiViews) and enable Follow system links (+FollowSymLinks)
Options -Indexes
Options -MultiViews
Options +FollowSymLinks
 
# Turn on mod_rewrite
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
RewriteBase /
 
# The /api rewrite
RewriteRule ^api$ api.php [L]
 
# 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) content/system/img/404.gif [NC,L]
 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !\.([a-z]{1,4})$ [NC]
RewriteRule . index.php [L]

Memory limits:
max_execution_time = 30
memory_limit = 128M
upload_max_filesize = 10M
post_max_size = 10M

Host: dedicated server
 
1ad9e9c7e9f50cbecb7e000bfbf73d88.png
 
Oh, i Dissmiss this moment:

  • max_execution_time = 1000
  • max_input_time = 1000
after fixing in php.ini now i`am getting this strange error

bc3502086ffb00322235d260cb805673.png


Files are normally uploaded, but when i`am pushing upload button, in top i`am receiving info, that my images can't be uploaded
 
+ I sent to you my host ftp user/pass Rodolfo, if u need you can check it. I send it through forum PM
 
It looks like PHP was installed without the hash extension. Ask your hosting provider to install it.
 
Status
Not open for further replies.
Back
Top