Hello all,
Last night I upgraded my site from 4.6.3 to 4.7.3, and it pretty much worked (after a bit of tinkering w/ the .htaccess file), except two BIG issues (one larger than the other, though):
1 -- most stories/pages are unviewable (the edit and track pages work fine, which I can do as admin, but others surely cannot)
2 -- the "edit" page for users is unviewable (the basic view works fine)
Only four content pages work (to my knowledge), and they are the four pages (nodes 1, 2, 4, 7) that are also secondary links for the whole site. The content for the missing pages is there in mySQL-- I can see it when I browse via phpMyAdmin-- but I can't access most of it via the Drupal-delivered webpages. What could have happened to the ability to access this content? All other specific content (such as newsfeeds, taxonomy, etc. work fine). The update only give me one error, which had to do with the aggregator module-- which I assume is pretty unrelated to this problem. All the old 4.6.x modules are still activated.
Also, here's the "update" script that seems to most pertain to the four pages I *CAN* view (but I don't know if this WHY I can view those):
Update #151
* INSERT INTO {menu} (mid, pid, path, title, description, weight, type) VALUES (88, 0, '', 'Primary links', '', 0, 115)
* INSERT INTO {menu} (mid, pid, path, title, description, weight, type) VALUES (89, 88, 'node/7', 'about', '', 0, 118)