My Database was quite large with lots of test data in tables like watchdog, access log,etc.. and I was running in to some trouble uploading. Then I proceeded to dive into the database and started truncating tables willy-nilly. I am figuring out that I should have used a little more discretion because I have had issues on the new production server.
The main problem is that annonymous users can't view any content, even though in 'permissions', they are set to access content. Also, they were definitely able to view content before the migration, so it had to be one of the tables I hacked. Because everything else is running smoothly.
Anyone have an idea which table, if truncated, might produce symptoms like this?
Update: - I checked that I have user 0 - which would probably yielded the same symptoms. - Problem persists though..