brees
Forum Replies Created
-
Forum: Plugins
In reply to: [Elfsight Blocks for Elementor — 80+ Widgets] Instagram Feed DownThank you! Much appreciated.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Embedded git repository warningLet me give those a shot. Thank you so much for all the help.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Embedded git repository warningHmm. Git won’t stage these, even after removing all of the .gitignore files:
modified: wp-content/plugins/object-sync-for-salesforce/vendor/a5hleyrich/wp-background-processing (modified content, untracked content)
modified: wp-content/plugins/object-sync-for-salesforce/vendor/developerforce/force.com-toolkit-for-php (modified content, untracked content)If these don’t get committed am I going to run into issues? Feels like I will.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Embedded git repository warningI can probably just remove the .gitignore files from the vendor directories, yes?
Forum: Plugins
In reply to: [Object Sync for Salesforce] Embedded git repository warningWow, you are fast!
After manually dropping the folder in /wp-content/plugins/ and running git add ., I see these in the output (niether of which have the .php extension, while other added files do):
new file: wp-content/plugins/object-sync-for-salesforce/vendor/a5hleyrich/wp-background-processing
new file: wp-content/plugins/object-sync-for-salesforce/vendor/pippinsplugins/wp-loggingHere’s what git won’t stage:
modified: wp-content/plugins/object-sync-for-salesforce/vendor/developerforce/force.com-toolkit-for-php (modified content)
Forum: Plugins
In reply to: [Redirection] Unexpected output during activationHello,
I have solved this issue, and as expected, it was not a problem with the plugin.
In my case, the user (on the web server) did not have permissions to create tables in the mysql DB.Check your PHP logs for an error that looks like this:
“NOTICE: PHP message: WordPress database error CREATE command denied to user…”
Once permissions were granted to the user, activation worked without any issues.
Forum: Fixing WordPress
In reply to: Database connection resolves itself; can't login to adminThis is solved. It turns out that the configuration for the HA mysql cluster was set up improperly. When the master failed, the slave was not properly promoted. As a result, writing to the DB was unavailable.
Forum: Fixing WordPress
In reply to: Database connection resolves itself; can't login to adminI believe I have access to all logs- but where do I find the particular logs that will help me?
Did you intend to say briefly define wp-debug to true? (I think you did.)
I did so and (unsurprisingly) immediately saw a mysql error. I’m not sure how much is safe to provide here…The first portion of the error reads:
[The MySQL server is running with the –read-only option so it cannot execute this statement]The statement that it cannot execute is an INSERT INTO wp_options and involves the option name _transient_doing_cron.
To answer your other questions:
1. This is a single install
2. The site url is http://www.accuquote.com
3. The server is Linux – 3.13.0-71-generic, running Ubuntu 14.04.3I haven’t ran a mysql check/repair yet, but will move onto that if I am unable to find anything to address this issue.