Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter perezdi

    (@perezdi)

    To add: I have my images already in the properly folder.

    bh_WP_fan

    (@bh_wp_fan)

    If you don’t have much already running on your WordPress site, it may be easiest for you to remove all existing installations, then use the Simple Scripts tool in your account to install a new WordPress.

    Otherwise, if you have a long-standing site that you don’t want to lose your content for, check your wp-config.php file and see what database it’s using, and also see what prefix it is using. Make sure that each site has the proper URL for the specified prefix in your options table. If there is an extra character or blank space, etc. it can break it.

    Also try deactivating plugins and see if that helps.
    See URL Change: http://wordpress.shadowlantern.com/how-change-wordpress-url-phpmyadmin/
    And Deactivate Plugins: http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F

    Thread Starter perezdi

    (@perezdi)

    A thing that I discovered just now:

    On the other sites in the mulsite, the pages are working just fine, it’s just on the main site.

    Thread Starter perezdi

    (@perezdi)

    Thank you, @bh_wp_fan, I’ll give it a try and I’ll bring a feedback asap.

    Already try deactivating and deleting all the plugins, but it didn’t do any difference.

    And actually, I used the Simplescripts tool to install WordPress at first.

    Maybe restarting all over the instalation is not a bad idea at all, but I would like to have it as the last possible option.

    I’ll give it a look on the options table.

    I just realized I don’t have the “sitemeta table” to reach the super admin control too, maybe there would be the answer to the image files not working.

    Thread Starter perezdi

    (@perezdi)

    Just solved the redirecting page problem by changing this:

    define( ‘SUBDOMAIN_INSTALL’, true );

    It was set as false and I change it for true.

    Here’s the list of problems that I got:
    SOLVED:
    Can’t login – Solved changing the wp-login file
    SOLVED: The pages from the main site are redirecting (example: reds4us.com/jogadores) for the the main page, the blog posts works fine.

    So, now I still need help to solve this two problems:
    1) The importation of the XML file duplicate the comments every time I tried it, and I tried it 4 times so… and I couldn’t get any attachments or videos related to blog posts.

    2) Can’t upload images through WP. It says for security reasons. I can do it through the FTP, though.

    3) Need to recover access to Super Admin area

    Thanks in advance

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    bh_WP_fan – Can we NOT use bit.ly unless we have to? It obfuscates URLs and some people like to know what they’re clicking on.

    I believe part of the problem is that you have multiple WordPress databases uploaded into the same single database where they should be separate instead. I believe this is the reason that when you visit your pages it causes a redirect back to the main domain. Also the XML file normally only contains text content and does not have images, those are uploaded separately.

    … Bluehost said that? They lose all points for that stupidity. It’s a sodding Multisite, it’s SUPPOSED to have one database with multiple WP instances. And they should know that. God knows we’ve told ’em enough.

    Okay. HOW did you move your site? Did you keep the same domain and just pick up teh DB and files and move them over?

    Thread Starter perezdi

    (@perezdi)

    Hi, Ipstenu!

    I installed the site via Script and them replaced just the wp-content folder, installed the DB via phpmyadmin, made the proper changes to recognized the DB and tried to upload the XMl file.

    Basically, that’s the way I tried it.

    And thanks for the light about Bluehost, I work with them in another website for a custommer and as a server, they are peach, but I never trusted their support.

    Thread Starter perezdi

    (@perezdi)

    Jesus, I’m screwing up all my English over here. Too many hours on it. Sorry about that.

    Again, thanks Ipstenu for the light about the DBs, I was really confused when they told me about multiple DBs.

    Thread Starter perezdi

    (@perezdi)

    Just realized by changing the Subdomains install for true, I can’t have my other blogs running. Being a php noob is killing me.

    So, starting over:

    1) Can’t recover the attachments from the XML file
    2) Can’t now see my other blogs working, like this one reds4us.com/fifemos
    3) WP doesn’t accept the JPG or any image files, it says for security reasons.
    4) Need to recover acccess for the Super Admin area
    5) Can’t see any image in the Media Library but I uploaded them in wp-content/upload folder

    Again, thanks a lot for any help in advance

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    You did the ‘move’ wrong.

    Do you still have access to the ORIGINAL database and files? The one you wanted to move?

    If so

    1) EXPORT the database (yes, the whole DB, you need it) via phpMyAdmin

    2) Import that DB to your new server.

    3) Copy ALL files for WordPress, NOT just wp-content, ALL of them. Especially your .htaccess from the original server to the new one.

    4) Edit your wp-config.php if you changed the DB name, user name and password.

    5) Beer.

    Thread Starter perezdi

    (@perezdi)

    Just realized that I don’t have the wp_site or wp_sitemeta tables in the database. Is it supposed to be there since it is a multisite? Or am I wrong?

    Thread Starter perezdi

    (@perezdi)

    Ipstenu, it was a life saver. Working Peach now.

    I have still some image problems, but I think they didn’t upload correctly, so I suppose just reuploding the uploads folder would fix it.

    I still had some problems in the website but I realized it was a plugin related to the old database name. Also, I uploaded the WP files to public_html when it wasn’t working still.

    SOLVED 1) Can’t recover the attachments from the XML file
    SOLVED 2) Can’t now see my other blogs working, like this one reds4us.com/fifemos
    SOLVED 3) WP doesn’t accept the JPG or any image files, it says for security reasons.
    SOLVED 4) Need to recover acccess for the Super Admin area
    SOLVED 5) Can’t see any image in the Media Library but I uploaded them in wp-content/upload folder

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    I have still some image problems, but I think they didn’t upload correctly, so I suppose just reuploding the uploads folder would fix it.

    Check where they’re looking for. Only your main site is in /wp-content/uploads/, the rest are in /wp-content/blogs.dir/#/files/ (and will point to the URL http://domain.com/subsite/files)

    Thread Starter perezdi

    (@perezdi)

    Let me ask a question about the images in the backup folder.

    I extract the files exactly as they were, I didn’t move them or anything, but like I said, some images are broken in the site. I got their links and got 404 pages, what means they are not in the place where they allegedly should be.

    I checked the backup, the files are not there either, I checked in the server, where I still have the old files saved, and they are not there either, but I didn’t move them.

    Someone has some theory about what happen with them? Abduction or something? I know the old server had some problems with the raid array and stuff, I’m thinking maybe some of them got lost on the last service outage.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Where are you looking for them?

    On my server I have them in two locations:

    Site #1 (aka ipstenu.org): /public_html/wp-content/uploads/
    Site #2 (aka tech.ipstenu.org): /public_html/wp-content/blogs.dir/2/

    See how that goes?

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Transfering Multisite to another server didn't went well’ is closed to new replies.