1

I uploaded and activated Ads Module with no error. I can see Ads-List pages.

List | Remote ads | Reports | Settings | Ad groups | Channels

but all other pages are blank

What can be the problem?

royhowie
  • 11,075
  • 14
  • 50
  • 67
designer-trying-coding
  • 5,994
  • 17
  • 70
  • 99
  • 1
    This looks like a WSOD due to a php error - check your Drupal log and webserver/php error logs for hints on the culprit. – Henrik Opel May 28 '10 at 14:51
  • Check how much memory your site running. The default php install is too low on most *nix servers. – Rimian May 30 '10 at 13:47
  • Also, make sure you have no ad-blocker running. I've had this same problem because firefox blocked the entire edit page in its adblocker. – berkes Jan 09 '11 at 15:11

1 Answers1

0

Did you clear the caches on the server already? Are you running Varnish or any other reverse-proxy / static cache that needs to be cleared?

What happens when you disable and uninstall the module, then clear all the caches?

What do your PHP, Apache and MySQL error logs say?

If clearing the caches doesn't doesn't do the trick:

1) Check the thenameoftheadmodule.module file and search for _menu (or thenameoftheadmodule_menu).

2) Check what's the status of the callback paths found in the menu hook inside the menu router table.

3) Debug each menu hook entry (or the one that doesn't work) and the debugger will tell you what's wrong.

amateur barista
  • 4,440
  • 3
  • 25
  • 37