Kingpin JRela
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Blank pages/ cannot make new pagesThey fixed it. Here’s what they said:
Dear Customer,
this was not a server issue. It looks like you edited a theme file and left parse errors because the whole script was on one line. This file had parse errors:wp-content/themes/twentyeleven/page.php
I separated them all on one line and now the error is gone and the page displays as you can see here:
Not sure what I did to cause the errors, but it’s fine now. Thanks for your help.
Forum: Networking WordPress
In reply to: Blank pages/ cannot make new pagesso call my server folks?
Forum: Networking WordPress
In reply to: Blank pages/ cannot make new pagesnever changed it from the 2011 and no the ugly links didn’t make it work either.
Forum: Networking WordPress
In reply to: Blank pages/ cannot make new pagesso far none of this is working.
Thin it may be a server issue?
Forum: Networking WordPress
In reply to: Blank pages/ cannot make new pagesBy turn off, do you mean set it to default? If not then how do I turn off?
Forum: Networking WordPress
In reply to: Blank pages/ cannot make new pagesok. still noting.
went ahead and deactivated all of them. Still no effect.
Forum: Networking WordPress
In reply to: Blank pages/ cannot make new pagesCustom About Author
Disqus Comment System
Easy Social
FeedBurner FeedSmith
Google Analytics
Google Calendar Weekly Timetable
Jetpack
MailChimp Widget
NextGEN Gallery
Stop SOPA Widget
WordPress Importer
Wordpress SEOForum: Networking WordPress
In reply to: Blank pages/ cannot make new pagesThere’s 20 for the network, but none active through the child. Want me to list the network active ones?
Actually, knocked it down to 12….
Forum: Networking WordPress
In reply to: Blank pages/ cannot make new pagesno it did not.
Forum: Networking WordPress
In reply to: Blank pages/ cannot make new pages# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] # 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] </IfModule> # END WordPress