I just upgraded my Advertisment module to 6.x-2.1, and then all of my adds dissapeared...

I can still find them in the ad listings (Administer -> content -> Ads) but they are no longer displayed on my site...
Everything looks to be OK in the admin section so I have no idea where to start looking...

Anyone else experienced this ???

Comments

jeremy’s picture

Status: Active » Postponed (maintainer needs more info)

What version did you upgrade from?

Your best bet is to follow the directions in documentation/DEBUG.txt...

juliekj’s picture

tried the info in debug.txt - nothing...

I've now tried removing the module completely and installing it from scratch, but I get the same result + this error message:

"Missing vocabulary node type for advertisements, attempting to auto-fix."

jeremy’s picture

> tried the info in debug.txt - nothing...

What do you mean "nothing"? A white screen?

> "Missing vocabulary node type for advertisements, attempting to auto-fix."

You see this repeatedly, or only once after you removed and reinstalled the module?

juliekj’s picture

> What do you mean "nothing"? A white screen?

Sorry, I meant to say.. it sent me to a page that didn't excist.

http://www.travritt.no/sites/default/modules/ad/serve.php?q=1&t=139&debug=2

> You see this repeatedly, or only once after you removed and reinstalled the module?

Only once, first page after I've reinstalled.

jeremy’s picture

> Sorry, I meant to say.. it sent me to a page that didn't excist.

Then that's your problem -- if serve.php can't be found then ads can't be served. Where did you install the module? Where did you get the path to serve.php -- from reading the source of your web page, or from DEBUG.txt?

juliekj’s picture

from the source of my web page, where the ad should be.

module is installed in sites -> default -> modules

jeremy’s picture

You need to figure out why that path is not valid. Does your web server have read access to the new files? Did they move? Are there any hints in the apache error log?

juliekj’s picture

Status: Postponed (maintainer needs more info) » Fixed

Ok, it's fixed.

Somehow alot of permissions got changed to 777 during the upgrade and that caused all the problems.

Got my web provider to run a debug of my site and permissions got change back to how they should be.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.