<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I've been trying to solve this problem for over a week now.<br>
    <br>
    I have a Drupal 6.19 company website, with 11 languages and over
    1400 total links<br>
    in the menu_links table. Whenever I try to add a link to primary
    links, Drupal starts to<br>
    behave strangely: I cannot edit or add any nodes, with an error
    message "username admin<br>
    does not exist" - But I have the admin user and I can login with it.
    If I then delete a menu<br>
    item from primary links, everithing is back to normal. It seems
    somehow a limitation.<br>
    <br>
    Here's what I already did:<br>
    <ul>
      <li>Rebuilt permissions, deleted cache, forced rebuild of
        navigation links</li>
      <li>Checked menu_links table throughly, searching for ivalid items</li>
      <li>Deleted some orphan menu items that had no parents</li>
      <li>Corrected some menu items that were internal but somehow were
        flagged external in DB<br>
      </li>
      <li>Made a local copy of the site: the issue is the same</li>
      <li>Updated Drupal 6.19 to 6.26</li>
      <li>Updated all modules to their latest version</li>
      <li>Tried to disable ALL modules except menu module: issue
        persists until I disable menu module too</li>
      <li>Checked that all items in menu_links appear in Drupal UI</li>
      <li>Increased PHP memory limit from 128MB to 256MB</li>
    </ul>
    <p>None of the above solved the problem. This issue only occurs with
      primary links. I can add menu items<br>
      to secondary links without triggering this problem.<br>
    </p>
    <p>I searched the web for a solution, but all I can find was a
      similar problem with no answers. I posted this<br>
      question in the Drupal forum, Stackexchange and Stackoverflow but
      nobody could solve this problem.<br>
    </p>
    <p>If there's anyone who can really help me with this, I'm gonna put
      him on a pedestal and worship his name...<br>
    </p>
    <p>Thanks in advance for any clues,<br>
      Balazs<br>
      <br>
    </p>
  </body>
</html>