Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)
  • Thread Starter David

    (@prodesign)

    I 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!

    Thread Starter David

    (@prodesign)

    “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)

    Thread Starter David

    (@prodesign)

    Hostgator: You are currently hosted on a linux VPS using apache for HTTP not IIS.

    any ideas?

    Thread Starter David

    (@prodesign)

    I’m using microsoft web expression

    I add the code right below
    define (‘WP_ALLOW_MULTISITE’, true);
    and right above that’s all happy blogging

    here’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');
    Thread Starter David

    (@prodesign)

    im not sure ill ask hostgator

    Thread Starter David

    (@prodesign)

    hmph.. 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.

    Thread Starter David

    (@prodesign)

    theres nothing before
    <?php on line one

    and no spaces after
    require_once(ABSPATH . ‘wp-settings.php’);

    at the end, any other ideas?

    Thread Starter David

    (@prodesign)

    using hostgator vps

    Thread Starter David

    (@prodesign)

    i still have this problem? any ideas? anyone?

    Thread Starter David

    (@prodesign)

    yes they create and function no problem

    Thread Starter David

    (@prodesign)

    no luck with the perms on ms-files:(

    Thread Starter David

    (@prodesign)

    ok so if the htaccess is correct and the config is right, means my problem is somewhere else right? any ideas where else to check?

    Thread Starter David

    (@prodesign)

    the 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 );

    Thread Starter David

    (@prodesign)

    update: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?

    Thread Starter David

    (@prodesign)

    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?

    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?

Viewing 15 replies - 1 through 15 (of 26 total)