Larrian
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Can't find the sitemap filesI have the exact same problem. NO site map visible in the root. On an Apache Linux server. I submitted the URL to google directly and it “found” it, but why is there no sitemap-index.xml file visible? Is it hiding somewhere else? I SSH into the server and still can’t find it. Any help would be appreciated.
Thanks!Forum: Installing WordPress
In reply to: 2.9.2. 3.0 failure.Sure…mine is acting like it is a root also
Forum: Installing WordPress
In reply to: 2.9.2. 3.0 failure.Thats correct..running it from a folder not root. So the index.php was overwritten and the permalinks were reset in the upgrade. I think wordpress needs to include this information for those who are not running the program from the root so they dont have the same frustration and loss of site issues with each dreaded upgrade.
Forum: Installing WordPress
In reply to: 2.9.2. 3.0 failure.None of those suggestions made any difference..however, after hours of inspection, I think I know why SOME of us are having problems and what is the common thread: wordpress is not being run from the root directory of the site…and the automatic upgrade is overwriting the index.php. Once I did the following:
Change the following and save the file. Change the line that says:
require(‘./wp-blog-header.php’);
to the following, using your directory name for the WordPress core files:
require(‘./wordpress/wp-blog-header.php’);
the site came up…then I had to fix the permalinks that also were overwritten….once complete..everything runs fine. Hope this helps others.Forum: Installing WordPress
In reply to: 2.9.2. 3.0 failure.Not only refreshed…flushed dns…switched themes to default twenty ten…even went and reinstalled 2.9.2 and no change…no..jammiesjams.com is the site in trouble. Thanks!
Forum: Installing WordPress
In reply to: 2.9.2. 3.0 failure.I upgraded from 2.9.2 to 3.0.1 and got white screen…I renamed the plugins and got the admin panel back….I deleted new plugins…no change…I changed themes….no change…so I see everything in the admin panel but nothing on the site itself but a white screen. Another program is working fine on the site…any ideas? Thanks for your help.
Forum: Fixing WordPress
In reply to: theme altered after removing widget in pagesI should clarify….
I went to widgets…selected pages and moved it to the right post sidebar….then deleted it…and that is what sent everything out of alignment…is this a bug in the new version 2.9 of wordpress???Forum: Themes and Templates
In reply to: Next/prev post links not workingI use this plugin and it works great on healthcrunchies.com
http://lesterchan.net/wordpress/readme/wp-pagenavi.html
maybe this would help you out if I am understanding your issues correctly….Forum: Fixing WordPress
In reply to: Can’t insert picture in post with 2.5In my situation, it uploads ( can see the images through ftp) but nothing in the image gallery and it stops with crunching……however I can HAND code the image into my post using the URL..so that is a work around for now. However, I agree…this is pretty unnerving when you have an active blog.
Forum: Fixing WordPress
In reply to: Link to leave a reply or comment missingI have the same problem but it occured after I installed the plugin wp-phpmyadmin. I’ve deleted this program completely from my server and all its htaccess files, but the comments link is not showing up. If you look in the admin section, you can see the comments but they dont appear on the website and you cant post new comments. Any suggestions? My site is healthcrunchies.com
Thanks!