StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 06-12-2009, 06:34 PM
fingolfin1975 fingolfin1975 is offline
Registered User
Pro Plus Member
 
Join Date: Apr 2009
Posts: 72
Default Urgent assistance needed! Error after moving website!

Hello everyone,
I need urgent support on a problem I have had after moving my client's website built upon agent theme on the new web hosting service.

Everything seems to work fine after migration of all the files and settings of the db except for a thing!

When I try to upload an image from the "media" button, it starts to upload and then I get this error which I'll try to translate from Italian.

"Dir creation impossible /web/htdocs/www.c-75.net/home/wptest/wp-content/uploads/2009/06. Please verify that the root dir is writable on the server"

www.c-75.net was my old test website while now it should be www.larosaimmobiliare.com.

Where can i find the way to change the destination!?!

Please help me cause the deadline for this thing is on Monday and I really have no idea how to work it out!

Thank you in advance!
Claudio
  #2  
Old 06-12-2009, 07:11 PM
BillStilwell BillStilwell is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2008
Location: Costa Rica
Posts: 109
Default Re: Urgent assistance needed! Error after moving website!

Path on new site: /web/htdocs/www.c-75.net/home/wptest/wp-content/uploads/2009/06

- Make a backup of your WP files. Backup database also.
- move all your WordPress files into the htdocs folder
- Path on new site should look like this: /web/htdocs/wp-content/uploads/2009/06
  #3  
Old 06-12-2009, 11:22 PM
evejackson evejackson is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Posts: 94
Default Re: Urgent assistance needed! Error after moving website!

Hi,

Moving a wordpress site takes a few steps because wordpress uses absolute url's.

Here's what to do:

1. Log in to your new site's phpmyadmin and to the database you're using for the new site.

2. In the sql box add this:

- UPDATE wp_options SET option_value = replace(option_value, 'http://www.old-domain.com', 'http://www.new-domain.com') WHERE option_name = 'home' OR option_name = 'siteurl';

And then this:

- UPDATE wp_posts SET guid = replace(guid, 'http://www.old-domain.com','http://www.new-domain.com');

And finally this:

- UPDATE wp_posts SET post_content = replace(post_content, 'http://www.old-domain.com', 'http://www.new-domain.com');

(In all cases replace http://www.old-domain.com and http://www.new-domain.com with your old and new site urls)

If you have a problem, let me know.

-e
  #4  
Old 06-13-2009, 02:31 AM
beggers's Avatar
beggers beggers is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2008
Location: Las Vegas
Posts: 95
Default Re: Urgent assistance needed! Error after moving website!

Great info. Thanks, Eve.
__________________
JunkFoodNews.net - using Genesis and Magazine
29Ford.com - using Genesis and Nitrous
VegasNews.com - using Revolution Magazine
LearnToDeal.com - using Church Theme
WWE-Club.com - using Genesis and Magazine
  #5  
Old 06-13-2009, 03:52 AM
fingolfin1975 fingolfin1975 is offline
Registered User
Pro Plus Member
 
Join Date: Apr 2009
Posts: 72
Default Re: Urgent assistance needed! Error after moving website!

Hello Eve!
Thanks for your assistance.

I've managed to fix the issue :)

Best regards,
Claudio
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
My Website Error - Urgent Help Please Rajee General Discussion 3 10-31-2010 07:25 PM
Urgent 2.9.1 Upgrade Help Needed bobfree General Discussion 2 01-09-2010 04:23 PM
URGENT HELP NEEDED rueschhoff General Discussion 3 06-09-2009 05:26 PM


All times are GMT -5. The time now is 06:00 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.