I just downloaded the articles module and am having problems with Article Categories duplication I searched on the site but cant see anything the would fix this

can some one point me to a link that will resolve this

Comments

sangamreddi’s picture

Hi,

Could U provide more info, so that i can help U. It's working for me.

Sunny
www.gleez.com

somes’s picture

Yeh its working for a lot of people

I'm using drupal 4.6.3 and php 4.4.1
but the only reference i had to what is happening to me is

http://drupal.org/node/36245
and no solution that i can see of other than not use 4.4.1

where my articles are repeating the first in the list.

What should the setting of the category for the article be
is it a case of patching the module

what are the alternatives
cheers

somes’s picture

Right need someone who knows their php

I got a bug with the articles modules see above I’ve taken the link on board and replaced

Current($tree) with current(&$tree)

In the module there are two locations where this is done

Upload and ran seemed to work fine but it breaks my CSS in that the page doesn’t theme properly the text is the right type but color is wrong

Any ideas

somes’s picture

right might have fixed this but will need testing

$cur->children = article_build_index($tree, $cur->link);

needs to be changed to

$cur->children = article_build_index(&$tree, $cur->link);

sangamreddi’s picture

Hi,

I am really sorry i don't have a solution. I hope U got the solution. I tried with different versions of php, no errors. May be this problem is particluar with that version of php.

Sunny
www.gleez.com

alexandreracine’s picture

Just to remove the confusion of the comment above, there is really TWO places where you need to change this :

$cur = current($tree);

with this :

$cur = current(&$tree);

One at line 228 and the other near 245.

I have tested and it is working. I just hope that it will still work with other versions of php :)

Alexandre Racine

www.gardienvirtuel.com Sécurité informatique, conformité, consultation, etc

www.salsamontreal.com La référence salsa à Montréal