Is this a bug?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Marko
Posts: 65
Joined: Tue 2. Dec 2003, 23:58
Location: Finland

Is this a bug?

Post by Marko »

I have had few problems with dev 1.2.3, but most of them I've figured out with your help. This one seems to be a bit tricky and I was wondering if this might be a bug...

Whenever I use rep-tag

Code: Select all

{NEW:X:X}
it seems to return articles written before my upgrade process. NEW-tag simply refuses to count them.

Strange is, that normal category article listing works fine and returns correct articles in correct order.
Pappnase

Post by Pappnase »

hello

does this tag existis! could it be that you use the wrong one!?
i would say the right one would be the

Code: Select all

{RELATED:list_count_:keyword}
http://www.phpwcms-docu.de/index.php?link_tags

or when then

Code: Select all

{NEW:X}
Marko
Posts: 65
Joined: Tue 2. Dec 2003, 23:58
Location: Finland

Post by Marko »

It does exist, {NEW:category_id:count} came along since DEV 1.2.3.
Pappnase

Post by Pappnase »

really!? :-(

so i will take a look! :-)
Marko
Posts: 65
Joined: Tue 2. Dec 2003, 23:58
Location: Finland

Post by Marko »

Actually I solved this one. In a way... I had two databases, and even though my config.inc.php file was set right, the script some how returned values from my previous database.

I could get it right, so I just dumbed my newer db and uploaded it into the old one. Doing this I got it workind smoothly.

I don't have time to go any deeper into this at the moment, but will in next couple of days. It's strange behaviour, but has to relate to my server configuration.
Post Reply