University Web Developers

University Web Developers

multi-site find and replace to go from beta to live site causes no style sheet on one site

Hi All,

We are in the middle of launching our new website and we've hit a snag-

We changed the domain from our beta. site to www for going live- used the following script:

http://interconnectit.com/124/search-and-replace-for-wordpress-data...

Beta.domain changed to domain

http://beta.domain to http://www.domain

We now have one site (library !!!!!! ) that has no style sheet attached to it. Others sites are missing the header images, some links are broken. Main site seems to be OK.

Are there any known issues or anyone had a similar experience that can help point us in the right direction? We think the find and replace is part of the issue, but we are pretty stumped right now.

Thanks!!

Tags: and, database, find, multisite, mysql, no, replace, sheet, style, troubleshooting

Views: 255

Replies to This Discussion

Sounds like there might be some links in the actual theme files that need to be updated.  These wouldn't have been updated by the script.  If you could post of the live links of some of your broken sites, I could take a look at the source and debugger and see if I can pinpoint the problem.

http://mwcc.edu/library/

you are fast!!!!! :) I'll forward your comment to the web guy and see what he says. THANK YOU!!!!

we also can't get to the dashboard, so it may be bigger than that- but hope that helps.

I just turned on my chat if that helps too :)

Yep, that's definitely it.  The site is trying to pull all your javascript and css from http://mwcc.edu/library/wp-content/finishyourpath. when it should be http://mwcc.edu/wp-content/finishyourpath

For example the site is trying to find:

http://mwcc.edu/library/wp-content/themes/thesis_182/style.css - 404 Error

http://mwcc.edu/wp-content/themes/thesis_182/style.css - Correct

Sounds like a problem with the .htaccess file.

Yep, that's just what I was thinking, because it's affecting wp-includes and plugins files as well.

It should be affecting all of them if it's something with the .htaccess file. If you look in .htaccess it should have a couple lines in there affecting wp-content, wp-admin and wp-includes.

# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]

it seems like all (?) the site are having differing levels of issues, with some its just the photos, but with the library specifically its the entire style sheet.

Can you give some links to the others that are experiencing problems as well?

http://mwcc.edu/access/ -missing header

http://mwcc.edu/veteran/ --also problematic, missing header

main site- working better (?) http://mwcc.edu/about-mwcc/

It definitely looks like a rewrite issue. Compare the urls for the header image between http://mwcc.edu/access and  http://mwcc.edu/about-mwcc/. Notice that about-mwcc is linking through the blogs.dir folder instead of rewriting the url like on the access page?

http://beta.mwcc.edu/access/files/2012/01/precollege.jpg

http://beta.mwcc.edu/wp-content/blogs.dir/1/files/2011/10/turbines9...

Also, both are coming from beta.mwcc.edu. 

RSS

Elsewhere

Latest Activity

Cary Foster posted a discussion

UI/UX Designer Wanted, Oberlin College

Oberlin College has an extraordinary opportunity for a fun-loving designer to join the supercharged webteam.  Please share with anyone who might be interested!UI/UX Designer Wanted:http://new.oberlin.edu/home/jobs/jobs_detail.dot?id=5405961See More
9 hours ago
Profile IconBilly McDonald and Meg Thomas joined University Web Developers
Monday
Daniel Bashaw replied to Kimbel Jeffers's discussion Office Reservation software
"Hi Kimbel -- Does you manual process include a checklist and workflow documentation? If not, it sounds to me like checklists and schedulers are your best next steps. You can structure and document what you do now, and then look at it to see if there…"
Friday
Kimbel Jeffers replied to Kimbel Jeffers's discussion Office Reservation software
"The problem is we use a manual process right now and things keep falling through the cracks."
May 16
Annette Spearman replied to Derek Tonn's discussion Freelance web design recommendations (small projects)
"Hi Derek, We can help you! I'll in box you all my info so we can connect and set up some time to talk. Annette "
May 16
Mark Rothbaum posted a discussion

5-Minute Survey on Use of Facebook in Admissions

We're conducting our annual survey on Facebook and Admissions. Please take a few minutes to complete the survey at:http://www.varsityoutreach.com/FacebookSurvey/Our GoalOur goal is to explore trends related to how schools are using Facebook to reach out to prospective and admitted students.How Is the Data Used?All data will be shown in the aggregate. Answers from individual schools will not be released and will remain…See More
May 16
Profile IconSang Yoon and Brittany Smith joined University Web Developers
May 15
Colleen Brennan-Barry posted a discussion

HighEdWeb Welcomes Steve Wozniak & Scott Stratten

HighEdWeb is very pleased to announce HighEdWeb 2013 Annual Conference opening keynote speaker Steve Wozniak and closing keynote speaker…See More
May 15
faris ahmed commented on social networking web design's blog post Megastar Media Webby Award Honorees
"wow thats amazing article .  your stuff never fails to amaze me honestly . great work as always :D  something i would like to add in is that  the entries each year are rapidly increasing .  but i think thats cause they take the…"
May 14
Lynn Zawie posted a discussion

Freelance Web Developer Needed

Stony Brook University web team is looking for some help coding a new design.  HTML5, CSS3, JQuery, Responsive Design expertise needed.  If you are interested in bidding on this project, I am happy to share more details.  Work would need to begin early summer.  ..LynnSee More
May 14
Sara Michel commented on Lynn Zawie's group OmniUpdate
"Great blog post by Higher Education Marketing on leveraging Google pay-per-click ad extensions for higher ed."
May 14
Sara Michel commented on Lynn Zawie's group OmniUpdate
"Check out Naropa University's new online magazine. Looks awesome! Great job team."
May 13
Norma J Dowell replied to Derek Tonn's discussion Freelance web design recommendations (small projects)
"Hi Derek! First of all, apologies for taking so long to respond! Secondly, I am not your web developer for such an issue, but if you can find someone to pick their brain and use as a sounding board, it may be all you need.  In the past, when I…"
May 13
Daniel Bashaw replied to Kimbel Jeffers's discussion Office Reservation software
"Hi Kimbel. I know you've been tasked with finding a software solution, though I'm wondering if you may need an interim step first: Does your institution have checklists covering all of the steps needed in on-boarding, relocating, and…"
May 13
Kimbel Jeffers posted a discussion

Office Reservation software

I've been tasked with finding a software tool that helps manage the onboarding and exit process of new and departing faculty. Ultimately i would like this software to management faculty office interms of when resources can be removed from a particular office and when a new faculty member can be moved in with the necessary resources. This tool should have notifications and alerts so there are no conflicts with someone being removed from a office and someone being placed in a office. Does anyone…See More
May 11
Sara Michel commented on Lynn Zawie's group OmniUpdate
"Congrats to Harper College on going live with their new online course catalog! Looks great!"
May 10
Helen Mosher joined Aaron Rester's group
May 9
Helen Mosher joined Mark Greenfield's group
May 9
Helen Mosher posted a status
"After 8 years being away from higher-ed communications work, I'm very interested in returning."
May 9
Will Martin is now a member of University Web Developers
May 6

UWEBD has been in existence for more than 10 years and is the very best email discussion list on the Internet, in any industry, on any topic

About

© 2013   Created by Mark Greenfield.

Badges  |  Report an Issue  |  Terms of Service