shage Posted September 11, 2007 Share Posted September 11, 2007 What do i have messed up with this code $this->_options["sm_b_location_mode"]="manual"; //Mode of location, auto or manual $this->_options[“sm_b_filename_manual”]=’/home/site/public_html/blogs.dir/’ . $blog_id . ’/files/sitemap.xml’; //Manuel filename $this->_options[“sm_b_fileurl_manual”]= get_option(’siteurl’) .’/files/sitemap.xml’; //Manuel fileurl Quote Link to comment Share on other sites More sharing options...
Aeglos Posted September 11, 2007 Share Posted September 11, 2007 I get "Division by Zero" with your code. Replace the “s and ’s with proper "s and 's, as in your first line. Notice they are different in the rest of your code. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.