I've run through 2 tutorials on views ( http://drupal.org/node/206792 and http://gotdrupal.com/videos/drupal-views-tutorial ). I didn't even make new view - just configured default views such, as frontpage and it works ok (in the preview and under the adres of this view):
[edited] http://img410.imageshack.us/img410/6190/76069959.jpg
http://img407.imageshack.us/img407/2897/49511374.jpg

I've made a panel called Views and added the default views + some other stuff like "addthis" and "who's new"
http://img688.imageshack.us/img688/1913/80343645.jpg
But it doesn't show the views (just the other "blocks")
Preview http://img407.imageshack.us/img407/7086/55657166.jpg
And the real thing http://img690.imageshack.us/img690/7475/53649518.jpg

I have no idea what could be the problem now :/

Comments

Adam S’s picture

I first question is..... can you see at the bottom of the view when you are making it (at /admin/build/views/edit/your_view) the preview? You can actually see the view in the views edit page. If you are getting information at the bottom of the page then your problem is in the panels. It's complicated stuff so you might be better served showing us pictures of the admin panels edit page.

cnemo’s picture

The views in the preview work fine. Take a look at the second screenshot in my first post (the evidence ;] ).
Also if I visit the address of a single view (for example mydomain.com/glossary ) it works. So my guess is that sth's wrong with the panels, just as you say.

cnemo’s picture

solved. the hosting company had enabled PHP4 not PHP5. On the same server but with PHP5 panels work.