patty7
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Domain redirection keeps forwarding to signup page?Andrea,
Thank you sooooo much!!! I have been every where and read all I could, and came across the ebook you wrote “Creating a Network in WordPress
3.0 (and up).It is AWESOME, I went through it step by step and checked to make sure everything was like you said it should be…there were a couple of things I changed and POOF!!! My site is up again.
Thank you so much!
PattyForum: Networking WordPress
In reply to: Domain redirection keeps forwarding to signup page?Thank you Andrea =) I will sure go there and read up.
my site is http://www.everythingnmoreworld.com
Patty
Forum: Networking WordPress
In reply to: Domain redirection keeps forwarding to signup page?WOOHOO!!!! I DID IT!!!
I changed my SQL AND IT WORKS…
I learned a lot in the last 5 hours. Thank You for your support AND concern, I appreciate it. =)
I have been messing around with word press for about a year, but like I said I have NEVER had to mess with code or HTML (well until tonight after I messed up) The saying is true we really do LEARN from our mistakes. I had to figure out how to change it and I did. I sure was worried. After I read your reply my heart was racing because I new I needed to get it changed fast.
I am going to give this multi site thing a try…I have to find out if I can do it.
I am still getting that error message, I have tried deactivating and reactivating plug ins but I still get that error:
(Greetings Site Administrator! You are currently allowing “none” registrations. To change or disable registration go to your Options page.)
I don’t know why or what’s doing it. I sent another post to Jason Grim to see if he can shine some light but I am really not holding my breath.
Again I really appreciate the time you put in here to give the help we need when we need it.
Patty
Forum: Networking WordPress
In reply to: Domain redirection keeps forwarding to signup page?I’m Sorry…I didn’t realize what I was putting up. I have been trying to get answers to this problem for 3 days, I’m tired, frustrated and new to this.
I first went to the person who created this multi site plugin Jason Grim and he basically told me to piss off and it was a wordpress problem. I tried to figure out where I was suppose to put the noblogredirect stuff, because it didn’t match anything I was looking at. I know nothing about code or HTML.
Yes I did learn a lot, and no I won’t put wp-stuff up again.
I have no idea how to change my SQL, not a clue. I found it in my cpanel, but I am not sure how to go about it. I found some post on it but I am still not sure where to go or what to do first.
Again thank you and I’m sorry.
Patty
Forum: Networking WordPress
In reply to: Domain redirection keeps forwarding to signup page?I am having the same problem…after I put my site up and installed some plug ins I get an (Greetings Site Administrator! You are currently allowing “none” registrations. To change or disable registration go to your Options page.) when I go out to the web to look at my site that is all it says, I can’t see my site.
I seen this post and was very excited to have a solution. Unfortunately I don’t see where I should put this code that you have given. I don’t see any where that it says “stop editing” here is what I see when I pull up the wp-congig.php file:
<?php /** Any help I could get would REALLY be appreciated =) Patty * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, WordPress Language, and ABSPATH. You can find more information * by visiting {@link http://codex.wordpress.org/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', 'patty_wrdp1'); /** MySQL database username */ define('DB_USER', 'patty_wrdp1'); /** MySQL database password */ define('DB_PASSWORD', 'REMOVED'); /** 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.wordpress.org/secret-key/1.1/salt/ WordPress.org 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 */ /**#@-*/ /** * 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_'; /** * WordPress Localized Language, defaults to English. * * Change this to localize WordPress. A corresponding MO file for the chosen * language must be installed to wp-content/languages. For example, install * de.mo to wp-content/languages and set WPLANG to 'de' to enable German * language support. */ define ('WPLANG', ''); /** * 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( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = "/"; define( 'DOMAIN_CURRENT_SITE', 'everythingnmoreworld.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); /* This shit was made multi-site enabled by @link http://jgwebdevelopment.com */ /** 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');