That error means exactly what it says; PHP is trying to call a function named is_admin() that has not been defined. That function should be defined in the wp-includes/functions.php file. Check that file for the is_admin() function. Either way, I would suggest reinstalling WP. If the file is there, it should be working. If it isn’t there, it needs to be.
URL path is:
http://localhost/wordpress/wp-admin/install.php
FYI: This doesn’t really help troubleshooting as localhost refers to the local computer. In your case http://localhost is your computer, in my case http://localhost is my computer.
(@jatrojoomla)
17 years, 1 month ago
Hi!
I am trying to install WP @ my local WAMP system. Its giving error
Fatal error: Call to undefined function is_admin() in C:\wamp\www\wordpress\wp-admin\includes\comment.php on line 159
URL path is:
http://localhost/wordpress/wp-admin/install.php
Version: wordpress-2.7.1
Plz help me out!!!
Thanks,
Sukalyan