I was able to isolate the cause of the problem on my system, although I’m not sure why it’s an issue. I have APC (Advanced PHP Cache) configured in my php.ini file. When I disable it, WordPress works fine again.
Here were my APC settings in php.ini:
;Advanced PHP Cache (APC) - Kazaam
extension = apc.so
apc.enabled=1
apc.shm_size=30
I disabled apc by changing apc.enabled=0 and restarted Apache. I need to figure out why APC caused this problem because I need APC for other projects.
I’m seeing the same kind of errors. I even installed WP on a linux server and then imported the database to my Mac. Then I see the same problemsRune00 is experiencing. Rune00 are you on a Mac too?