waliau
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Call to undefined function: is_adminI have the same problem.
– Downloaded on server using wget http://wordpress.org/wordpress-2.6.3.tar.gz
– tar -xzvf wordpress-2.6.3.tar.gz
– renamed the dir ‘wordpress’ to ‘blog’
– made chmod 777 all just to be safe
– created db nuresume_blog with user ivyb / *****
– ran http://www.nuresume.com/blog/wp-admin/install.phpThe page I get repeats my wp-config.php with the error as follows:
// ** MySQL settings ** // define(‘DB_NAME’, ‘nuresume_blog’); // The name of the database define(‘DB_USER’, ‘ivyb’); // Your MySQL username define(‘DB_PASSWORD’, ‘*****’); // …and password define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value define(‘DB_CHARSET’, ‘utf8’); define(‘DB_COLLATE’, ”); // Change SECRET_KEY to a unique phrase. You won’t have to remember it later, // so make it long and complicated. You can visit https://www.grc.com/passwords.htm // to get a phrase generated for you, or just make something up. define(‘SECRET_KEY’, ‘dfdfdfsdfsdfsd90989889809888089’); // Change this to a unique phrase.
Fatal error: Call to undefined function is_admin() in /usr/local/www/vhosts/nuresume.com/httpdocs/blog/wp-admin/includes/comment.php on line 110I’ve done this several times carefully but keep getting the same error again.
What am I missing ?
Udayw