markrfmurphy
Forum Replies Created
-
Forum: Installing WordPress
In reply to: phpMyAdmin – priviledges not availabledid you create a user with full privileges for your database and then pass that information to the wp-config?
and by the way: “create a new database” is on the front page of phpmyadmin…
It’s literally right there in front of you as soon as you open your phpmyadmin.
Forum: Installing WordPress
In reply to: wordpress URL messed up settingslogin to your database with phpmyadmin and change the url back using the options table
Forum: Installing WordPress
In reply to: Error establishing a database connectiondouble check your wordpress config file db settings to make sure its all good. Make sure you still have a user for your db in phpmyadmin. If that doesn’t solve anything then maybe try a backup assuming you have one.
Forum: Installing WordPress
In reply to: Sub-domain wp-admin redirect problemUrgent Help Needed!
I’ve checked the site url in the options table and followed all the trouble shooting directions under “redirecting” in the sites help section. It still wants to add /wordpress in the redirect query sting after trying to access wp-admin and being taken to the login page.
I have this test installation running at: http://wordpress.markmurphy.ca
I’ve pointed this sub-domain to: http://www.markmurphy.ca/wordpress
Both urls in “Settings” are set to http://wordpress.markmurphy.ca
Again, the issue is that wp-admin redirects to the login page. The redirect query string in the url when taken to the login page is set to http://wordpress.markmurphy.ca/wordpress/wp-admin
instead of what it should be:
http://wordpress.markmurphy.ca/wp-adminForum: Installing WordPress
In reply to: Idiot needs HELPplease mark as resolved
Forum: Installing WordPress
In reply to: 500 Internal Server Error @ fresh installprobably file permissions issue
if the table actually doesn’t exist then you’ll pretty much need to re-install wordpress. If its not a big deal then just do that otherwise it gets a bit more complicated.
Forum: Installing WordPress
In reply to: Strange code error when trying to install!it’s trying to find a file that’s not there.
Look at the directories in the error. Follow them and see if the file it wants really doesn’t exist. You’re probably best just deleting that install and starting again but this time upload the compressed version of wp and extract it on your server.
The safest way to do an install is to upload the installation as a single .zip or .tar.gz file and extract it in the location where you want the installation to be.
Forum: Installing WordPress
In reply to: problem problem and problem with dbare you trying to install this on a server or on your local machine which you said is running xammp?
Forum: Installing WordPress
In reply to: Sub-domain wp-admin redirect problemthey are. Both are set to http://wordpress.example.com
Forum: Installing WordPress
In reply to: Sub-domain wp-admin redirect problemnote that I have no issues when I access the wp-admin like this:
http://www.example.com/wordpress/wp-adminit works fine when accessed like that but that defeats the purpose of using the sub-domain.