• 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

[3.14.0.b1] Missing translation in the dashboard

DeCysos

Phoenix Foto Service
ā–¶šŸš¶ā€Reproduction steps
  1. Go to Dashboard
  2. Look at the bottom of Connectet IP and press the link
😢Unexpected result

So far, the English language remains in the text. The title has already been translated.
screenshot-beta.pfs.red-2019.12.22-20-13-51.png

šŸ“ƒAffected file
/app/themes/Peafowl/views/dashboard.php row 30-35
[CODE lang="php" title="dashboard.php row 30-35"] <p><?php _se("The connecting IP is determined using the server variable %var%. If the detected IP doesn't match yours, it means that your web server is under a proxy and you need to tweak your server to set the real connecting IP.", ['%var%' => '<code class="code">$_SERVER[\'REMOTE_ADDR\']</code>']); ?></p>
<p><?php _se("For Nginx, you must use %nginx%. For Apache, %apache%.", [
'%nginx%' => '<code class="code">ngx_http_realip_module</code>',
'%apache%' => '<code class="code">mod_remoteip</code>'
]); ?></p>
<p><?php _se("Make sure that you address this issue as the system relies on accurate IP detections to provide basic functionalities and to protect against spam, flooding, and brute force attacks."); ?></p>[/CODE]
 
ā–¶šŸš¶ā€Reproduction steps
  1. Go to Dashboard -> Settings -> System
  2. show "Dump update query "
😢Unexpected result

So far, the English language remains in the text. The title has already been translated.
screenshot-beta.pfs.red-2019.12.22-20-22-57.png

šŸ“ƒAffected file
/app/themes/Peafowl/views/dashboard.php row 2337 + 2343
 
I don't download the translations everyday, the process is manual not automatic. I cannot update the languages soon as the strings get added.
 
Back
Top