blog4life
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: FULLTEXT index SQL error during incoming searchesa 5 hr bump
Forum: Fixing WordPress
In reply to: FULLTEXT index SQL error during incoming searchesa 3 hr bump…
Forum: Fixing WordPress
In reply to: i forgot usernameYAHOOO!
I’ve been going in thru FF (of course!) and would just get a blank screen with my domain name listed up top = in but not in.
I just tried via my “open in IE” ext and viola!, it opened.
Lesson learned: something was preventing FF from displaying this page because it was using frames I suspect, no matter, I have access to my DB! Unbelievable!
Forum: Fixing WordPress
In reply to: i forgot usernameyea, been real frustrating, I definitely have been calling Y! , they always say they don’t support phpMyAdmin (guess cause O/S, not their’s) and refer me to [email protected] but snce they never answer, that’s fruitless (JERKS IF YOU’RE READING THIS!). I’ve looked for the orig email but no joy, gotta keep trying somehow. I told the Y! guy yesterday, “okay forget phpMyAdmin, I’m paying you guys a monthly fee to host my site, how do I get access to my data?” which at least got a sympathetic ear but he wasn’t able to get me anywhere either.
I even considered just starting over with a new DB but I’m getting good serp hits now (though no advertising just views) so I didn’t know what impact that would have (same domain, new DB). I assume nothing would change serp-wise, just a new data location for me, everything else would be the same, sound right? TIA.
I can access my Y! File Manager (host panel) yes but… I just looked again, they offer an install for phpMyAdmin so I’m loading it again now (gee, the Y! guy yesterday didn’t even mention that!)… well, I installed it and get the login screen but it bounces back to the Y! File Manager screen… I’ll get it from here, thx Z. Got any new tats?
Forum: Fixing WordPress
In reply to: i forgot usernamebump
Forum: Fixing WordPress
In reply to: i forgot usernameThe very first step in this “answer” is my problem, I don’t remember the UI/PW to login into phpMyAdmin. I have tried admin/pw, admin/password admin/ and the user/password that are in my config-inc.php file that I can freely edit/upload via ftp. None of these work but it seems to me that I should be able to tell it what UI/PW to use based on what I put in that file when I upload it to the server, is this not how it works?
I have been running my blog for months but have never been able to get logged into phpMyAdmin because the almight Y!, my host, doesn’t support it so until I can figure out how to login, I can’t do anything involving my DB (yea, real fun!) TIA
Forum: Fixing WordPress
In reply to: I’m trying to display an image thru my RSS feed.That sounds perfect, thx.
Forum: Fixing WordPress
In reply to: I’m trying to display an image thru my RSS feed.Bump.
3 hrs to the minute, thx.
Sorry about the double-post, any ideas?
Forget about Bloglines, how can I tell if I am broadcasting or not i.e XML-RPC settings?
Forget about Bloglines, how can I tell if I am broadcasting or not i.e XML-RPC settings?
Forum: Fixing WordPress
In reply to: Using my blog’s Search gives me a 404 screenmy FF tab says 404
I just grabbed the default theme search function and the form it points to and threw it in my index, works now. Thx all.
Forum: Fixing WordPress
In reply to: Using my blog’s Search gives me a 404 screenHere’s the code but remember, whether I use this code or the plain default theme search statement, it still is not working. This code does work on the theme author’s site so I still don’t see what good it does to post it here but here you go:
<li id=”search”><h2>Search My Blog</h2>
-
<form id=”searchform” method=”get” action=”/themename/index.php”>
<div>
<input type=”text” name=”s” id=”s” size=”15″ />
<input type=”submit” value=”search” class=”buttons” />
</div>
</form>
This forum edits out the opening and closing li and ul statements. TIA.
-
<form id=”searchform” method=”get” action=”/themename/index.php”>