Cant see new lines added in FAQ section Cant see new lines added in FAQ section
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Cant see new lines added in FAQ section

Started by Leny, December 30, 2004, 02:47:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Leny

Hello... can't find solutions in forum so... here i am posting again.

I was customizing FAQs in my languaje and i commented (//) some useless (for my needs) lines and they desappeared. Ok.

Later i added some new lines with my own questions & answers. To do this, i copied & pasted some of the original lines to maintain format this way:

Original
array('How do I rate a file?', 'Click on a thumbnail and go to the bottom and choose a rating.', 'offline', 0), //cpg1.3.0

Customized
 array('My question?', 'My answer.', 'offline', 0), //cpg1.3.0

Now I can't see my added new lines and this error appears:  Warning: Undefined index: offline in /var/www/mydomain.com/public_html/copper_dir/faq.php on line 33

But if I change the word 'offline' for 'allow_private_albums' at the end of the line, my new lines appears.
Im confused because a lot of the original lines have 'offline' in and they are showed.  ??? Which is the problem?? Which the sense 'offline' and 'allow_private_albums' are???  ???