harlequ1n
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: compromised ecommerce website – urgent help neededIf WP File manager was installed, then it means the hacker has got access control to your server via .htaccess file and your WP config file, so your database with customer details is accessible too. You need to make a full zip archive backup of your site AND database, and store it off your server. You need to change all your passwords…. admin AND database password. I suspect they can remote access into your database with everything they have. This might be why you are seeing different values in some fields.
You need to find that vulnerability and harden your WordPress.
Thank you for replying and pointing me in the right direction.
I just have to find a workaround now that works for me.
Thank you so much @nsgawli
Hmmm,
Just had someone test out my form and it is working correctly.
Not sure why. No need to pursue as it is an error that obviously is not… repeatable. I will monitor and try and gather more data should it crop up again.
Thanks for any time you spent on this.
- This reply was modified 3 years ago by harlequ1n.
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Unable to edit Post CategoryHi,
I enabled WP_DEBUG and set display PHP errors to true, but nothing coming to the screen, only the critical error message.
However the error log in the WP_Admin is showing this whenever I try to edit the category. I have only replaced my server name to ‘myserver‘.
Error log:-
`[17-Jul-2021 10:04:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function saswp_post_exists() in /home/myserver/public_html/wp-content/plugins/schema-and-structured-data-for-wp/admin_section/common-function.php:4304
Stack trace:
#0 /home/myserver/public_html/wp-content/plugins/schema-and-structured-data-for-wp/output/function.php(1682): saswp_get_post_meta()
#1 /home/myserver/public_html/wp-content/plugins/schema-and-structured-data-for-wp/core/array-list/schema-properties.php(873): saswp_get_the_tags()
#2 /home/myserver/public_html/wp-content/plugins/schema-and-structured-data-for-wp/view/common.php(40): saswp_get_fields_by_schema_type()
#3 /home/myserver/public_html/wp-content/plugins/schema-and-structured-data-for-wp/view/post_specific.php(34): saswp_view_common_class->__construct()
#4 /home/myserver/public_html/wp-content/plugins/schema-and-structured-data-for-wp/view/post_specific.php(650): saswp_post_specific->__construct()
#5 /home/myserver/public_html/wp-content/plugins/schema-and-structured-data-for-wp/structured-data-for-wp.php(87): require_once(‘/home/myserver…’)
#6 /home/myserver/public_html/wp-settings.php(391): include_once(‘/home/myserver…’)
#7 /home/myserver/public_html/wp-config.php(93): require_once(‘/home/myserver…’)
#8 /home/myserver/public_html/wp-load.php(37): require_once(‘/home/myserver…’)
#9 /home/myserver/public_html/wp-admin/admin.php(34): require_once(‘/home/myserver…’)
#10 /home/myserver/public_html/wp-admin/term.php(11): require_once(‘/home/myserver…’)
#11 {main}
thrown in /home/myserver/public_html/wp-content/plugins/schema-and-structured-data-for-wp/admin_section/common-function.php on line 4304`I really hope this helps.
Thank you.