• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Error when I updated for chevereto version (3.13.4). Any functions of new version dont have, It look like Chevereto v3.13.3

Status
Not open for further replies.

imghub.io

Chevereto Member
I have to updated a new version from 3.13.3 to 3.13.4 but it doesn't work.

Dashboard said "Website is running latest Chevereto version" but any functions (add/Remove) don't have in my website.

No
Chevereto v3.13.4
Released on October 2nd 2019
  • Added support for Akismet spam protection (user generated content)
  • Added support for StopForumSpam spam protection (user signup)
  • Added optional "Powered by Chevereto" link
  • Added ID encoded tag to embed codes [11361]
  • Added IP tools for user registration IP
  • Added page number to listing document title
  • Added language to document title for lang URLs
  • Implemented changes from #39 [Chevereto-Free]
  • Improved Explore document titles
  • Removed G+ sharing button [11368]
  • Removed .htaccess +FollowSymLinks [11366]
  • Removed X-Mailer header
  • Removed unnecessary DB calls [11406]
  • Removed S3 compatible weird logs [11434]
  • Fixed bug in wrong listing display for tablet [11334, 11425]
  • Fixed bug in PUP support for MyBB [11419]
  • Fixed bug in login table charset [11404]
  • Updated Czech, Dutch, Italian and Spanish translations

Support Team can help me improve as well as solve the problem and also Update latest version with Full Functions (3.13.4). I hope I can received your reply soon as possible. tks
 

Attachments

  • New-Bitmap-Image.png
    New-Bitmap-Image.png
    290.6 KB · Views: 11
  • New-Bitmap-Image.png
    New-Bitmap-Image.png
    40.5 KB · Views: 12
Last edited:
I'm afraid that the .htaccess file wasn't being delivered in the 3.13.4 zip file. The downloads have been fixed. In any case, there is the .htaccess file contents:

[CODE lang="apacheconf" title=".htaccess"]# Disable server signature
ServerSignature Off

# Enable CORS across all your subdomains (replace dev\.local with your domain\.com)
# SetEnvIf Origin ^(https?://.+\.dev\.local(?::\d{1,5})?)$ CORS_ALLOW_ORIGIN=$1
# Header append Access-Control-Allow-Origin %{CORS_ALLOW_ORIGIN}e env=CORS_ALLOW_ORIGIN
# Header merge Vary "Origin"

# Disable directory listing (-indexes), Multiviews (-MultiViews)
Options -Indexes
Options -MultiViews

<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/default/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>[/CODE]
 
Unfortunately, this ticket has more than seven days without a reply or feedback from the original poster. We will now consider this ticket abandoned and its now closed.

Don't hesitate to create a new ticket if this matter is still causing you issues.

Ticket closed.
 
Status
Not open for further replies.
Back
Top