dwparish
Forum Replies Created
-
Forum: Networking WordPress
In reply to: After update, sub site directs to /wp-signup.php?new=My problem was an easy fix after I looked in the right place.
In wp_blogs I saw the correct address except the two problem sites were missing a “/“. After adding it slash everything directs fine.
Thanks for all the help!
Forum: Networking WordPress
In reply to: After update, sub site directs to /wp-signup.php?new=Where would I find “wp_blogs”?
I saw all the issues with mixing cases earlier and checked the domain by going
Network Admin> Sites> Edit (on the problem site)> Info (tab with Domain, Path, registered and last updated dates, attributes)The domain field doesn’t show any mixed cases, all lowercase. Would that info match the wp_blogs?
Forum: Networking WordPress
In reply to: After update, sub site directs to /wp-signup.php?new=I had to go back to the backup I took before updating. One of these sites is heavily trafficked and I can’t afford letting it stay down so I can’t link the broken sites.
They were still listed in the network. When directed to that “create a new site” page, it even displayed a listed of all my currently active sites including both of the down sites.
These are Subdomains.
http://jjes.gcs.k12.in.us/
http://pes.gcs.k12.in.us/
Every page I went to on these sites from front page to admin dashboard to specific post or edit went right back to the same “create a new site page”.htaccess
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Networking WordPress
In reply to: After update, sub site directs to /wp-signup.php?new=Thanks for the help!
I went to the permalinks settings for each subsite and resaved the setting, but I’m still getting directed to the signup page instead of subsite.
Is there a way to get to the permalink settings for the two sites I can’t access without using the WP Dashboard?
Forum: Networking WordPress
In reply to: One Multisite Domain Slower than othersThanks for the tip Patrick! I submitted a ticket with the theme, we’ll see where we get!
Forum: Networking WordPress
In reply to: New Multisite gives 404 on new sitesIpstenu
What does the 404 look like? Does it match your main site or does it look different?
It doesn’t match the design of my site (if I type in a page that just doesn’t exist, my layout is correct and I just get a “Not Found” page). The page that is displayed when I try to use a new sub site is is just a plain gray box at the top saying “Sever Error” and another box below it which reads “404 – File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.”LoneWolf95665 I can’t do anything at the sub level. I get the 404 on both the public side and admin dashboard.
Forum: Localhost Installs
In reply to: Error 500By George, I think we’ve got it!!
I tried renaming the theme which didn’t work (it said that I didn’t have permission). So I downloaded it and removed it. Went back to view, got a straight blank white page. Activated another theme. Got the error 500 on every page.
Re-uploaded all the wordpress files from a fresh download and now it looks good to go! Thanks so much!!!
Forum: Localhost Installs
In reply to: Error 500I asked my admin for server error logs, but while I’m waiting on that is there anything I can try without knowing specifically what’s going on?