I can create a view and it will look fine in Block display and the preview on the UI edit screen, but on the Page display. The Page loads ok but when it gets down to where the views-view--page.tpl.php start writing it doesn't print any information


...

...

I am using the latest version of Views (6x-2.12). When in the view UI creation screen when I Preview it in Page display it works, and when I switch to a different theme the Page display works. I have tried this with a fresh install of Fusion and it did not work. I was wondering if there is a setting somewhere that I need to set?

Comments

xeraseth’s picture

forgot to close the code tag, here is what should be in there

...
<div id="content-content-inner" class="content-content">
  <div id="view-id--" class=" ">
    <div class="inner content"></div>
    <!-- /views-inner -->
  </div>
</div>
...
xeraseth’s picture

A quick update, it is pulling from the views-view--page.tpl.php, I was able to put text in there and have it appear on the page.

xeraseth’s picture

Works on my local setup but not on the server, the biggest difference I can think of is that my server is running php 5.2.10 but my local is running php 5.3

esmerel’s picture

Status: Active » Fixed

Yikes this is old. It's possible there were some views issues at the time.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.