Hi,
I've been using Drupal for years - done quite a bit of installs / upgrades.
I thought I've seen most of the problems, but now I have one I can't seem
to solve;
A small Drupal 6.22 install with 22 nodes (pages/stores) misses 7 stories after a
simple SQL database export with PHPMyadmin and subsequent Import of
the same database. These are simple stories, just text and pictures.
The SQL database has been editted with a few absolute image path edits for a
relocation on the same server - that's all.
The SQL import / export went smooth - no errors/warnings etc.
The 22 articles are visible in the node_revisions table of the SQL datbase
however 7 articles just won't show in drupal and trigger a "page not found".
Two articles are linked to the primary menu, the rest is just visible in a
news page.
The drupal error log only shows view warnings (page not found) of the
7 missing articles.
Going back to the original SQL database causes the same issue's. Somehow
the original state can't be restored. The 7 articles just wont show in drupal
while the're actually in the node_revisions table.
I've cleared the cache, ran update.php etc.
The site has never seen any traffic and not visible on the internet.
I disabled Clean URLS, tried accessing them with their node id - nothing.