Crash going from completing register details to payment
-
Hi there, so used this plugin a few times now and never had an issue, but it seems this time when a user tries to sign up there is a crash after filling out the register fields forms and clicking register. it should go through to the payment portal but it doesnt.
Ive tried all the usual deactivating plugins, switching themes, paypal is all connected fine etc.
Here is a list of errors ive been getting after various attempts:
error line 111 plugin.php after nothing changed:
$wp_filter[ $tag ]->add_filter( $tag, $function_to_add, $priority, $accepted_args );
return true;error after adding add_filter( ‘ms_shortcode_ajax_login’, ‘__return_false’ );
line 308 class-wp-hook.php$this->nesting_level–;
deactivating genesis/custom theme :
error on line 2939 wp-includes/wp-db.php// ASCII is always OK.
( ! isset( $value[‘ascii’] ) && $this->check_ascii( $value[‘value’] ) )
) {
$truncate_by_byte_length = true;
$needs_validation = false;
}EDIT:
another error
Fatal error: Maximum execution time of 30 seconds exceeded in /home/aerotoxic/domains/aerotoxic.org/public_html/wp-includes/wp-db.php on line 1347
// Count the number of valid placeholders in the query.
$placeholders = preg_match_all( “/(^|[^%]|(%%)+)%($allowed_format)?[sdF]/”, $query, $matches );Any help asap would be highly appreciated
Cheers
The page I need help with: [log in to see the link]
- The topic ‘Crash going from completing register details to payment’ is closed to new replies.