slaats
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Sites not workingWhat about wildcard dns? Do I need to do something with that?
Forum: Networking WordPress
In reply to: Sites not workingJust wanted to add to this. I’ve been in touch with my hosting. So it seems like my Dedicated IP was lost and now the DNS had to be reset. I believe that has been done.
I’m still not getting anything and since I manually installed I have to figure this out on my own.From what he told me, I’m missing the sub-domain folders in my multisite which then I can point to using the subdomain. Right now my wp-content folder is as follows.
wp-content
blogs.dir – with various numbered folders holding the content for each site that I’ve created.
mu-plugins – nothing
plugins – various plugins
themes – various themes
upgrade – nothingStill baffled by this.
Any help is appreciated.
Forum: Networking WordPress
In reply to: Subdirectory Multisite problemI’m having a similar problem. Was bounced off of my hosting and now trying to re-establish.
I can access the admin.php of the main site http://matthewslaats.com/projects/.
But when I try to access the subdirectorysite (http://fallkill.matthewslaats.com/projects) I get a 404 message.
Am thinking it could be an issue with a dedicated IP address, but not sure.
Any ideas?Super grateful for any help.
Forum: Themes and Templates
In reply to: Child Theme not displayingJust tried to zip it and install. Got this –
Warning: fopen(/home/content/69/7537469/html/225/wp-content/themes/thefoodie/style.css) [function.fopen]: failed to open stream: No such file or directory in /home/content/69/7537469/html/225/wp-includes/functions.php on line 4339
Warning: fread(): supplied argument is not a valid stream resource in /home/content/69/7537469/html/225/wp-includes/functions.php on line 4342
Warning: fclose(): supplied argument is not a valid stream resource in /home/content/69/7537469/html/225/wp-includes/functions.php on line 4345
Forum: Themes and Templates
In reply to: Child Theme not displayingWent to do that, but it is not displaying there. Find it odd, because I’ve put the child theme in a folder with the stylesheet inside the wpcontent/themes folder. Just did this last week with another theme and it worked like a charm.
Could there be something about the theme that doesn’t allow a child theme?
Forum: Networking WordPress
In reply to: domain mapping with multisite with subdomain and subdirectoryYes. Subdomains only appear when I move beyond the initial site.
Forum: Networking WordPress
In reply to: domain mapping with multisite with subdomain and subdirectoryIpstenu – Sorry to be just getting back to you just now.
The install is at http://matthewslaats.com/projects/ .
As a godaddy user, I usually buy a domain and then use their forwarding/masking service. It works well for other sites I own.But, since someone else bought the url, I can figure out what the ip address. Which causes the problem with the DNS.
Thanks for any help.
Forum: Fixing WordPress
In reply to: blank pagesLooks like the theme was the culprit.
t-p thanks for the help.Forum: Fixing WordPress
In reply to: blank pagesHmm –
Things were working so so last night. This morning, I’m getting the blank screen after logging in, which doesn’t allow me to do anything.
I went in and removed all my plugins. Wasn’t really using any of them yet. Though they had already been deactivated.
Will see if the theme is the problem. Though not sure how to make that change via myphpadmin.
Will also look into the memory issue.
Any other ideas? Should I re-install?Thanks for any help!
Forum: Networking WordPress
In reply to: Images goneMy sites are at the following URLs
http://pause.matthewslaats.com/projects/
http://powers.matthewslaats.com/projects/Forum: Networking WordPress
In reply to: Images goneAndrea_r
Just an FYI – I’m not accessing .htaccess, but htaccess.dist on my server.
Does that make a difference?Forum: Networking WordPress
In reply to: Images gonehtaccess looks like this –
RewriteEngine On
RewriteBase BASE/#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>I think I have this right?
Forum: Plugins
In reply to: [BuddyPress Groupblog] [Plugin: BuddyPress Groupblog] Catchable fatal errorI’m getting a similar error –
Catchable fatal error: Object of class WP_Error could not be converted to string in /web/sites/wordpressmu292/wp-includes/wp-db.php on line 488
Has there been any resolution?Running WPMU 2.9.2 and Buddypress 1.2.4.1
Forum: Plugins
In reply to: [Plugin: BuddyPress Groupblog] White screen of deathAny word on this. I’m interested in using it, but have been having the same issues??
Cheers