Tagged: x
-
AuthorPosts
-
November 11, 2016 at 2:58 pm #1253726
tedhendershotParticipantHi! I seem to be having some problems with the Addons panel. When I try to set up demo content (Agency, in this case), it hangs indefinitely on the “Initializing…” prompt. When I attempt to install an extension, I get the green checkmark and the “GO ACTIVATE” prompt, but the plugin never appears in the Plugins pane. I have tried the memory limit workaround and have changed my entire WP install to 755 with no success. I’ll follow up with my SFTP credentials in a private post.
URL: madeinportland.nfshost.com
WP, X, and Cornerstone all up to date.November 11, 2016 at 3:00 pm #1253727
tedhendershotParticipantThis reply has been marked as private.November 11, 2016 at 9:33 pm #1254133
Rue NelModeratorHello There,
Thanks for posting in and the very detailed information. I have carefully investigated the issue and I found out that you have define a file and folder permission. That resulted to a series of issues. You can’t even update or install a plugin from the WP repository. To resolve the issue, I modified your WP config file. I ended up using something like these lines:
/** * 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_'; define( 'FTP_USER', 'xxxxxxxxxxxxxxxxxx' ); define( 'FTP_PASS', 'xxxxxxxxxxxxxxxxxx' ); define( 'FTP_HOST', 'xxxxxxxxxxxxxxxxxx' ); // define('FS_CHMOD_FILE', 0755); // define('FS_CHMOD_DIR', 0644); define('WP_DEBUG', false); define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' ); /* That's all, stop editing! Happy blogging. */Please have X validated so that you can now install the bundled plugins. You should now also import the demo content.
Please let us know how it goes.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1253726 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
