kibus90
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Call to undefined function add_settings_error()Hello,
I have same problem, but I do not know which plugin…When I try login to dashboard, then I get fatal error 500 and these logs:
[17-Nov-2018 15:10:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_settings_error() in site/public_html/wp-content/plugins/wp-fastest-cache/wpFastestCache.php:286 Stack trace: #0 site/public_html/wp-content/plugins/wp-fastest-cache/wpFastestCache.php(1063): WpFastestCache->notify(Array) #1 site/public_html/wp-content/plugins/wp-fastest-cache/wpFastestCache.php(771): WpFastestCache->deleteCache() #2 site/public_html/wp-includes/class-wp-hook.php(286): WpFastestCache->on_all_status_transitions('publish', 'new', Object(WP_Post)) #3 site/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #4 site/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #5 site/public_html/wp-includes/post.php(4128): do_action('transition_post...', 'publish', 'new', Object(WP_Post)) #6 site/public_html/wp-includes/post.php(3588): wp_transition_post_status('publish', 'new', Object(WP_Post)) #7 site/public_html/wp-content/ in site/public_html/wp-content/plugins/wp-fastest-cache/wpFastestCache.php on line 286
Thank you for your answers! ??
@shamim51 I think is strange mining: “Can you deactivate all plugin except this one and change theme to one of default theme and try?” – yea… If I can do it with all, then I get PHP error , because I use in some of part my site generate content by these plugin…
@jeffreypia – I do not think it can be this problem.. I used the tips from this topic, but the error still exist.
- This reply was modified 6 years, 5 months ago by kibus90.
Forum: Plugins
In reply to: [Theme My Login] How can I change link login page?Okey, its work, thank you!
- This reply was modified 7 years ago by kibus90.
Forum: Plugins
In reply to: [Theme My Login] How can I change link login page?Aa, okey, so I will check it and let you know.
Thank you for patetion and help!Forum: Plugins
In reply to: [Theme My Login] How can I change link login page?Hm, when I will change slug for site e.g. “my-custom-login-page”, then it will be changed only in front-end. But when I press in some part my websites for link “Login” (which is generated automatically by wordpress and plugin), then the redirection is to page with thr slug “login”, not to my “my-custkm-login-page”.
Sorry for my English and thank you.Forum: Plugins
In reply to: [Theme My Login] How can I change link login page?Okey, but it will be change also in redirect at plugin?
Forum: Plugins
In reply to: [Theme My Login] How can I change link login page?I don’t understand you.Could you explain more? Is there possibolity change it by Snippest Code?
Forum: Plugins
In reply to: [Theme My Login] How can I change link login page?Hello
Thank you for your answer!No, no, I would like to change a address of page – like mypage.com/custom-login-page/
I tried by code:
break;
case 'login' : $url = get_permalink( 33 ); // where 10 is the new lost password page break;
But its doesn’t work
Could you help me?
- This reply was modified 7 years ago by kibus90.
Forum: Plugins
In reply to: [Theme My Login] How can I change link login page?Also I have question – how can I get defined shortcods for each site like: “login”, “register”? I see when I change he addresses page, then ita doesn’t work good (e.g. there aren’t displaying notifications about wrong login or password etc.)
Bill – Thank you so much! It’s that what I was looking for!
Thank you for your answer!
Thank you for answer!
But how can I use it in shortcode?display_posts_shortcode_output="true"
or how?Can I do it by Code Snippets?
Forum: Plugins
In reply to: [Code Snippets] Version 2.10.1 crashes site’s backend!Okey, I got it.
Just replace line 60:
require_once $includes_path . '/import-export.php';
for that:
/* require_once $includes_path . '/import-export.php'; */
in file:
wp-content/plugins/code-snippets/php/class-code-snippets.php
Forum: Plugins
In reply to: [Code Snippets] Version 2.10.1 crashes site’s backend!How can I “comment out” that file? I also have that same problem.
Forum: Plugins
In reply to: [WooCommerce] How to get product by link with id product?I found a way to do it:
Just put to the bar browser:
https://www.yourwebsite.com/?p=IDproduct
Greet.