homeycomb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: login errorthe password you saw was an md5 hash of a plain text password.. you will never be able to login if you do that.
and to get the lingo right you didnt “go into php” you went into phmyadmin” — its important for all of us, including you, to understand what you are saying, so thats just a friendly headsup.
Now that you know where to go to make those changes, do this, go here:
http://www.miraclesalad.com/webtools/md5.php
type in a string that you will be using for your passwd.
Take the next string that is spit out at you, underneath the “MD5 Hash:” and plug that into that field that you entered earlier. THATS an md5 hash of your real password.
Use the string you entered initially into that md5 hash generator page as your password for logging in. Thats the unhashed password.
Forum: Plugins
In reply to: Links thickboxcommon?
You CAN look for yourself you know.
How hard was it to do this:
http://www.google.com/search?hl=en&q=thickbox+wordpress+plugin&btnG=Google+Search
FFS.
thickbox, itself can be used for more than images. If you read the actual documentation you will now this. Ansd you dont need a damn plugin.
Forum: Fixing WordPress
In reply to: HTTP 404 – Page Not Found.. firewalls
most definitely.
Forum: Fixing WordPress
In reply to: HTTP 404 – Page Not FoundI see a tan and white theme, and like Moshu, do not see an error. What is there is a link to an archives page.
Forum: Fixing WordPress
In reply to: Help! Fatal error: Cannot redeclare wp_get_links()the function IS found inside deprecated.php in 2.3.2 — hes just got in in 2 files, one of which is from an older version of WP.
Forum: Fixing WordPress
In reply to: Login redirect, please helpMaybe it’s because I changed the WordPress URL in the dashboard options. I don’t know why I did that, and I don’t know how to change it back to the defaults.
dont do things without a reason.
See this:
http://www.tamba2.org.uk/wordpress/site-url/
or this:
http://codex.wordpress.org/Changing_The_Site_URL
or if you want it even simpler and youre using 2.3.2
just do this:
http://codex.wordpress.org/Editing_wp-config.php#Advanced_Options
And DONT crosspost — the other thread you posted to was 10 months dead.
Forum: Fixing WordPress
In reply to: 404 errors on all linksupdate your permalinks on the options-> permalinks page?
Forum: Fixing WordPress
In reply to: Help! Fatal error: Cannot redeclare wp_get_links()regardless of what directions you followed…
/wp-includes/bookmark-template.php is NOT an updated file
In other words, in the process of uploading the new files, some of the older ones were not replaced. That was obviously one of them.
Forum: Fixing WordPress
In reply to: Header Problemwhat you pasted is not a complete block of code for an image map.
There’s crap missing in between these:
<map name="Map"> NEEED STUFF HERE </map>Figure out whats up with dreamweaver or your copy/paste skills, one of them is off.
And if you need examples of what a proper image map “thing” ought to look like — please use google:
Forum: Fixing WordPress
In reply to: Header Problemuh, whats the path to that image?
./Application Data/Macromedia/Dreamweaver 8/Configuration/ServerConnections/Sportstunner/sportstunnerdotcom.gif"I dont think so. At least it better not be. That looks like something DW uses, and its certainly not a path that belongs on a web server.
NO SPACES IN DIRECTORY NAMES, for starters.
Forum: Fixing WordPress
In reply to: Major Problem.. happend this morning…yes, sorry, thats it 🙂
Forum: Requests and Feedback
In reply to: Presentation Link<meta name=”generator” content=”WordPress 2.2″ /> <!– leave this for stats please –>
UPGRADE your wordpress.
Forum: Installing WordPress
In reply to: profile page list files in wordpress folderyou dont have index.php set up as a default file.
using apache?
put this in an .htaccess at the root of your install:
DirectoryIndex index.phpForum: Fixing WordPress
In reply to: Major Problem.. happend this morning…you need to change the permissions on your wp-content/wp-cache directory to 777. (NOT wp-content, just wp-cache, which lives inside of it. DO NOT chmod wp-content to 777.)
see this for info on what changing permissions is:
http://codex.wordpress.org/Changing_File_Permissions
wp-cache MUST have a writable directory – I JUST helped someone else with this exact problem.
Forum: Fixing WordPress
In reply to: WP Forgets that I’m logged in.Thanks to both of you who replied, with helpful ideas.
that would be me, and me.
youre welcome, happy blogging!