WPProHelp
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Version 2.1Hi Kakern,
It should not be a problem. You should upgrade WordPress manually from 1 version to the other, instead of simply upgrading your installation to the latest version. From (wordpress.org/download/release-archive/) you can download different versions of WordPress. Upgrade from 2.1 to 2.2 etc until you get to the latest version. To manually upgrade WordPress, it is very straight forward as documented in http://codex.wordpress.org/Updating_WordPress.
Did you do a manual or automated upgrade of WordPress?
Since you said you changed the default wp-admin directory, if you did an automatic upgrade your changes may have been overwritten. In that case you might have to redo the changes to have the wp-admin directory pointing to somewhere else.
Forum: Fixing WordPress
In reply to: Automatic Update to 3.4.2 FailingGo for a manual upgrade of WordPress. Follow the below procedure:
1. Download the latest version of WordPress from here
2. Make a backup of all your WordPress files and MySQL database
3. Delete the directories wp-admin and wp-includes.
4. Delete all files from the root of your website starting with “wp-” except the wp-config.php file.
5. Extract the downloaded version of WordPress and upload all files and directories except the wp-content directory and the wp-config.php file.
That should do the trick.
Forum: Fixing WordPress
In reply to: May I delete wordpress-3.3.2-to-wordpress-3.4.patch and alike?Download them and open them with a text editor. See what they are. Most probably they are simply log files and they can be deleted.
Forum: Fixing WordPress
In reply to: I cant login to my admin pageOk start by disabling all the plugins then. To disable all the plugins, simply login to your website using an FTP client and rename the wp-content/plugins directory to plugins1 or something similar. Create a new empty plugins directory.
If it works, then start enabling the plugins 1 by 1 until you find the culprit.
Forum: Installing WordPress
In reply to: Error Message After InstallIf the database was intact and the files in wp-config directory are still there then all should work. Simply update the wp-config.php file with the new database connection details.
Forum: Fixing WordPress
In reply to: I cant login to my admin pageDo you have a .htaccess file in the wp-admin? If yes try to remove it via FTP (keep a backup copy) and see if it works.
Forum: Installing WordPress
In reply to: Error Message After InstallTry to upload WordPress manually to your website. Simply:
1. Download WordPress
2. Make a backup of your website.
3. Delete all WordPress files from the root except wp-config.php and also the wp-admin and wp-includes directory.
4. Upload everything and make sure you do not overwrite wp-content directory.Forum: Fixing WordPress
In reply to: previously OK Unicode text now scrambledIn this case most probably you have to change the text directly from the MySQL database. Refer to the following:
http://lorelle.wordpress.com/2005/12/01/search-and-replace-in-wordpress-mysql-database/
Forum: Fixing WordPress
In reply to: index.php sits higher than all pages. header issue?If you want everything a little higher simply make a smaller value than 36, such as 28 or so.
As regards the space between the header and the content of the pages, that is the space allowed for the h1.entry-title. Check for entry-title in your css and reduce the size. Currently it is 710 x 29
Forum: Fixing WordPress
In reply to: Permalinks in sitemap.xml and google crawlI misunderstood the question in the first place. Now I know what you are asking about.
Well if you give a sitemap to Google with 30 URLs it won’t crawl them all at once. It takes some time for all the URLs to be crawled. That is normal.
Forum: Fixing WordPress
In reply to: URL errorThe changes mentioned in both documents are not just in the wp-config.php file. What I’d recommend you re-configure WordPress to listen again on hessearchitekten.bplaced.net z, and once it is up and running then follow the below document to move it to christophhessearchitects.com
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Forum: Fixing WordPress
In reply to: Title Showing in Header v Title Showing in Page SourceNo you would have to choose, or All in One SEO or Yoast
Forum: Fixing WordPress
In reply to: Problems logging in to update charity websiteNo. In that case you still have to access the MySQL database and form the wp_users table change the email address of the user.
So to regain access you need access via ftp or to your MySQL database.
Forum: Fixing WordPress
In reply to: HELP! Username issue, no dashboardThe name that appears in the blog post is not specifically the username that you use to login, i.e. you can change the display name.
Also WordPress.org does not provide any support since all is done by volunteers. What you need to do is login to your MySQL database to the table wp_users and from there you can find the exact usernames.