• 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

Can't upload picture or background in profile

Status
Not open for further replies.

Kenny2606

Chevereto Member
Hi,

I've installed a clean Chevereto 3.6.6 and i got these error when i try to upload background or profile image:

Code:
[28-Jul-2015 21:35:25 Europe/Paris] Invalid content owner request
[28-Jul-2015 21:35:42 Europe/Paris] Invalid content owner request
[28-Jul-2015 21:35:57 Europe/Paris] Invalid content owner request
[28-Jul-2015 21:37:30 Europe/Paris] Invalid content owner request
[28-Jul-2015 21:39:40 Europe/Paris] Invalid content owner request
[28-Jul-2015 21:44:53 Europe/Paris] Invalid content owner request
[28-Jul-2015 21:50:48 Europe/Paris] Invalid content owner request

Do you have a fix ?

UPDATE: It works if the upload is made by an admin but not by a regular user.

Thanks !
 
Last edited:
This is because a bug that I've just found. It seems that it has been around since the introduction of the ID padding feature, the easy fix:

Open app/lib/functions.php and replace this:
PHP:
return $out;

To this:
PHP:
return (string) $out;

It will be included in v3.6.7 update among all the bugs already reported in v3.6.6
 
Status
Not open for further replies.
Back
Top