Closed (fixed)
Project:
Panels
Version:
6.x-3.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2010 at 13:39 UTC
Updated:
5 Nov 2010 at 19:50 UTC
I'm testing out the functionality of Panels, and am having a problem. I'm running Panels 3.7 and creating a panels page with two arguments. It previews properly, but when I try to check the URL, http://www.example.com/arg1/arg2, I get a page not found error. I'm testing as user 1 in a pretty basic Drupal install (although I am using embedded video) using the Acquia Prosper theme.
Any suggestions about how to solve this problem?
Thanks very much!
Tim
Comments
Comment #1
merlinofchaos commentedI would need to see an export of the page to help troubleshoot what might be wrong.
Though one thing I'll note is that your URL seems to be missing a first part. Drupal's path system does not support a variable component for the first part of a URL. i.e, http://example.com/arg isn't really possible with Panels without doing some clever URL rewriting tricks.
Comment #2
merlinofchaos commentedI suspect I've actually answered this, but if I'm wrong and this needs further exploration, please attach your page and set this back to active.
Comment #3
kinnel commentedThanks for looking at this, Earl - you rock.
I added a static URL element at the beginning of the path, but I still get no page found. The two arguments are each taxonomy terms from different vocabularies, if that makes a difference.
Here's the page export:
Comment #4
merlinofchaos commentedHmm. I don't see anything obvious as to why it might not be working. The argument you're using requires that the term be an exact name match (should be case insensitive if using mysql, but spaces and special characters in the term such as & could be a problem depending upon the term) can cause the argument to not validate and this 404. Doublecheck that and let me know if it's the problem?
If it's not...I guess I can try and import that page and recreate. I've actually got a test page that's quite similar, but I use tids not terms. (And it might be worth testing by changing the argument input types to see if tids work and terms don't).