bestofnj
Member
Posted 13 years ago #
I am still having the problem I noted before but I found this error code on my wpmu-settings.php page:
Fatal error: Call to undefined function wp_cache_get() in /home/mysite/public_html/blogs/wpmu-settings.php on line 53
I have looked at the file and at that line but I don't see anything wrong.
John
cafespain
Member
Posted 13 years ago #
That would suggest that wp_cache_get isn't there.
Have you checked to make sure that you uploaded all of the files to your server, and that the permissions are correct for your webserver?
Namely wp-includes/cache.php
bestofnj
Member
Posted 13 years ago #
Cafespain,
I just checked. wp-includes/cache.php is there. I am on my third install now and the last one went beautifully. I think the permissions are correct also. Includes are set at 755 and cache.php is at 644.
John