Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter Wanderman

    (@wanderman)

    Most excellent. Also, why am I forced to purchase Premium Support when I go to purchase the plugin? I’d like to support your work, but I dislike (and likely do many others!) that we are forced to purchase another item.

    Thank you for your work.

    Thread Starter Wanderman

    (@wanderman)

    Hmmm again. It was sent from a Windows 10 Mail client through a Postfix/Dovecot server combo.

    Rick

    Thread Starter Wanderman

    (@wanderman)

    It was the content of the sent email. Not an attachment.

    Simple typed email.

    It’s odd.

    Rick

    Thread Starter Wanderman

    (@wanderman)

    Sure:

    From <[email protected]>
    To [email protected]
    Date 11/03/2019 17:45
    Subject [xxxxxxxxxxxxx] Report – March 2019

    Message contents
    This message has no body contents.

    Attachment name Attachment type File size Actions
    No filename HTML document 15.67 kB View | Open | Save

    Thread Starter Wanderman

    (@wanderman)

    Wayne,
    Thank you for the rapid reply! The issue was the port and SSL. All fixed now.

    Next question, How do I get POSTIE to put the entirety of the post in the email body rather than a link?

    Rich

    Thread Starter Wanderman

    (@wanderman)

    Fixed.

    with MYSIAM databases user the:

    repair tables “NAME OF TABLE” use_frm

    rebuild the index. May have some glitches, but can easily fix

    Rick

    Thread Starter Wanderman

    (@wanderman)

    FYI:
    It appears that this is causing me to NOT be able to add tags and categories. They are all missing and adding them in via the new post or edit post function fails

    Rick

    Thread Starter Wanderman

    (@wanderman)

    EUREKA!

    I knew wordpress was configured correctly!

    Ipstenu, brilliant deduction! I had overrides set to NONE on this new server. Never went back to change it!!!

    Thanks!

    Rich

    Thread Starter Wanderman

    (@wanderman)

    moon,
    I see the rewrite base is /

    and a bunch of commented out lines refer to a /wordpress/ directory.

    The install is to the webroot (/)

    Thanks!

    Rich

    Thread Starter Wanderman

    (@wanderman)

    Thanks everyone, it is always much more frustrating to have something partially functional than simply not work at all!

    my .htaccess:

    # BEGIN WordPress
    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).*) $1 [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    #<IfModule mod_rewrite.c>
    #RewriteEngine On
    #RewriteBase /wordpress/
    #RewriteRule ^index\.php$ – [L]
    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteRule . /wordpress/index.php [L]
    #</IfModule>

    # END WordPress

    my wp-config.php includes these lines:

    define(‘WP_ALLOW_MULTISITE’, true);

    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘weblog.vr-x.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’);

    I can see multisite network admin. I can add sites.

    I have no idea when one is added it does not create any virtual folders, simply shows me the path and a 404 error.

    Something basic is amiss.

    Am I configuring the new sites correctly??

    What is needed to be modified as far as permalinks are concerned?

    Thanks,

    I promise I will breat! 🙂

    Rich

    Rich

    Thread Starter Wanderman

    (@wanderman)

    also,

    when I finally get a blog created, users added, theme enabled. I go to visit the site or the dashboard and get:

    The requested URL /NAME OF SITE/wp-admin/ was not found on this server.

    I believe it has to do with directories.

    Do i need to create a /NAME OF SITE/ directory off of the webroot?

    If I have one, it fails to find the wp-admin script. I thought that multisite allows you to use the same wordpress installation system files.

    help Again!

    Rich

    Thread Starter Wanderman

    (@wanderman)

    OK…I followed the instructions for multisite. I have a wordpress installation at the root of my webserver. I do not wish to have a separate install of wordpress in each sub-directory.

    weblog.domainname.com/

    now I want sub-directories such as:

    weblog.domainname.com/site1

    weblog.domainname.com/site2

    I have network admin activated. I have the site created. All I get when I try to go to a particular subsite is:

    404 NOT FOUND!

    HELP!

    Rich

    Thread Starter Wanderman

    (@wanderman)

    OK. I reinstalled wordpress in my /webroot/ directory and was able to add /webroot/weblog/ directories as distinct blogs.

    Do I still have to install an iteration of wordpress in every single blog directory??? i.e. /webroot/ has an install. Then another in /webroot/weblog1/ and /webroot/weblog2/ etc etc.?

    Is there another way?? I will be using a single mysql database and understand I will need to change each weblog to its own prefix in the config. i.e. wp- is default next one is fb- etc etc.

    I’m getting there.

    Thanks!

    Rick

Viewing 13 replies - 1 through 13 (of 13 total)