I tried to install this version of module and got warnings and errors when tried to create ad. After closer look at code I found that there was some problems in hook_menu of ad_ui.module and hook_entity_info of ad.module. Also I saw that some hooks from Entity API was used, so I added Entity API module as dependency and used its controller class. After this fix and hook_menu fixes it became possible to attach fields to ad type (bundle) and to create ads.

CommentFileSizeAuthor
#1 ad-field_ui-1335278.patch6.64 KBinternetdevels

Comments

internetdevels’s picture

StatusFileSize
new6.64 KB

Here is patch.

boazarad’s picture

I've applied the patch and installed the patched module on Drupal 7,
So far I've only been able to access the "Add advertisement" interface - adding advertisements seems to work, but I cannot view, manage or display them.

Is this functionality even implemented or am I suffering from a local malfunction?

simon georges’s picture

Category: task » bug
Status: Active » Needs review

Changing status as there is a patch.

stevermiltimore’s picture

Category: bug » support

As a beginner, can any of you tell me how and where to put the patch?

simon georges’s picture

Category: support » bug

http://drupal.org/node/707484 should explain everything to you about patches.

terry22’s picture

Hi,
I get this error when logging in.

Fatal error: Call to undefined function ad_ui_add_access() in /sites/all/modules/ad/ad_ui.module on line 119

Do you know what's wrong?

thanx

multimediavt’s picture

BUMP!

Me, too...will look through issues, but not finding this error yet.

UPDATE: http://drupal.org/node/934658

Oooo...it's old and NOT fixed yet. :(

anybody’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)