Hello, I'm new to Wordpress and need some help....I installed Wordpress in root at www.danceskilz.com (Godaddy) using Godaddy install application.Since I want to create a blog network using paths I added the following to wp-config.php: define ('WP_ALLOW-MULTISITE', true);Also I found that the Godaddy installed wp-config.php file was missing some important things.. like the last few lines of the file . I was missing the folloing lines a the end of the file (minor details right? LOL) * de_DE.mo to xxwp-xxcontent/languages and set WPLANG to 'de' to enable German * language support. */ define ('WPLANG', ''); ?>So added the Mulisite line and the missing lines using Textpad as the editor, made sure that there are no stray hidden characters. Saved the file in UTF-8 format.Now I'm getting the error when I go to www.danceskilz.com:Fatal error: Call to undefined function wp() in D:\Hosting\8985995\html\wp-blog-header.php on line 14When I go to www.danceskilz.com/wp-admin I get the following error:Fatal error: Call to undefined function get_option() in D:\Hosting\8985995\html\wp-admin\admin.php on line 32 Does anyone have any insight into what the problem/fix is?Thanks for taking your time
Oh gee, my post above is all run together.When I tried to edit the post I get a warning that I cannot post live links.When I try to go to advanced, the button does not work. guess I'm batting 1000 here .. argh Anyway to update I found the answer to the problem.... Godaddy left about 12 necessary lines off the end of the wp-config.php file... good grief! I spent hours on this nonsense. Gonna ripp godaddy a new one!!