• Resolved eeeprom

    (@eeeprom)


    here is what I know after 7 complete uninstalls and starting all over.

    Always the same result with the subdomains. Admin can create pages and upload images to them and see them. Subdomains Can create pages but no uploads are visible.

    What I found out is that after you upload an image in a subdomain the links to it are broken, If you go into the editor part the image is broken until you click on the edit now button and then it is there. But the Thumbnail remains broken. If you look at the image link locations for the broken links and the image to be edited link they are different. I have tried to resolve this and it’s not happening.

    Any Ideas

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter eeeprom

    (@eeeprom)

    if you are talking about this line

    define(‘WP_ALLOW_MULTISITE’, true);

    I have it in and it changes nothing.

    Thread Starter eeeprom

    (@eeeprom)

    I cleared my history out and it let the network Icon back in but I have this at the top of the screen.

    Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /virtuals/gamepursuit.com/wp-includes/functions.php on line 3321

    Do you have debug notices turned on?

    Thread Starter eeeprom

    (@eeeprom)

    And after putting the generated .htaccess file
    I no longer have my permalinks working

    Did you just change them from pretty permalinks?

    The .htaccess needs to have those lines in there to work.

    If one is knocking out the image urls, and the other is knocking out your permalinks, then you have soemthing worng.

    My guess would be this part:

    <Directory /virtuals/gamepursuit.com>
    Options SymLinksIfOwnerMatch IncludesNoExec
    AllowOverride FileInfo Options
    AllowOverride All

    Order allow,deny
    Allow from all
    allow from all
    Options +Indexes
    </Directory>

    See those bolded lines? that’s why. you only need one.

    Thread Starter eeeprom

    (@eeeprom)

    Thanks Andrea_r , It does appear to be working now. I will upload a theme or two and make another domain and user and see what happens.

    I’ll keep you posted.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘possible bug’ is closed to new replies.