Peep in my mind

Tag Archive | "wordpress"

Tags: , , ,

Wordpress won’t Upload my image fix

Posted on 10 June 2009 by admin

wordpress-logo

So I recently moved one of my wordpress site from one spot to another.  Well that no biggy but the problem was I couldn’t upload images.  I was baffled for half an hour why my image wouldn’t upload to the upload folder.  Or why my image wasn’t being displayed.  So after a little bit of playing I found out the problem and here how I fixed it.

Go to Wordpress backend and go to Settings\Miscellaneous.  The go to the Store uploads in this folder and edit the directory to the proper lockation.

A simple fix but lots of hair pulling!

Comments (0)

Tags: , , ,

How to change wordpress URL setting back to original URL.

Posted on 28 May 2009 by admin

wordpress-logo

I was playing with my blog I changed the wordpress address (URL) settings under general settings.  This cause some problems obviously it pretty much broke my wordpress and most of my functions didn’t work. So after taking sometime trying to figure out how to revert my settings I finally figured it out!

First you have to go in to the SQL database (I use phpMyAdmin so I use that to explain how I fixed it from there). In phpMyAdmin go in to your database and got the “wp_options” section.

There you should see “siteurl” under the “option_name” column and right next to it is the “option_value” there you will see your newly entered url.

To change it just click on the edit button and change that current url to what it was originally hit save and everything so be just fine!
Well at least it worked for me ;D

Comments (1)

Tags: , , , , , , , , , , ,

Installing WPMU | WP Locally On Windows XP

Posted on 05 June 2008 by admin

install_wpmu_wp_locally

1. Download XAMPP you can download XAMMP or light version doesn’t matter.

2. Install in your C drive You can skip the next few steps if you want if you’re not installing WPMU

a. C:\WINDOWS\system32\drivers\etc\host change localhost to localhost.enter_a_name

b. Go To apache\conf\httpd.conf

c. Change

#LoadModule rewrite_module modules/mod_rewrite.so
to
LoadModule rewrite_module modules/mod_rewrite.so

Continue with WP/WPMU install.

3. Download wordpress or wordpress-mu extract the files into your c:\xampp\htdocs dir.

4. Now run C:\xampp\xampp-control.exe and click on start button for apache and mysql.

5. Open your web browers and enter in the url: http://localhost/ or http://localhost.enter_a_name if did steps a, b, and c.

6. Select a language and click on phpMyAdmin.

7. In the Create new database fields enter wordpress and select utf8_unicode_ci and hit the create button.

8. Change url to http://localhost /your_word_press_folder/ or http://localhost.enter_a_name/your_word_press_folder/ in the Database section enter the following

Database Name:wordpress

User Name: root

Password: erase whatever is there and leave blank

Database Host: Leave it as “local host

9. Fill in your Site Details and press Submit and your done!

Comments (6)

Advertise Here
Advertise Here

RELATED SITES