Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter joshtate2001

    (@joshtate2001)

    No takers?

    Thread Starter joshtate2001

    (@joshtate2001)

    Remove entire thread please!

    Thread Starter joshtate2001

    (@joshtate2001)

    Found my issue. Issue resolved.

    Thread Starter joshtate2001

    (@joshtate2001)

    Got it fixed through using MySql command line.
    Moderator, please remove this entire thread. Thanks, Josh

    Thread Starter joshtate2001

    (@joshtate2001)

    Well I changed it and now I am trying to log back into phpmyadmin and cannot. When I look at the wp-config.php the password seems to be encryted. When you told me to change the password I did it in the phpmyadmin DB tool. Help

    Thread Starter joshtate2001

    (@joshtate2001)

    Never mind the question about changing the info. I have done it. Thanks again!

    Thread Starter joshtate2001

    (@joshtate2001)

    Ipstenu (Mika Epstein),

    Thank you for editing my post and catching that. I do not know what I was thinking when I posted that. I forgot that that info would be in there. Would you please edit you post to remove the point out and yelling so that it does not draw further attention.
    What is the easiest way yo change this password without affecting the sites currently up? Do I just change it in myphpadmin?

    Thread Starter joshtate2001

    (@joshtate2001)

    Moderator please delete the post with my wp-config. I did not mean to post the entire thing.

    Thread Starter joshtate2001

    (@joshtate2001)

    That is not the problem. I do not allow http. Read the above thread to this post. The problem is when the original multi-site was installed it as http. I changed it to https (or at l;east all the child sites are https). The problem is in the main site is still thinking it is suppose to be http, even though I change the siteurl in the database table “wp_sitemeta” from http to https. The changed is not reflect in the settings of the main (root / site).

    Thread Starter joshtate2001

    (@joshtate2001)

    I finally found the table named “wp_sitemeta” and changed the value of “siturl” from https://wordpres.campbell.edu to https://wordpress.campbell.edu. When I go the the dashboard and go to Sites, them try to visit the site I get a 404 not found. When I go to the dashboard of the main site and look at the settings, it still shows the main site url as https://wordpress.campbell.edu. MY change was save and I did a iisreset and restart IIS after the change, but it does not reflect the change. I do not know what the problem is. When I go back into phpmyadmin and check the siteurl value, it is showing my change from hhtp to https. The domain is showing as wordpress.campbeel.edu in table “wp-site”. So, I do not know what I am missing.

    Thread Starter joshtate2001

    (@joshtate2001)

    I found the table the multisite used for the main install, “wordpress980”.
    I have open that up and I cannot find a table named “wp_sitemeta”
    I have the following tables:

    wp_11_commentmeta
    wp_11_comments
    wp_11_links
    wp_11_options
    wp_11_postmeta
    wp_11_post
    wp_11_terms
    wp_11_term_relationships
    wp_11_term taxonomy
    wp_11_wppa_albums
    wp_11_wppa_comments
    wp_11_wppa_exif
    wp_11_wppa_index
    wp_11_wppa_iptc
    wp_11_wppa_photos
    wp_11_wppa_rating
    wp_11_wppa_session

    The above table structure repeates for wp_12 & wp_13.
    So, I cannot find the table you are referring to.

    Thread Starter joshtate2001

    (@joshtate2001)

    Below is my wp-config.php. I cannot find the table you are refering to.

    **
     * The base configurations of the WordPress.
     *
     * This file has the following configurations: MySQL settings, Table Prefix,
     * Secret Keys, and ABSPATH. You can find more information by visiting
     * {@link https://codex.www.ads-software.com/Editing_wp-config.php Editing wp-config.php}
     * Codex page. You can get the MySQL settings from your web host.
     *
     * This file is used by the wp-config.php creation script during the
     * installation. You don't have to use the web site, you can just copy this file
     * to "wp-config.php" and fill in the values.
     *
     * @package WordPress
     */
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'DELETED');
    
    /** MySQL database username */
    define('DB_USER', 'DELETED');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'DELETED);
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    
    /**#@+
     * Authentication Unique Keys and Salts.
     *
     * Change these to different unique phrases!
     * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/salt/ www.ads-software.com secret-key service}
     * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
     *
     * @since 2.6.0
     */
    define('AUTH_KEY',         'Almostrightisalwayswrong!');
    define('SECURE_AUTH_KEY',  'Almostrightisalwayswrong!');
    define('LOGGED_IN_KEY',    'Almostrightisalwayswrong!');
    define('NONCE_KEY',        'Almostrightisalwayswrong!');
    define('AUTH_SALT',        'Almostrightisalwayswrong!');
    define('SECURE_AUTH_SALT', 'Almostrightisalwayswrong!');
    define('LOGGED_IN_SALT',   'Almostrightisalwayswrong!');
    define('NONCE_SALT',       'Almostrightisalwayswrong!');
    
    /**#@-*/
    
    /**
     * WordPress Database Table prefix.
     *
     * You can have multiple installations in one database if you give each a unique
     * prefix. Only numbers, letters, and underscores please!
     */
    $table_prefix  = 'wp_';
    
    /**
     * For developers: WordPress debugging mode.
     *
     * Change this to true to enable the display of notices during development.
     * It is strongly recommended that plugin and theme developers use WP_DEBUG
     * in their development environments.
     */
    define('WP_DEBUG', false);
    
    define('WP_ALLOW_MULTISITE', true);
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', false);
    define('DOMAIN_CURRENT_SITE', 'wordpress.campbell.edu');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);
    define('WPPA_MULTISITE_INDIVIDUAL', true);
    define('ALLOW_UNFILTERED_UPLOADS', true);
    /* 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 joshtate2001

    (@joshtate2001)

    Thank you for your reply.
    There are many databases listed, how do I know which one belongs to the main site of my multi-site install?

    My list appears as the following:

    New
    information_schema
    mysql
    test
    wordpress127
    wordpress218
    worpress297
    wordpress334
    wordpress348
    wordpress356

    There are 24 “wordpress???” sites listed wordpress127 to wordpress980.
    So, I am not sure which database I need to

    Thread Starter joshtate2001

    (@joshtate2001)

    I was able to get phpmyadmin working on my IIS SErver 2012 box. Now I am having trouble finding the table you are referencing.

    Thread Starter joshtate2001

    (@joshtate2001)

    Did you read my reply post? I am running the wordpress multisite on a Server 2012 box running on IIS. So, I am not sure about your reference to running phpmyadmin.

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