• 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

array_key_exists issue

Status
Not open for further replies.

Da' Pimp

Chevereto Member
Code:
<br />
<b>Warning</b>:  array_key_exists() expects parameter 2 to be array, null given in <b>/srv/users/serverpilot/apps/chevereto/public/app/lib/classes/class.image.php</b> on line <b>934</b><br />


Hmm, Rodolfo set everything up for me, do you know what the issue could be Rod? Thanks so much for your help.

Code:
933:    // Inject image title
934:    if(!array_key_exists('title', $params)) {
935:    // From Exif
 
Last edited:
Hi @Da' Pimp,

I'm aware that this happens with the API. Can you kindly update your website and check if the problem is still there?

Thank you,
Rick.
 
Hi,

I've fixed this, seems to be a bug in the API when enabling PHP error_reporting.

Cheers,
Rodolfo.
 
Status
Not open for further replies.
Back
Top