Closed (fixed)
Project:
Banner
Version:
master
Component:
Text Ads
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2006 at 14:55 UTC
Updated:
13 Feb 2007 at 23:15 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | content_field_removed.patch.txt | 6.31 KB | heine |
| #2 | content_clash_workaround.patch.txt | 715 bytes | heine |
Comments
Comment #1
acThe last part of this issue is the same as here http://drupal.org/node/102675 and should be disregarded. The uasort() error still stands.
Comment #2
heine commentedWith 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.
Comment #3
heine commentedHere's a patch that renames the content field to banner_content. I was not able to test it on postgress.
Comment #4
wulff commentedI will include your patch in the next commit. Thanks!
Comment #5
wulff commentedComment #6
(not verified) commented