Thursday, July 7, 2011

Outcome

So I started posting my troubleshooting steps and frustrations on Twitter and a Drupal friend of mine, Mark Jarrell, stepped in to help.

We got it narrowed down to the new themes and he had me look for preprocess code involving vid/tid in the template.php files.

Sure enough, there was some code that Acquia gave me last year in the template.php files. I removed the code and it solved the problem. Thanks Mark!

Tuesday, July 5, 2011

Troubleshooting Vid/Tid Issue

1. We know that the pages work using the default theme.

We know that the pages are pulling the tid instead of the vid when assigned to the new theme via themekey.

We know the vid argument is assigned via a Page View in the recommended websites view.


2. We know that the pages work using the default theme.

We know that the pages are pulling the vid:tid instead of just the tid when assigned to the new theme via themekey.

We know the tid argument is assigned via a Page View in the recommended websites view.

Troubleshooting Steps.

1. Make sure the problems show up (or don't show up) on other themes.
2. Make a new View with the offending blocks and see if the problem persists.
3. Check Drupal.org to see if there are any other issues like this.