D
D
Dmitry2018-12-21 09:26:24
Joomla
Dmitry, 2018-12-21 09:26:24

How to solve Invalid cid field error in joomla 2.5 JoomGallery 2.1.6?

Hello, the situation is this when creating a category in JoomGallery, an error occurs Invalid cid field, googling I came across a solution in which they suggest deleting a line or changing the value true to false, but after doing these operations, nothing has changed in my case, such a problem is not on one site, the solution I can't find it, help???

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sniker, 2018-12-27
@ipatov_dn

Ran into the same story.
And also
For some reason, in solving the problem, everywhere they suggest fixing the file
But in fact, you need to fix

<field
      name="cid"
      type="text"
      class="readonly"
      label="COM_JOOMGALLERY_CATMAN_CATEGORY_ID"
      size="20"
      readonly="true"
      disabled="true"
    />

replaced the line with
disabled="false"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question