<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Can you perform an SQL query from the command line directly to the
mysql database?&nbsp; Use the database credentials as in the settings.php
file.&nbsp; Just try doing a basic SELECT statement on the node table using
the WHERE clause to restrict on the content types you want.&nbsp; If you can
do that from the command line, try creating a PHP page on your site and
perform the same query, of course using
<a class="moz-txt-link-freetext" href="http://api.drupal.org/api/function/db_query">http://api.drupal.org/api/function/db_query</a>.<br>
<br>
I would try to build up to the actual SQL statement that the View is
using.&nbsp; See where it breaks.<br>
<br>
- John<br>
<br>
<br>
Walter Garcia-Fontes wrote:
<blockquote cite="mid:20090623133754.GA1133@upf.edu" type="cite">
  <pre wrap="">* Idan Arbel [23/06/09 14:40]:
  </pre>
  <blockquote type="cite">
    <pre wrap="">No user was deleted, I'll updated the cck and views, and in content management
is see non page content types.
I tried changing the view, or creating a brand new view but still it doesn't
display in content other than page
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Could it be a permission problem? Do you have the content permission
module enabled?

  </pre>
</blockquote>
</body>
</html>