• 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.
  • 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

Uploader IP is messed up.

uploader ip in my admin cp just says my server IP for every image and i know it hasn't uploaded them all, including mine so.. :| wtf
 
The system use the $_SERVER array to know the IP. If this ip is wrong is because your servers isnt properly handling it.
 
Ok well something doesn't work then stop working out of nowhere, i haven't even touched my configuration so... can we debug this or we just leaving it?
 
Sadly there is nothing to debug. Like I said, this IP comes directly from the $_SERVER array and that array is wrong.
 
Try this, create a test.php file like this:

PHP:
<?php
echo $_SERVER['REMOTE_ADDR'];
?>

That is the server variable used by Chevereto.
 
Yep, it says 199.19.117.157 and my IP is like 190.45.etc

Ask your hosting company, this is a server issue.
 
I also have ngong proxy in webfaction and the remote IP is fine.
 
They have made my ticket On Hold whilst they investigate.. i have unmanaged support but yet do everything for me.. love this host. :D
 
Back
Top