latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Joel Peterson

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To

Viewing 2 topics - 1 through 2 (of 2 total)
Topic Count Last Reply
Can we pass dynamic variables form?

By:  Joel Peterson in: Community Forum

voices: 2
replies: 1

3 years, 8 months ago  Bruce

Dynamic variables in sign-up form?

By:  Joel Peterson in: Community Forum

voices: 1
replies: 0

3 years, 8 months ago  Joel Peterson

Viewing 2 topics - 1 through 2 (of 2 total)

Topics I've Started

Viewing 2 topics - 1 through 2 (of 2 total)
Topic Count Last Reply
Can we pass dynamic variables form?

By:  Joel Peterson in: Community Forum

voices: 2
replies: 1

3 years, 8 months ago  Bruce

Dynamic variables in sign-up form?

By:  Joel Peterson in: Community Forum

voices: 1
replies: 0

3 years, 8 months ago  Joel Peterson

Viewing 2 topics - 1 through 2 (of 2 total)

My Latest Replies (From Various Topics)

Viewing 3 replies - 1 through 3 (of 3 total)
Author Replies
Author Replies
Posted: Wednesday Aug 14th, 2013 at 3:07 am #55734

Yup, now it works great – sorry for all that!

Posted: Wednesday Aug 14th, 2013 at 2:49 am #55731

As soon as I posted, I realized we might need to upgrade – we have v130513, so there is a newer version that hopefully solves this. Stay tuned.

Posted: Wednesday Aug 14th, 2013 at 2:43 am #55730

I am having the same issue. Although I have 8,000 members, and it is taking down our whole server when we do a search. It locks the wp_usermeta table so that no other query can run. The only way to bring the server back is to kill the query.

We have a dedicated server with 32 G of RAM, so it definitely isn’t the server.

Here is the query that locks:

SELECT SQL_CALC_FOUND_ROWS wp_users.ID  
FROM `wp_users` 
INNER JOIN `wp_usermeta` ON `wp_users`.`ID` = `wp_usermeta`.`user_id`  
WHERE '1' = '1' AND ( 
(`wp_usermeta`.`meta_key` = 'wp_s2member_subscr_id' AND `wp_usermeta`.`meta_value` LIKE '%SEARCH-STRING%') OR 		(`wp_usermeta`.`meta_key` = 'wp_s2member_custom' AND `wp_usermeta`.`meta_value` LIKE '%SEARCH-STRING%') OR (`wp_usermeta`.`meta_key` = 'wp_s2member_custom_fields' AND `wp_usermeta`.`meta_value` LIKE '%SEARCH-STRING%') OR (`wp_usermeta`.`meta_key` = 'wp_s2member_notes' AND `wp_usermeta`.`meta_value` LIKE '%SEARCH-STRING%') OR (`wp_usermeta`.`meta_key` LIKE '%_name' AND `wp_usermeta`.`meta_value` LIKE '%SEARCH-STRING%') OR 
`user_login` LIKE '%SEARCH-STRING%' OR 
`user_nicename` LIKE '%SEARCH-STRING%' OR 
`user_email` LIKE '%SEARCH-STRING%' OR 
`user_url` LIKE '%SEARCH-STRING%' OR 
`display_name` LIKE '%SEARCH-STRING0%'
) AND `wp_users`.`ID` IN(
	SELECT DISTINCT(`user_id`) FROM `wp_usermeta` WHERE `meta_key` = 'wp_capabilities'
) 
ORDER BY user_login ASC LIMIT 20 

Please advise.

Viewing 3 replies - 1 through 3 (of 3 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.