haz02
Forum Replies Created
-
Update: Everything is fixed, it was my plugins issue. Thanks @jahmedas for the help. Earlier i think it was because of cache. But the error remains same on “my tickets” page
Notice: WP_Session::get_instance was called incorrectly. Please use native Session functionality. Please see Debugging in WordPress for more information. (This message was added in version 3.0.) in /opt/bitnami/apache/htdocs/wp-includes/functions.php on line 5663
This error does not bothers me , but i am happy awesome support is working and proper error messages are displayed. Looking forward to get this error resolved in future releases of plugin
- This reply was modified 3 years, 5 months ago by haz02.
okay its because of wordfence security plugin. However when i write wrong password the page just refreshes
I am already using version 6.0.6 and issue is still there
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Problem with LoginHello @eshkaflex
I am facing the same error and seems like adding the following code to child theme functions.php does not resolve the issue
/** * Init session */ add_action(‘init’, ‘start_session_wp’, 1); function start_session_wp() { if(!session_id()) { session_start(); }
- This reply was modified 3 years, 5 months ago by haz02.
sorry it didnt resolve anything, i still see the same error even though changing theme and disabling all plugins
by changing the theme, it worked ? do u know how can i resolve it?