danhgilmore
Forum Replies Created
-
Forum: Networking WordPress
In reply to: where to download contents of "site" folder of wp-contentThe single WordPress installation equivalent would be wp-contents\uploads
Then you’ll see folders for each year.
Forum: Fixing WordPress
In reply to: fatal errorYou need to access your plugin files via your web host, NOT via WordPress.
Forum: Fixing WordPress
In reply to: 404 error on a plublished postPlease go into Settings->Permalinks and reset to “Plain”, and then back to what setting you wish to display.
Forum: Fixing WordPress
In reply to: Css/ woocommerce problemYou would need to contact the developers of the plugin for support https://wordpress.org/support/plugin/woocommerce
Forum: Networking WordPress
In reply to: where to download contents of "site" folder of wp-contentYou need to export and import your site. The site content is stored in the DB.
Have you taken a look at this? https://codex.wordpress.org/Function_Reference/is_super_admin
Forum: Networking WordPress
In reply to: Multi site vs single siteIMO, you could do this with a single install of WordPress. You would need some sort of customization and plugins that are beyond the scope of the support offered here, but it is all possible with a single install.
Forum: Networking WordPress
In reply to: There was a plugin that let you execute any in multisiteI’m not following your request. A plugin that let you execute what? https://codex.wordpress.org/Must_Use_Plugins will run on every site.
Are you referring to this page? wp-admin/network/site-settings.php
If so, that page shows the options in that site’s wp_X_options table (where X = the blog id). Plugin authors CAN add their plugin’s options/settings to that table, but are not required. That is completely up to them.
Forum: Networking WordPress
In reply to: Remove wp logo in network menuWe can’t provide support for plugins here. You’d need to contact the developers of the plugin here: https://wordpress.org/support/plugin/multisite-enhancements
Forum: Fixing WordPress
In reply to: Database connection errorTry changing that setting from ‘wp_’ to ‘wp810’
Forum: Fixing WordPress
In reply to: Database connection errorOn top of what Jan said, check your wp-config.php file and see if there is a line starting:
$table_prefix =
Forum: Networking WordPress
In reply to: subsite to main site to subsite againYou don’t need to build a staging site.
Just enable the Importer plugin on the current WP site, and export it. Once you have the new site up and running, just import the content. It should pull in all content and settings, but not media (images/video/etc)
Forum: Fixing WordPress
In reply to: Database connection errorLooks like something deleted your site’s tables. You’ll need to either restore from backup or re-install WordPress.
Forum: Installing WordPress
In reply to: WordPress installer has no styleIt looks like it can’t resolve your server name. Are you sure the files were copied properly to the right folder?