If Filefield is disabled I can create Blog content, using the Drupal core Blog content type.

If Filefield is enabled, I am sent to I am a 403.shtml page after save or preview of new Blog content

"Page Not Found" page.

I have already uninstalled all of my cck modules and progressively re-installed/activated them.

I've gone through all of my modules disabling them until I was able to narrow it down to Filefield. I'm not sure how to go about troubleshooting this.

All recently updated.
Drupal 6.10
CCK 6x-2.2
Views 6x-2.4
Date 6x-2.1
Pathauto 6.x-2.x-dev
ImageAPI 6.x-1.5
Imagecache 6.x-2.0-beta8

I would really like to blame this on Firefox since I've had to resort to IE for running the update script now that I have upgraded Drupal to 6.10. But nope.

I used this with cck gallery a short week or so ago before upgrading filefield and imagefield. (But have since removed cck gallery because of recent changes to imagefield.) so the problem is recent.

Comments

quicksketch’s picture

Category: bug » support

Hmm, I'd make sure that you fully "uninstall" the cck gallery module if you didn't do this when you removed it. (Go to admin/build/modules/uninstall after disabling the module to uninstall it). Sounds like there might be some cruft left over from your earlier installation. I can assure you that FileField by itself does not cause 403 errors.

Are you logged in as user #1? If not, have you installed the Content field access module?

Btw, a 403 error is an "access denied", but you're saying it's a "page not found" error. Knowing for sure which it is will help finding the problem.

messenger’s picture

I'm logged in as the admin. I don't really think it's Filefield either, but having it enabled seems to be triggering the problem. After adding content to the Blog form, I save or preview I get the url http://mywebsite.com/node/add/blog, with "Page not found. The requested page could not be found" as the message on the page and also as the browser's page title.

If I try to upload an image into a blog it times out after a while.
cck_gallery is gone, de activated, uninstalled removed from the modules folder. I've deleted the associated content types as well. I do have Content Access and while it hasn't given me any trouble before I've deactivated it, uninstalled and reactivated it and reset the permissions.

It's not my theme, it's not clean urls or pathauto.

I guess this must be related to my recent upgrade from 6.9 to 6.10 of drupal and perhaps some htaccess problem. I've just never had this for all the other variation/versions of drupal I've ever worked with and am a little baffled as to how to find the freakin' source of the problem.

Thanks for your time, I'll certainly post here when I solve it.

messenger’s picture

Status: Active » Closed (fixed)

And today it works, in fact several problems have disappeared. I'll chalk it up to an ISP server issue and wait to see it if all appears again.