crdoughty
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Changing URL domain name on wordpress multisiteWent to accesscommunitylink.org which is the same length as the original and all worked like a charm! Thanks for all your help!
Forum: Networking WordPress
In reply to: Changing URL domain name on wordpress multisiteYeah, looks like it will be much cheaper to get another domain name with the same number of characters. Lol
Forum: Networking WordPress
In reply to: Changing URL domain name on wordpress multisiteThe {s:##:\”http://sub/sitename/and/path is all over the database with varying sizes. I am not a programmer and only have basic sql skills, so I am going to confer with our local programmer here and see if she can figure out how to fix this. Otherwise, it may be cheaper and easier to buy another domain name…
Forum: Networking WordPress
In reply to: Changing URL domain name on wordpress multisitetotal replacements performed were 3487
Forum: Networking WordPress
In reply to: Changing URL domain name on wordpress multisiteOld site: fayettevilleforward.org
New site: fayettevillecommunitylink.orgused the following command to export db:
mysqldump –add-drop-table -h localhost -u wordpress -p wordpress > wordpress.sqlUsed notepad to
replace: fayettevilleforward
with: fayettevillecommunitylinkand the following to import:
mysql -u wordpress -p wordpress < wordpress.sqlDoes anything jump out at you from that process?
Forum: Networking WordPress
In reply to: Changing URL domain name on wordpress multisiteAny idea why they wouldn’t automatically apply with the new domain name in place after doing a replace on all occurences of the old domain name. Or any idea where to start looking in the database for possible problems?
Forum: Networking WordPress
In reply to: Changing URL domain name on wordpress multisiteThe theme on the main site is a custom community pro child theme created by one of the people doing the developement of this site. It has several options including Header, Menu, Sidebars, Buddypress, CSS, etc. The customized theme options are what are missing once I change all occurrences of the old domain name in the database. We tried exporting the theme from the old site and importing it to the new site, but not all settings imported correctly and we wound up with double menus and missing other elements.
Forum: Networking WordPress
In reply to: Changing URL domain name on wordpress multisiteI cloned the whole server, so files are exactly the same as on the old box. When I say gone, the theme is still applied to the individual sites, but the customizations are all gone. So like in the css where there once was code, there is none and so forth. Again, all files are still there, but when viewing the site, it has the default theme and settings.