Closed (fixed)
Project:
Taxonomy Defaults
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2007 at 03:34 UTC
Updated:
21 Jan 2011 at 15:10 UTC
Druapl V51
Tax Default
I started to get a Page not Found error today.
this is the url, its trying to locate
http://www.mysite.com/admin/content/taxonomy/taxonomy_defaults
trying to backtrack and remember what I've done lasyt on this site.
've had it on hold for about a week - so not sure what or when this got messed up
Last big thing I've I've done on this is site, is create about 50 different types of CCK nodes
page to long now? trying to fetch to much data?
thanks
Comments
Comment #1
green monkey commentedHeine,
I reverted to a BU copy and everything appears to be ok now. As I bring this forward again, I will try to see if I can catch where it went astray.
I have noticed, that twice the checkbxoes for non-active select have become unchecked - which is odd because generally this module is rock solid.
Comment #2
heine commentedWhat was the difference between the backup and the module that gave the error?
The other issue may be caused by the length of content types. Any type longer than 33 characters will create a variable with a name longer than the variable table can hold. To remedy, execute the query:
Comment #3
heine commentedActually, even shorter content type names can cause this depending on the vocabulary id. Assume ~28-33 as the upper limit.
Comment #4
green monkey commentedre # 2 - not sure - to many changes and too much time lasped between them, I'm keeping an eye on it - there is one node I tried to use that gave me problems with CCK - 'Node Clone' and there was one feature that gave me problems during that time - it was the Export/Import feature in CCK. I have yet to try these again.
re# 3 - Vocabs names are short - but my CCK Node names are long - could that be it?
Comment #5
heine commentedYes, that is probably the reason. You can use the following query to support longer variable names: (80 can be even longer, but seems a reasonable upper limit).
Comment #6
heine commentedPlease reopen if the issue is not solved.
Comment #7
(not verified) commentedComment #8
bartezz commentedUsing 6.x-2.1 am also getting page not found after a while. Module is enabled in modules list, also in system table status = 1. trying to find out what causes this.
Comment #9
bradweikel commentedPlease create a new issue rather than re-opening one from 4 years ago. :)