David
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Media not visable on mapped domains. white boxesI don’t think so, however you solved my other miner problem as I’ve setup a new network, same server/so I’m guessing hotlink protect is not turned on/or isn’t causing the prob because on mapped domains the pictures show up fine on this one. this problem has disgusted me for months, who knows whats causing it. I’m giving up, going to just migrate my content to the new network and rebuild 🙂 You guys are my life savers, always appreciated! keep it up!
Forum: Networking WordPress
In reply to: MS setup problem“wonkily. That’s a technical term.”
sod-all it was not! you got it. wonkily… i should of checked that sooner.. added code outside of expression, worked first time. much thanks, i am creating this second network just to troubleshoot and find the problem with my main. (the other issue i posted)
Forum: Networking WordPress
In reply to: Media not visable on mapped domains. white boxesHostgator: You are currently hosted on a linux VPS using apache for HTTP not IIS.
any ideas?
Forum: Networking WordPress
In reply to: MS setup problemI’m using microsoft web expression
I add the code right below
define (‘WP_ALLOW_MULTISITE’, true);
and right above that’s all happy blogginghere’s a copy.
*/ define('WP_DEBUG', false); define ('WP_ALLOW_MULTISITE', true); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'designquoter.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');Forum: Networking WordPress
In reply to: Media not visable on mapped domains. white boxesim not sure ill ask hostgator
Forum: Networking WordPress
In reply to: MS setup problemhmph.. ya i repeated the process more times then i can count as soon as i get to the step to add
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘topplacetovisit.info’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );i get the error, then if i undo it, it goes away.
Forum: Networking WordPress
In reply to: MS setup problemtheres nothing before
<?php on line oneand no spaces after
require_once(ABSPATH . ‘wp-settings.php’);at the end, any other ideas?
Forum: Networking WordPress
In reply to: Media not visable on mapped domains. white boxesusing hostgator vps
Forum: Networking WordPress
In reply to: Media not visable on mapped domains. white boxesi still have this problem? any ideas? anyone?
Forum: Networking WordPress
In reply to: Media not visable on mapped domains. white boxesyes they create and function no problem
Forum: Networking WordPress
In reply to: Media not visable on mapped domains. white boxesno luck with the perms on ms-files:(
Forum: Networking WordPress
In reply to: Media not visable on mapped domains. white boxesok so if the htaccess is correct and the config is right, means my problem is somewhere else right? any ideas where else to check?
Forum: Networking WordPress
In reply to: Media not visable on mapped domains. white boxesthe htaccess seems to match the one in network, heres a copy.
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]
# BEGIN WordPress# END WordPress
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/design
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>If you have a subfolder install, and you’re using domain mapping to make subdomains, that would do it.
does subfolder install mean the same as sub-dir install? i believe i have the sub-directory install, when i add a site it looks like htt://site.com/site/ however the config code under network doesnt seem to correspond, does this look correct?
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘designquoter.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );Forum: Networking WordPress
In reply to: Media not visable on mapped domains. white boxesupdate:error msg fixed, image prob still exists
actually that error msg was only visible while on the backend off the non mapped domain subsite when looking at the main site “super admin” “edit” right side under theme was the the error msg. i increased the allowed memory and tweaked with the themes a little and it no longer appears. however still cant view images on the mapped domains or subs.
so we’re at
ok, I checked the media on a non mapped sub-site. It does the same thing. so that means the problem is within the sub sites right?
Forum: Networking WordPress
In reply to: Media not visable on mapped domains. white boxesok, I checked the media on a non mapped sub-site. It does the same thing. so that means the problem is within the sub sites right?
further more i just found this fatal error msg that i hadn’t seen yet under “super admin” “edit”(mainsite)
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1505281 bytes) in /home/design/public_html/wp-admin/ms-sites.php on line 255
im thinking this might be the prob?