drmagoo
Forum Replies Created
-
No problem. Thank you for taking the time to answer!
Hi Kyle,
I did not update ninja forms. How did the files get changed?
Thanks,
This is also missing.
public function admin_notice_pages_blacklist( $pages ) {
191
192 foreach( $pages as $key => $page ) {
193 if ( is_array( $page ) ) {
194 if ( isset( $_GET[ ‘page’ ] ) && $_GET[ ‘page’] == $page[0] && isset( $_GET[ ‘tab’ ] ) && $_GET[ ‘tab’ ] == $page[1] ) {
195 return true;
196 }
197 } else {
198 if ( get_current_screen()->id === $page ) {
199 return true;
200 }
201 if ( isset( $_GET[ ‘page’ ] ) && $_GET[ ‘page’] == $page ) {
202 return true;Hi,
I’m getting the same warning but I’m seeing a difference in code when comparing to a new download. from the version (Version 2.9.33) on my website. And I’m seeing this across 4 different sites.
if( ( isset( $admin_notices[ $slug ][ ‘blacklist’ ] ) && $this->admin_notice_pages_blacklist( $admin_notices[ $slug ][ ‘blacklist’ ] ) )
74 || ( isset( $admin_notices[ $slug ][ ‘pages’ ] ) && ! $this->admin_notice_pages( $admin_notices[ $slug ][ ‘pageThanks,
Forum: Reviews
In reply to: [Clef Two-Factor Authentication] Doesn't workI know you told me that answer when I asked. I just don’t buy it. I installed Clef so we wouldn’t get login attempts unless you have the app on your phone. The other security plugins have different task so “Clef respects the proper order of handling WordPress requests” doesn’t work for me. Your way the load on the server still gets high.
I forgot to mention that the plugin is activated in the plugins list and still sending me notifications when someone logs-in. So, it seems to be working.
Thanks,
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Settings Reset upon SaveAlso, it hosted at Godaddy.
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Settings Reset upon SaveHi,
I’m having the same issue. When I try and save the settings – https://mywebsite.co/wp-admin/admin.php?page=wpi_page_manage_invoice
says “404 page not found”
Yes you did! It’s working!
Many Thanks
Hi,
The error doesn’t show in the front end. Its a back end error that only shows when you try to make a post.
Warning: preg_match() expects parameter 2 to be string, array given in /home/website/public_html/lff/wp-content/plugins/fs-real-estate-plugin/common_functions.php on line 65
Thanks
Forum: Plugins
In reply to: [FireStorm Professional Real Estate Plugin] Plugin causing site-wide errorI’ve installed the latest Version 2.06.06 and I’m getting the same error.
Thanks.