Invalid Argument When Trying to Add Photo Description

Asked By 0 points N/A Posted on -
qa-featured

Hi,

I would like to add a description to each of my photos. Whenever I select the “Edit File Information” button underneath my picture to add my description I receive a message saying:

“An error has occurred: (This text is only displayed to users in the group 'Root') 2 – implode(): Invalid arguments passed @ /var/www/coppermine/edit_one_pic.php line 116” My computer is using 1.5.18.

Why do I receive this error and how do I fix it?

SHARE
Best Answer by Sharath Reddy
Answered By 0 points N/A #147039

Invalid Argument When Trying to Add Photo Description

qa-featured

 

Dear User,

This could a server-sided issue.

But try this to fix it

 

Open edit-one-pic.php

$keywords = explode($CONFIG['keyword_separator'], trim(html_entity_decode($keywords)));

And below add

$keywords_new = array();

 

Thank you. 

Best Answer
Best Answer
Answered By 590495 points N/A #147040

Invalid Argument When Trying to Add Photo Description

qa-featured

 

Yes, I think so also. This error is probably from the web server of the website and affects most of the users accessing their account. If this is the first time that this happens, try adding the description after a couple of hours. We can also assume that this is also caused by heavy traffic due to the amount of users accessing the site.

Try doing it again after a couple of hours or maybe during off-peak hours to expect a much faster connection. You may also try contacting the customer support or the support personnel of the site to make them aware of the problem you are having regarding the images on your account. I’m sure they will check the system immediately.

Related Questions