dkallaire
Forum Replies Created
-
Forum: Plugins
In reply to: [Network Privacy] [Plugin: Network Privacy] Activated, but is it working?Like I said, my setup was dead simple (which didn’t mean I didn’t need a lot of help from Andrea and others), I haven’t used WP for months and I never used or learned about BuddyPress, but what I remember well after learning it the hard way is everything is intertwined. A comma here, a plugin there, can disrupt the whole site. I got mine to disappear entirely a couple of times.
I bet the difficulty is with BuddyPress. Maybe the solution in my case just doesn’t apply.
Forum: Plugins
In reply to: [Network Privacy] [Plugin: Network Privacy] Activated, but is it working?My site no longer exists and I haven’t worked with WP since July. Looking at the backup copy I still have, I think I created (AFTER backing up my site!) a folder called mu-plugins inside wp-content and put the ra-network-privacy.php there. I may have then deleted it and used Andrea’s suggestion of using network activation (AFTER backing up my site!) but I don’t remember.
I had one site (class.com) with several subdirectories. (class.com/studentname) so I don’t know if this will help in your situation.
Forum: Plugins
In reply to: [Network Privacy] [Plugin: Network Privacy] Activated, but is it working?I did do network activation first but didn’t look in the right place for the setting so I don’t know if it worked. It did put a radio button menu of privacy options on the Site Settings page which didn’t seem to work. That menu went away when I moved the plugin to /mu-plugins.
Forum: Plugins
In reply to: [Network Privacy] [Plugin: Network Privacy] Activated, but is it working?The screen shot did the trick. I had the plugin in the plugins folder instead of mu-plugins. The options showed up in the Site window Setting tab and didn’t seem to register when I chose one and saved. With the plugin in the right place everything works fine.
Thanks again, Andrea.
Forum: Networking WordPress
In reply to: Bad url for sub-directory siteWhat’s fun to do with html is upload to the wrong directory over and over (and over) and wonder why the page doesn’t change. That’s happened. php and MySQL open up whole new opportunities for me. 😮
Thanks again. I hope it’s a little longer before my next plea for help.
Forum: Networking WordPress
In reply to: Bad url for sub-directory siteThe “fun” of coding and web admin: This ought to be easy. Nothing works! Nothing works! Nothing works! Wow, that was easy.
🙂 (for now)
Forum: Networking WordPress
In reply to: Bad url for sub-directory siteAmazing. That did it.
Also amazing that I didn’t notice that line because it was below
Stop editingeven though Ipstenu told me to look for it. Yesterday was very long.I’m going to brush up on my unix and try to make php less a matter of guesswork.
Thanks, both of you.
Forum: Networking WordPress
In reply to: Bad url for sub-directory siteHow helpful of them. Here’s what I have there:
/* Stop editing */ $server = DB_HOST; $loginsql = DB_USER; $passsql = DB_PASSWORD; $base = DB_NAME; define('ABSPATH', dirname(__FILE__).'/'); // Get everything else require_once(ABSPATH.'wp-settings.php');Should those four $ lines be removed? WP defines the same information at the beginning of the file.
Forum: Networking WordPress
In reply to: Bad url for sub-directory siteAll I find is `$base = ‘/’;’ in the lines copied from the network install page.
define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'jsa2011.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 );The database lines show define the name, user, password, and host.
Forum: Networking WordPress
In reply to: Bad url for sub-directory siteChanging the db name doesn’t do it.
I got rid of the subdirectory name and site and created new ones. The url is still the same form: domain.comdbnameusername.
Forum: Networking WordPress
In reply to: Bad url for sub-directory siteThanks for the tip.
The install program did the naming (yes I gave in to the lure of one-click).
I should change the name in the DH dashboard and in wp-config?
Does it need a trailing _?Thanks for your patience, Ipstenu.
Forum: Networking WordPress
In reply to: Network Admin button Missing! It's not on far right!Thanks for your help, Ipstenu and Andrea! I thought I saw users in a list of network tables. I’ll delete the whole db and follow the WP install instructions from scratch.
Forum: Networking WordPress
In reply to: Network Admin button Missing! It's not on far right!In the killing am I right in thinking I need to delete these tables?
wp_osjexd_blogs
wp_osjexd_blog_versions
wp_osjexd_registration_log
wp_osjexd_signups
wp_osjexd_site
wp_osjexd_sitemeta
wp_osjexd_usermeta
wp_osjexd_usersForum: Networking WordPress
In reply to: Network Admin button Missing! It's not on far right!I, Yes to both.
The site was over 30 days old and used for practice only, so I removed all the posts and pages and deactivated the plugins and activated the twentyten theme. But I may well have messed something up along the way, with different versions of wp-config and .htaccess, which is why I’m thinking it might be good to replace the contents of the root folder, where WP is installed, and reinstall using the zip from WordPress rather than DH’s One Click.
Andrea, the tables were created. wp_osjexd_blogs, wp_osjexd_blog_versions, wp_osjexd_registration_log, wp_osjexd_signups, wp_osjexd_site, wp_osjexd_sitemeta
(Also in the db: wp_osjexd_commentmeta, wp_osjexd_comments, wp_osjexd_links, wp_osjexd_options, wp_osjexd_postmeta, wp_osjexd_posts, wp_osjexd_terms, wp_osjexd_term_relationships, wp_osjexd_term_taxonomy, wp_osjexd_usermeta, wp_osjexd_users)
Forum: Networking WordPress
In reply to: Network Admin button Missing! It's not on far right!When I go to mysite.com/wp-admin/network/