DebsWebs
Forum Replies Created
-
After doing a bit more research it looks like the most of the emails that are not getting delivered have gone to gmail, Sbcglobal, aol, yahoo, hotmail, etc. The ones that are getting delivered are going to individual domains rather than the large email servers.
My client is extremely upset with me because they are not able to get their email sent successfully. I would greatly appreciate a quick response if possible.
I am having the same problem. The last two newsletters I sent say that 263/263 were sent, but many recipients did not receive them and they were not sent to spam. Can you help me figure out what is happening? I usually get excellent click rates, but the last two have been average or below.
Thank you. I tried the latest version and it worked fine!
Here is the part of the error log that pertains to classified-listing:
[01-Oct-2020 14:52:24 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/thewilsh/public_html/wp-content/plugins/classified-listing/app/Traits/UtilityTrait.php on line 646
[01-Oct-2020 14:52:24 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/thewilsh/public_html/wp-content/plugins/classified-listing/app/Traits/UtilityTrait.php on line 646
[01-Oct-2020 14:52:24 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/thewilsh/public_html/wp-content/plugins/classified-listing/app/Traits/UtilityTrait.php on line 647
[01-Oct-2020 14:52:24 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/thewilsh/public_html/wp-content/plugins/classified-listing/app/Traits/UtilityTrait.php on line 647
[01-Oct-2020 14:52:24 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/thewilsh/public_html/wp-content/plugins/classified-listing/app/Traits/UtilityTrait.php on line 648
[01-Oct-2020 14:52:24 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/thewilsh/public_html/wp-content/plugins/classified-listing/app/Traits/UtilityTrait.php on line 648
[01-Oct-2020 14:56:08 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/thewilsh/public_html/wp-content/plugins/classified-listing/app/Traits/UtilityTrait.php on line 646
[01-Oct-2020 14:56:08 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/thewilsh/public_html/wp-content/plugins/classified-listing/app/Traits/UtilityTrait.php on line 646
[01-Oct-2020 14:56:08 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/thewilsh/public_html/wp-content/plugins/classified-listing/app/Traits/UtilityTrait.php on line 647
[01-Oct-2020 14:56:08 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/thewilsh/public_html/wp-content/plugins/classified-listing/app/Traits/UtilityTrait.php on line 647
[01-Oct-2020 14:56:08 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/thewilsh/public_html/wp-content/plugins/classified-listing/app/Traits/UtilityTrait.php on line 648
[01-Oct-2020 14:56:08 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/thewilsh/public_html/wp-content/plugins/classified-listing/app/Traits/UtilityTrait.php on line 648Hi
I have the error log to send to you, but I don’t see any way to upload it here.
Hi Chad,
This is copied from the general support forum as requested.
I have been using the membership plugin along with WP-Members Advanced Options and WP-Members User List Extension. I have recently started having issues with one of the admin users. She has access to all of the products and she has admin access. But when she tries to access some of the blocked content it tells her that she doesn’t have permission to access the content … it is for registered users only. Then she can’t get back to the user admin panel. It treats her like a regular subscriber.
We have created a new admin account for her and now the new account is doing the same thing. I also have an admin account and the settings for my account are identical to the settings on her account, but mine is working flawlessly. Do you have any idea what might be causing this?
I have a user account set up for you to access my admin area if you need to use it.
You mentioned that it could be something like a cache or cookies. She has cleared her browser cache and shut down her computer numerous times, but nothing seems to help.
Forum: Plugins
In reply to: [WP Booking Calendar] Booked resouces are displayed two different waysHi,
I have been replying to your emails regarding this issue, but I just realized that it is a noreply email address.
I have created a user account for you to use to login to the site, but I don’t know how to share it with you since you don’t seem to be responding to the noreply emails. How can we move forward with getting this fixed?
Forum: Plugins
In reply to: [WP Booking Calendar] Booked resouces are displayed two different waysI deactivated all the plugins and there was no change. Then I activated the twenty seventeen theme and it all looks great, like it should. So it appears to be a conflict with my theme. What do you suggest I do to resolve the issue? Changing themes is not an option at this point.
Forum: Plugins
In reply to: [Address autocomplete Contact Form 7] auto-fill multiple fieldsHello? Can someone please help me with this issue?
Forum: Plugins
In reply to: [Address autocomplete Contact Form 7] Cannot enter address in location fieldThanks!
I thought I had registered my google key correctly, but I did it again and now it appears to be working correctly.Hi Chad,
I have another update for you. I downgraded my WordPress installation to 4.9.7 and then activated the WP Members plugin (but not the WP-Members Advanced Options plugin) and the site reverted back to just the background colors. So, maybe it’s not the update of the WordPress installation that caused the problem.So, now I am clueless as to what might be wrong. The site was working perfectly until a few days ago. I haven’t done anything or even logged in to it in several weeks. It just suddenly stopped working as far as I can tell.
Debbie
Hi Chad,
I tried to contact you via the rocketgeek contact form, but I got a message that said my message failed to send and that I should contact the administrator via another method. So I am back here.
Here is the message that I am trying to send via rocketgeek.
Hi Chad,
We had been communicating at the www.remarpro.com forum about this issue.I have a bit more information concerning the issue. I am using a child theme and in the functions.php file for the child theme, I have this additional code.
add_action( ‘template_redirect’, ‘my_redirect_to_login’ );
function my_redirect_to_login() {
if ( ! is_user_logged_in() && wpmem_current_url() == site_url( ‘/activity/’ ) ) {
wpmem_redirect_to_login();
} elseif
( ! is_user_logged_in() && wpmem_current_url() == site_url( ‘/members/’ ) ) {
wpmem_redirect_to_login();
}
return;
}/**
* A simple function to create a settings array
* for access levels and information.
*/
function my_post_access_levels() {
return array(
‘levels’ => array(
/**
* Set array values as:
* metavalue => label,
*/
‘renter’ => ‘Renter/Tenant’,
‘owner’ => ‘Owner’,
‘board’ => ‘Board’,
),
‘default’ => ‘renter’,
‘user_field’ => ‘user_level’,
‘post_field’ => ‘post_access’,
‘error_msg’ => ‘Your account does not have access to this page.’
);
}// No need to change anything after this line.
/**
* Set the user to the default at registration.
*/
add_action( ‘wpmem_post_register_data’, ‘set_default_level’ );
function set_default_level( $fields ){
extract( my_post_access_levels() );
update_user_meta( $fields[‘ID’], $user_field, $default );
}
/**
Allows new user registration to go to an email in addition to the general settings admin email.
*/
add_filter( ‘wpmem_notify_addr’, ‘my_admin_email’ );function my_admin_email( $email ) {
// take the default and append a second address to it example:
$email = $email . ‘, [email protected]’;// return the result
return $email;
}/**
* Sets up access restriction by User ID and access level
*/
add_filter( ‘wpmem_securify’, ‘check_user_access’ );
function check_user_access( $content ) {// Is the content to be blocked and is the user logged in?
if ( is_user_logged_in() && wpmem_block() == true ) {// Get settings.
extract( my_post_access_levels() );// We need the user’s ID and the $post object.
global $user_ID, $post;// Get the user’s access level.
$user_level = get_user_meta( $user_ID, $user_field, true );// Get the post access level.
$post_access = get_post_meta( $post->ID, $post_field, true );// Evaluate level hierarchy.
$i = array_search( $post_access, array_keys( $levels ) );
$x = array_search( $user_level, array_keys( $levels ) );// If the user level is less than post level, return
// error message. otherwise return $content.
return ( $x < $i ) ? $error_msg : $content;
}// Return unfiltered content for all other cases.
return $content;
}/** Admin panel elements */
/**
* Add dropdown to post and page meta box for marking level.
*/
add_action( ‘wpmem_admin_after_block_meta’, ‘my_add_post_level’, 10, 2 );
function my_add_post_level( $post, $block ) {// Get the settings.
extract( my_post_access_levels() );// Get the current access setting, if any.
$post_access = get_post_meta( $post->ID, $post_field, true );// Create dropdown selector of users for access.
echo ‘<label>Limit access to: </label>
<select name=”post_access”>
<option value=””>Select User Level</option>’;
foreach ( $levels as $meta => $label ) {
$selected = ( $meta == $post_access ) ? ‘selected’ : ”;
echo “<option value=\”$meta\” $selected>$label</option>;”;
}
echo ‘</select>’;
}/**
* Save custom post meta for user ID access.
*/
add_action(‘wpmem_admin_block_meta_save’,’my_add_post_level_save’,10,3);
function my_add_post_level_save( $post, $block, $unblock ) {extract( my_post_access_levels() );
if ( isset( $_POST[$post_field] ) ) {
// If a user ID is passed to limit access, save it.
update_post_meta( $post->ID, $post_field, $_POST[$post_field] );
} else {
// If no user ID is passed to limit access, delete any meta.
delete_post_meta( $post->ID, $post_field );
}
}/*———– remove menu items based on user level ——————*/
add_filter( ‘wp_get_nav_menu_items’, ‘my_remove_menu_item_by_level’, null, 3 );
function my_remove_menu_item_by_level( $items, $menu, $args ) {
// Get post level settings.
extract( my_post_access_levels() );// Iterate through menu items and evaluate.
foreach ( $items as $key => $item ) {
// Get the post access level.
$post_access = get_post_meta( $item->object_id, $post_field, true );
// If the user is logged in, check user level.
if ( is_user_logged_in() ) {
// Get the user’s access level.
$user_level = get_user_meta( get_current_user_id(), $user_field, true );
// Evaluate level hierarchy.
$i = array_search( $post_access, array_keys( $levels ) );
$x = array_search( $user_level, array_keys( $levels ) );
// If user level is too low, remove the item.
if ( $x < $i ) {
unset( $items[ $key ] );
}
} else {
// User is not logged in, if the post has a level, remove it.
if ( $post_access ) {
unset( $items[ $key ] );
}
}
}
return $items;
}
add_action( ‘pre_get_posts’, ‘my_query_exclusions’ );
function my_query_exclusions( $query ) {
if( $query->is_search && ! is_user_logged_in() ) {
$meta_query = array(
array(
‘key’=>’_wpmem_block’,
‘value’=>’0’,
‘compare’=>’=’,
),
);
$query->set(‘meta_query’,$meta_query);
}
return $query;
}
?>I am having to disable this because now my website will not even load. It just presents a blank white page. So, in order to get the site functional again (without the membership stuff), I need to remove this section of code from the child theme.
Please advise how I should proceed. This site has been functioning without any problems for well over a year until the latest WordPress update.
Thanks in advance for your help. By the way, I am going to be needing to create another site in the next few weeks that will also need the Membership plugins so I am really worried about getting this fixed and then properly set up on the new site as well.Debbie
OK. I will switch over to the rocketgeek.com/contact form for my next communication.
Hi Chad,
I’m wondering if you have had a chance to look at this issue any more. It seems that it might be related to the update of WordPress 4.9.8.
It is 2.0.0