corzel
Forum Replies Created
-
Forum: Plugins
In reply to: [Security & Malware scan by CleanTalk] Fatal error in php logHi Serge,
Yes, error is gone!
Thank you.
Forum: Plugins
In reply to: [Security & Malware scan by CleanTalk] Fatal error in php logHi Serge,
Php 8.0.15
WP 5.9
Security by CleanTalk 2.80Hi!
I have same notice in php log.Stack trace 1. {main}() /index.php:0 2. require() /index.php:17 3. require_once() /wp-blog-header.php:19 4. include() /wp-includes/template-loader.php:106 5. get_header() /wp-content/plugins/youzify/includes/public/templates/youzify-template.php:7 6. locate_template() /wp-includes/general-template.php:48 7. load_template() /wp-includes/template.php:676 8. require_once() /wp-includes/template.php:730 9. wp_head() /wp-content/themes/olympus/header.php:9 10. do_action() /wp-includes/general-template.php:3009 11. WP_Hook->do_action() /wp-includes/plugin.php:484 12. WP_Hook->apply_filters() /wp-includes/class-wp-hook.php:316 13. wp_enqueue_scripts() /wp-includes/class-wp-hook.php:292 14. do_action() /wp-includes/script-loader.php:2027 15. WP_Hook->do_action() /wp-includes/plugin.php:484 16. WP_Hook->apply_filters() /wp-includes/class-wp-hook.php:316 17. RTMedia->enqueue_scripts_styles() /wp-includes/class-wp-hook.php:292 18. wp_localize_script() /wp-content/plugins/buddypress-media/app/main/RTMedia.php:1351 19. WP_Scripts->localize() /wp-includes/functions.wp-scripts.php:221 20. _doing_it_wrong() /wp-includes/class.wp-scripts.php:496 21. trigger_error() /wp-includes/functions.php:5313
Hi, I have the same problem.
The stack trace show issues in 2 files:
18. wp_localize_script() /var/www/html/wp-content/plugins/buddypress-media/app/main/controllers/shortcodes/RTMediaGalleryShortcode.php:97 18. wp_localize_script() /var/www/html/wp-content/plugins/buddypress-media/app/main/RTMedia.php:1277
The second notice is repeated from line 1277 to 1551
Regards.
Hi,
I finally found a solution for this, adding == ” on line 201 in class-youzify-register.php200 // Init Session. 201 if ( ! session_id() == '' ) { 202 session_start(); 203 }
Everything seems to be working fine, user registration completes smoothly for now.
Hi,
I use Error Log Monitor plugin, the warning accurs every 30 seconds, I use Olympus theme and this theme uses Unyson as framework.
May be, there is some kind of conflict with sessions in unyson because it is a well know bug in this plugin (You can read about it in Github).
The register process is working fine, activation emails are sending ok.
Forum: Plugins
In reply to: [Slim SEO - Fast & Automated WordPress SEO Plugin] Notices in php error logHi Anh,
I saw them on every page. After the last update those notices disappeared, but now this appears:
Notice: Trying to get property 'display_name' of non-object in /var/www/html/wp-content/plugins/slim-seo/src/MetaTags/OpenGraph.php on line 159
I modified OpenGraph.php and changed lines 158 and 159 for this:
$author = get_the_author_meta( 'display_name', get_queried_object()->post_author ); return $author;
I don’t know if this breaks the function but at least the notice no longer appears.
Regards.
Forum: Plugins
In reply to: [Security & Malware scan by CleanTalk] Notice in php error logHi,
Nop, the notice continues.
Forum: Plugins
In reply to: [Slim SEO - Fast & Automated WordPress SEO Plugin] Notices in php error logHi Anh,
I see this in the php error log file of my server in /var/www/logs/error.log
The plugin seems to work just fine.
Hello,
About my system: php 7.4.3, latest stable version and no php errors.
Now it’s working with this dev version.
Thank you!
Hi,
I am having the same error with elementor and I also have SlickStack on my server so I think the problem is with some settings for nginx in SlickStack.
This is my solution:
1. Download this file: var/www/html/wp-content/plugins/elementor/core/debug/loading-inspection-manager.php 2. Comment line 24 /*$this->inspections['htaccess'] = new Htaccess();*/ 3. Save and upload the file.
I think elementor try to find .htaccess but nginx doesn′t have it.