rsecor
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Loading feed from other sitesHere is a screenshot:
ScreenshotWordPress never sent out an email due to it crashing.
From the error log:
mod_fcgid: stderr: PHP Fatal error: Uncaught Error: Call to undefined function mc_kses_elements() in /wp-content/plugins/my-tickets/my-tickets.php:793mc_kses_elements should probably be mt_kses_elements
./my-tickets.php: echo wp_kses( $options, mc_kses_elements() );
./my-tickets.php: echo wp_kses( $confirmation . “<p>” . __( ‘Create new payment with this cart’, ‘my-tickets’ ) . ‘</p>’, mc_kses_elements() );We just installed this on our site, hoping to migrate from another solution.
We see the javascript running and working but nothing is seen on the front side by any browser we tried.
Good news: The plugin is no longer taking over from other plugins.
Bad news: We can no longer get into the settings of the plugin.I am seeing the same issue.
It appears that this plugin is intercepting where “page=wc-admin” — though I have not been able to identify where in its code.Disabling in the meantime.
Currently using it on at least a dozen sites connected with the same Google Account.
It sounds like the only concern is if I give access to the WordPress account that linked it up or access to a WordPress account to the plugin itself that would then see it. But that is still an issue.
I never said that Mange Sites was not there previously.
I said that previously Manage Sites securely ONLY showed the site you are on.
NOT all the sites you are connected to with that Google Account.Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal Credit Card (REST): Error: Credit card typeWe submitted the PayPal required information to enable REST.
We will update and let you know once PayPal activates it.Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal Credit Card (REST): Error: Credit card typeThat is all we see in the log on a single attempt.
Have to see if there is a secondary debug option to enable.
In additional research we found the following:
In developer.paypal.com -> Dashboard -> My Account -> Direct credit cards is not Enabled.
It appears we are required to enter a Tax ID Number, Employer Identification Number, or Social Security number in order to enable it.
We will be taking care of this issue to see if it remedies the issue, it likely will.