Davood Denavi
Forum Replies Created
-
Looks like the Rank Math released an update overnight to fix the issue for website using Rank Math.
I was having the issue on two sites that do not have rank math installed. in fact one has no plugins installed. So, I went to a site that has rank math installed to see if it was having the issue and it was. I was able to fix it on the site using rank math by downgrading rank math to v1.0.265.
@giuse I understood that @giangel84 was not part of the team at FDP. However, his reply would have been completely unnecessary had you simply provided me the SQL I was asking for in my original post… therefore, making your response your first actually useful response all week because it was not clear that you wanted to test the SQL commands before sharing them with me until what you said in your reply. 1.5 days ago.
And does not change my overall opinion of the support myself and my team have received from FDP over the 3+ years we’ve been using your plugin which is why we are not going to use it anymore moving forward.
The problem was resolved over 2 days ago when I posted this and my team will no longer be using your plugin on any of our clients websites. I will not be providing anything you have requested and will not reply to this thread anymore following this post.
Please note that @giuse’s refusal to provide me the SQL which I found after searching through Google results for over an hour is root of the reason I am very displeased with your support teams support for both the Free and Pro version of the plugin and as the leader of my team it was my decision to not use your plugin moving forward.
@giuse I didn’t lie. So it’s best you stop claiming false things.
@giuse is absolutely incorrect. My team uses the pro version in some cases and we’ve connected their pro support only to receive horrible support from the pro support team to.
Once again. We had to delete the files from the FTP server. The SQL commands were the only way to clean up the database.
The fatal errors were not from your plugin they were caused my other plugins. However, the 502/503 errors were caused by your plugin.
More evidence of the horrible support you are providing because I’ve said that many times in the last 4-5 hours.
For one, my other requests were on the pro version of the plugin and were made by other members of my team.
For two, there you saying I am not a REAL developer again when I am a SENIOR Developer. I should not have had to ask chatgpt for the answer and not be able to get it then spend an hour looking for the answer in google searches. You should have provided the answer in your first reply after 10 hours of waiting. That is why your support and the other support I’ve received from your team regarding the pro version of the plugin over the years has been so bad.
I am highly offended that you think I am not a REAL developer.
I have been a website developer for nearly 2 decades. I am a senior level developer. I do not know your plugin and I am asking a very simple question. Please answer my question and provide me the SQL commands to run so that the data can be removed from the database. We have already deleted the files from the server because the wp-content/mu-plugins/eos-deactivate-plugins.php file was never there and that would not have done what I was asking with my original questions last night.
This is absolutely horrible support for your plugin and frankly, this is not the first time that I’ve had bad support from your team that is why I decided to no longer use your plugin in any situation for any of my clients moving forward.
You claim that telling me the SQL commands is not what this support form is here for but the fact is I’ve seen many other plugin developers provide users with SQL commands in tech support threads. So, I know you can provide me what I am asking for and are simply refusing to.
Since you were not able/willing to provide what I needed I did some google extensive google searches over the last hour to find the answer to my question…. for others who may have the same request in the future here is the SQL command you need to clean the database up from this plugin:
-- 1. Delete FDP plugin options from wp_options:contentReference[oaicite:2]{index=2}:contentReference[oaicite:3]{index=3}
DELETE FROMwp_options
WHEREoption_nameIN (
'eos_dp_admin_menu',
'eos_dp_admin_page_hooks',
'eos_dp_admin_submenu',
'eos_dp_new_plugin_activated',
'eos_dp_parent_plugin_pages',
'eos_dp_version',
'fdp_plugin_slug_names',
'eos_dp_archives'
);
-- 2. Delete FDP-related post meta entries (per-page/post settings):contentReference[oaicite:4]{index=4}
DELETE FROMwp_postmeta
WHEREmeta_keyLIKE 'eos_dp_%';
-- 3. Drop any custom tables created by FDP (none are known for FDP; this is an example)
DROP TABLE IF EXISTSwp_eos_dp_custom_table;
-- 4. Clear FDP cron events (if the plugin scheduled any)
DELETE FROMwp_options
WHEREoption_name= 'cron'
ANDoption_valueLIKE '%eos_dp_%';Chat GPT was not be able to tell me the sql commands to run that is why I am asking you to provide them. Also, I do not know how to access uninstall.php which you referred to. Please provide further instructions how I can access that file while having the “.hold” at the end of the directory name
Repeating what I said in my reply a couple hours ago was unnecessary. Also, I am well aware what typically causes fatal errors. It should have been clear with my original question that I am a developer since I am asking for a database command to remove data.
Please answer the questions I asked. I want to clean your plugins data from my database.
We decided we are going to use a different plugin which offers the same functionality.
Please read my original post again.. I clearly said it is causing 502/503 errors.
And what I did not say is that those errors were due to a critical error which was stopping us from logging in to the website. That is why I deactivated it on the FTP server using the “.hold” method.
Please tell me how to delete the data the plugin added to the database using a mysql command in phpmyadmin. As I originally requested.
Thank you.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Recent Update Causing Content Overflow IssueAs I said, I am a developer and we want a more robust fix than just adding some temporary CSS to our child theme that might break on a future update. I also stated that I could write the CSS myself so you did not need to provide it.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Recent Update Causing Content Overflow IssueAn article with comments: https://mechanicalelements.com/shock-absorbers-for-trailers/
An Article without comments: https://mechanicalelements.com/announcing-trailer-parts-kits-for-plans/Please remember I am a developer and I can come up with the CSS myself to fix this. We just do not it to break on a future update that is why I contacted you before adding custom CSS.
Thanks in advance.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Removing h1s and h2sAfter further digging and studying of the code using Inspector I realized the problem was being caused by the Woocommerce Accordions plugin and we posted over in their support area to get help.