last week I just installed another wordpress on my site, which already has a wordpress in it.
lets say
www.mysite.com = my first wordpress installation
www.mysite.com/second = my second installation
and then I just realized that I cant login into my first wordpress
I tried reseting my password, and it still cant log on, for some reason the first blog wont recognize the username. I even tried changing the username on phpmyadmin.
after googling for a while, I just discovered that wordpress had something called multisite and adding multiple blog on a site is not as easy as I thought it would be…
is there any way I can regain access to my first blog? thanks!!
]]><?php
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the
* installation. You don't have to use the web site, you can
* copy this file to "wp-config.php" and fill in the values.
*
* This file contains the following configurations:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.www.ads-software.com/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'u394131974_1');
/** MySQL database username */
define('DB_USER', 'user');
/** MySQL database password */
define('DB_PASSWORD', 'pass');
/** MySQL hostname */
define('DB_HOST', 'mysql');
/** 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', '+;xMY*1M}[JF#&&lU43K/1uJ:8&1Lj7Z5[%hl$fb%t:i/ MidTLQ++d*f$^&P)3-');
define('SECURE_AUTH_KEY', 'u1S0xMDk)T$!NxZp~6D6M3&aY q!N/2v+-gia*<code>=tmO^--9--;eD)r$*NRN</code>:Hzr');
define('LOGGED_IN_KEY', 'ZIZRH_<code>2BZUM{<m-!+7A+^-(|_|#h*X}%<vHf</code>@zsWor<l{e::U+]yf[tM_ HmJ9');
define('NONCE_KEY', 'ku:3}@A1?_+Bw>KoGBFY%iTBm]KPjr|C,=+9^B>H0.-P1ZMX,Ty*_Iv/.0EI.4[%');
define('AUTH_SALT', 'E+#Vk+3V0O&q%b=g &k?|DfM9]!JK-Ay:w~Z/>-Vh(UHk_NY{E9B?fvcF5X]L~{s');
define('SECURE_AUTH_SALT', '-W*La#oP(}P/9j9<9!FIO(c a+_s^UXK2wHFf3^E$NUuffVTOV=+Y,oEwaK|}bn<');
define('LOGGED_IN_SALT', '!d?bv+8&RIkqF.l%KX?F1Q|lO:OwWTQ9|>#hag_f{&MH[C{#a~D-K*
+7u[B^o/u');
define('NONCE_SALT', 'W9,
]TAt6h3N)~YEEEI7_^V|Qt,|3w6@pH6Lw<4[sO8-Bf7NYfcyG.[sWxO(8;bK');
/**#@-*/
/**
* 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_2';
/**
* 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.
*
* For information on other constants that can be used for debugging,
* visit the Codex.
*
* @link https://codex.www.ads-software.com/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
define('CUSTOM_USER_TABLE', 'wp_1users');
define('CUSTOM_USER_META_TABLE', 'wp_1usermeta');
/* 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');
But when I login into my blog 2 I received this message
‘You do not have sufficient permissions to access this page. ‘
Anyone can help me please
I run a childcare centre. Each day, we need to take photos and write some notes on each child to show their parents. We currently do this paper based.
Is it possible, for each parent to have a login in wordpress, and then for us to blog that information just to that one parent of that particular child? For privacy reasons, we can’t just openly blog the information to all parents. Or maybe, when we are posting a blog, to select only 1 user (parent) that can see that blog?
We have new parents join each week, so it would need to be sustainable.
Thanks in advance!
]]>$wpdb->nggpictures = $wpdb->prefix . 'ngg_pictures';
$wpdb->nggallery = $wpdb->prefix . 'ngg_gallery';
$wpdb->nggalbum = $wpdb->prefix . 'ngg_album';
is now
$wpdb->nggpictures = 'wp_ngg_pictures';
$wpdb->nggallery = 'wp_ngg_gallery';
$wpdb->nggalbum = 'wp_ngg_album';
This has worked perfectly up until this upgrade where the database is now being upgraded. My French language blog appears to have taken the upgrade route without a problem – the other two keep telling me to upgrade. When I do, the screen hangs on “Upgrading database…”
Any suggestions would be welcome.
https://www.ads-software.com/plugins/nextcellent-gallery-nextgen-legacy/
]]>I asked this question here but support over there is spotty, and the question is more of a query issue than a Sermon Manager issue.
I have an addon that create a custom post type, wpfc_sermon
I would like to display all of these posts in a summary list on a specific page with a slug sunday-messages. I have tried custom page templates. I have tried queries, and replacing index.php with a custom type and calling it from functions.php.
Can anyone outline the BEST way to do this? I am using a theme and child theme, and I already have custom PHP which modifies the normal post type ‘post’. So with my custom code, I am running into themeing u=issues with this new post type, because it is still seen as is_single() on the single pages. This is fine, and i can actually work with this and theme it the same way. Problem is that the only way I can display the sermon post type summary is through a shortcode, which does not give it the property is_home().
I am sure this is an easy fix and I am just missing it.
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'custom-content', get_post_type() ); ?> <!-- This is pointing the god-stories page at the custom-content.php -->
<?php endwhile; ?>
Is the code in my index.php which calls my normal post type- I am sure if I could modify this to reflect the new post type I could figure it out with custom page templates. I cannot modify the_post() and get the php to not error out for the life of me.
Thanks for the help in advance!
]]>I have one domain www.RockinGodsHouse.com and five separate sub-domains…
blog1.RockinGodsHouse.com, blog2.RockinGodsHouse.com etc.
I need multiple blogs so this was recommended by GoDaddy.
They are all independent databases. I would like to have a user log into anyone of the sites, commenting on any of the six blogs after signing in only once… Navigating seamlessly with the perception of one site, not six.
Can this be done?
]]>Alex Wright
]]>Have found a few that come close – MURAL – is the closest, but it’s not quite there……
I will appreciate any suggestions on this – have spent around 5 hours searching so far!!!!!!
many thanks, sue
]]>I have one blog and I need to add another blog on same domain. So is it needed to install second wordPress directory again?
E.g. I have blog on www.xyz.com/mkt and need another blog www.xyz.com/abc.
It would be appreciated for the help.
Thanks,
Sonali