The creation of text ads leads to the following error :

warning: uasort(): The argument should be an array in /includes/common.inc on line 1964.

The link also only goes to the banner page and does not redirect to the URL.

Comments

ac’s picture

The last part of this issue is the same as here http://drupal.org/node/102675 and should be disregarded. The uasort() error still stands.

heine’s picture

StatusFileSize
new715 bytes

With Drupal 5 $node->content is a more or less reserved field. Here's a workaround. Bigger patch (to nuke all use of content) follows later.

heine’s picture

Status: Active » Needs review
StatusFileSize
new6.31 KB

Here's a patch that renames the content field to banner_content. I was not able to test it on postgress.

wulff’s picture

I will include your patch in the next commit. Thanks!

wulff’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)