Thread Starter
atarom
(@atarom)
Hm, somehow my siteurl in my wp_options got changed to the URL of the second install. changing it back to the original location fixed my problem.
Talking to myself on support forums is fun.
well I have something that seems to be the same issue.
I have my blog installed in domain.com/blog but wants to use blog.domain.com as the domain (set up as subdom in cpanel), but somehow the wordpress installation kicks the visitor to the main directory: http://www.domain.com instead of blog.domain.com. I have tried the settings feature in wordpress and changed the address there; but that has no real effect.
Any ideas?
jakslev
Hehe.. well yes it is fun to talk to yourself :o)
Just found the wp_options key in the database and corrected it there. Somehow that is more powerful than using the built in change address feature on the wordpress blog.
If you are reading this and looking for information in wp-options you are in the wrong place; you need to look in the database ;o)
jakslev
i had a similar symptom after upgrading to WP 2.6. I solved it by logging out from the main page, and was then able to log in normally as admin.
Wow! WordPress is very amazing community!
I have got the solution now, thanks to Whooami
Below is the fix, just follow the instructions, very simple!
When your website redirects to wp-admin/install.php [FIX] :
1. Login to phpMyAdmin.
2. Select the database and click on ‘Structure’ tab.
3. Right under the list of table there is a “Check All” link. Click on it to select all tables.
4. From a “With selected:” drop-down menu right next to it, choose “Check table”.
To Repair:
1. Login to phpMyAdmin
2. Choose the affected database. If you only have one database, it should choose it by default so you don’t need to do anything.
3. In the main panel, you should see a list of your database tables. Check the boxes by the tables that need repair.
4. At the bottom of the window just below the list of tables, there is a drop down menu. Choose “Repair Table”