Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I recently got the same error, though likely for different reasons.</p> <ol> <li>Robert Curlette (RCWeb) has a great guide on the two <a href="http://www.curlette.com/?p=269" rel="nofollow">now-familiar "broken" GUI screens</a>. </li> <li>We also have a good tip from the <a href="http://code.google.com/p/tridion-2011-power-tools/wiki/DevelopmentTools#Testing_and_Troubleshooting" rel="nofollow">PowerTools wiki</a>, specifically from Peter Kjaer:</li> </ol> <blockquote> <p>Visit the resource directly http://{hostname}/WebUI/Editors/CME/Views/Dashboard/Dashboard_v6.{version number}_.aspx?mode=js</p> </blockquote> <p>I can see this in Chrome's console with a missing service dll. I get the same <code>Tridion is not defined</code> error, but another one for the Dashboard. You can right-click on the Dashboard_... link, open a new tab, and get more information.</p> <pre><code>Uncaught SyntaxError: Unexpected token &lt; Dashboard_v6.1.0.55920.2_.aspx?mode=js:3 Uncaught ReferenceError: Tridion is not defined stringresources.js:1 (anonymous function) stringresources.js:1 </code></pre> <p>In my specific case, I had the following.</p> <pre><code>Exception of type 'System.Web.HttpUnhandledException' was thrown. Could not find file 'C:\Program Files (x86)\Tridion\PowerTools\Model\Services\{one of the many outstanding contributions}.svc'. </code></pre> <p>Removing the offending file in the Model configuration file fixed my error. Though we may never know what really happened in the mysterious case of the Two Items in a Query String.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload