BrianBam
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Import old database with existing databaseI hope that this is what you were asking for.
<?xml version=”1.0″ encoding=”utf-8″?>
<!–
– phpMyAdmin XML Dump
– version 3.3.10.2
– https://www.phpmyadmin.net
–
– Host: 216.227.216.46
– Generation Time: Jul 14, 2012 at 11:46 PM
– Server version: 5.0.87
– PHP Version: 5.2.17
–>Forum: Everything else WordPress
In reply to: Import old database with existing databaseI tried to upload the xml file and received the following error msg,
“Sorry, there has been an error.
This does not appear to be a WXR file, missing/invalid WXR version number”Forum: Everything else WordPress
In reply to: Import old database with existing databaseIt is an xml file. Well, I actually downloaded sql file too.
Forum: Networking WordPress
In reply to: Set up custom url & sites' dashboard is now a 404 pageJust did a new install for the site and gave up on the multisite.
Forum: Networking WordPress
In reply to: Set up custom url & sites' dashboard is now a 404 pageAn A record. Could that be the issue?
Forum: Networking WordPress
In reply to: Set up custom url & sites' dashboard is now a 404 pageAs far as I know I didn’t change any settings, but since it isn’t working I’m guessing that I had to have changed something to mess it up.
Forum: Networking WordPress
In reply to: Set up custom url & sites' dashboard is now a 404 pageI used the plugin. The funny thing is that the site works, but the dashboards don’t.
Forum: Networking WordPress
In reply to: Set up custom url & sites' dashboard is now a 404 pageI just mapped it.
Forum: Networking WordPress
In reply to: Set up custom url & sites' dashboard is now a 404 pageSorry somehow i messed that up. It was sitting at
https://www.Connect4WebDesign.com/utahlibertylawand then I mapped it to
https://www.utahlibertylaw.com
The website transferred over fine for the most part with the exception of a few url’s that weren’t exact matches. However, the dashboard which was sitting at
https://www.Connect4WebDesign.com/utahlibertylaw/wp-admin/
is now at https://www.utahlibertylaw.com/utahlibertylaw/www/wp-admin/
I don’t know why wp changed it to that. I thought it would have changed it to
https://www.utahlibertylaw/wp-admin/ but either way I can’t access it.
Forum: Networking WordPress
In reply to: Set up custom url & sites' dashboard is now a 404 pageYes it is https://www.utahlibertylaw.COM I just left the .com off by accident on here.
I’m using multisite and I mapped that old url to give the site its own custom url.
Forum: Fixing WordPress
In reply to: How to call for an alternative header fileVery Nice! This is exactly what I was looking for!
Forum: Networking WordPress
In reply to: 2nd Dashboard and site went downThx that was the solution. I left off a comma in the functions file. That was really lame that it shuts down everything for that site. The funny thing is that even when the theme wasn’t installed somehow it specifically affected only the one site. I have no idea how it made that connection. I even deleted the theme and selected another theme for that specific site, but I uploaded it again I still got that error. weird.
if (function_exists(‘register_nav_menus’)) {
register_nav_menus(
array(
‘Side_Nav’ => ‘Side Navigation Menu’,
‘Main_Nav’ => ‘Main Navigation Menu’,
‘Second_Side_Nav’ => ‘Second Side Nav Menu’
)
);
}?>
Forum: Networking WordPress
In reply to: Pages with same page showing differentlyAlso I wasn’t very clear but I used the same template for the about us page as I did for the home page.
Forum: Networking WordPress
In reply to: 2nd dashboard won't showYes it is working now as of this morning. I copied that .htaccess code and must have missed part of it because a friend helped me and that’s the only thing he did to fix it. thx
Forum: Networking WordPress
In reply to: 2nd dashboard won't showAs for the url that the domain that wordpress gives me. My site is set up to run on sub-directories and not subdomains. I believe that is how it was set up originally and so that is the default now unless I go in and manually change that in the code but I don’t want to.