veedot2
Forum Replies Created
-
Forum: Plugins
In reply to: [Blog2Social: Social Media Auto Post & Scheduler] Gab & GettrI would like this too. I’m done with “big-tech”. Their modern book burning demands we move to superior non-censorship platforms. Please tell me when you have this capability.
Forum: Fixing WordPress
In reply to: PHP Form Inside WordPressOk, so I figured it out…
The form code needs to look something like this…
<form name="contactform" id="form" method="post" action="<?php echo get_permalink($page_id); ?>">
And, the form components can’t use common names like “name”.
e.g. I had to do:
Name: <input type="text" name="xname">
Now I can read the submitted contents of xname from within the same PHP page.
Forum: Fixing WordPress
In reply to: PHP Form Inside WordPressBy the way, this explains what I’m trying to achieve overall…
https://www.c-sharpcorner.com/UploadFile/051e29/dropdown-list-in-php/I want to create a dropdown menu, let the user select something, press Submit, then pass the selection back to the page so that an SQL query could be run with PHP code. I just can’t get WP to let me submit a form to pass the selected dropdown entry.
Forum: Fixing WordPress
In reply to: PHP Form Inside WordPressWhat exactly do I put inside of
action="???"
?When I look at the URL of the page I have PHP code in, the URL looks like “https://mywebsite.com/the-page/”. When I make that address the target of action, and when I press Submit, I get a WP error about “Not Found”. Should the URL be the name of the template PHP file?
Forum: Plugins
In reply to: [Custom Post Type UI] taxonomy not savingI have a similar problem… when I try to add a new Taxonomy entry in the taxonomy page (the equivalent to Posts –> Categories), it says “Sorry, you are not allowed to do that.”
When I try to add a new Taxonomy entry in the custom post type, nothing happens when I create a new entry. It’s like the button does nothing.
=======================
Nevermind… found the problem. Although I had associated the custom taxonomy with the post type, you also have to edit the custom post type and select the supported taxonomy at the bottom. This made the custom taxonomy workable.- This reply was modified 2 years, 10 months ago by veedot2.
Forum: Fixing WordPress
In reply to: Adding data entry fields to custom PostsI’m using a custom post type.
How do you create a custom UI for a custom post? That was my question. Are there any code examples or plugins that I can search for? This is all new to me so I don’t know any of the proper nouns to even search for. I’ve been searching for days but not finding anything.
The voting system always drives development into one ecosystem, but not into emerging ecosystems that are outside of their worldview. I have lots of people asking for non-Google, non-Twitter, non-Facebook, non-Apple, non-big tech platforms because they’ve done so much shadow banning and censorship. There’s a huge parallel ecosystem emerging and I’m struggling to adapt to it.
FYI, I reduced the size of the database from 36GB down to 530MB by doing the SQL query:
OPTIMIZE TABLE x;
where x=the table nameI’m not sure why the plugin didn’t accomplish this same thing.
Edit 2: I ran DB optimize again and console gave all these errors: There were 3 errors, below, separated by spaces. DB has overall grown from 20GB to 36GB by running this plugin.
jquery.min.js?ver=3.6.0:2 POST https://mymedicalfreedom.org/wp-admin/admin-ajax.php?_fs_blog_admin=true 500 (Internal Server Error) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 S.<computed> @ jquery.min.js?ver=3.6.0:2 blcDoWork @ admin.php?page=WP-Optimize:2476 setInterval (async) (anonymous) @ admin.php?page=WP-Optimize:2488 (anonymous) @ admin.php?page=WP-Optimize:2490 jquery.min.js?ver=3.6.0:2 POST https://mymedicalfreedom.org/wp-admin/admin-ajax.php?_fs_blog_admin=true 500 (Internal Server Error) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 wpoadmin-3-1-12.min.js?ver=3.1.12:1 There was an error when running the optimization "optimizetables". error {readyState: 4, getResponseHeader: ?, getAllResponseHeaders: ?, setRequestHeader: ?, overrideMimeType: ?,?…}abort: ? (e)always: ? ()catch: ? (e)complete: ? ()done: ? ()error: ? ()fail: ? ()getAllResponseHeaders: ? ()getResponseHeader: ? (e)overrideMimeType: ? (e)pipe: ? ()progress: ? ()promise: ? (e)readyState: 4responseText: "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>500 Internal Server Error</title>\n</head><body>\n<h1>Internal Server Error</h1>\n<p>The server encountered an internal error or\nmisconfiguration and was unable to complete\nyour request.</p>\n<p>Please contact the server administrator at \n [email protected] to inform them of the time this error occurred,\n and the actions you performed just before this error.</p>\n<p>More information about this error may be available\nin the server error log.</p>\n<p>Additionally, a 500 Internal Server Error\nerror was encountered while trying to use an ErrorDocument to handle the request.</p>\n</body></html>\n"setRequestHeader: ? (e,t)state: ? ()status: 500statusCode: ? (e)statusText: "Internal Server Error"success: ? ()then: ? (t,n,r)Prototype: Object {optimization_id: 'optimizetables', optimization_table: 'wp_revslider_layer_animations', optimization_table_type: 'MyISAM', optimization_force: false}optimization_force: falseoptimization_id: "optimizetables"optimization_table: "wp_revslider_layer_animations"optimization_table_type: "MyISAM"Prototype: Object error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 abort @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 setTimeout (async) ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 load (async) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 wp_optimize.send_command @ send-command-3-1-12.min.js?ver=3.1.12:1 p @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 setTimeout (async) (anonymous) @ wpoadmin-3-1-12.min.js?ver=3.1.12:1 success @ send-command-3-1-12.min.js?ver=3.1.12:1 c @ jquery.min.js?ver=3.6.0:2 fireWith @ jquery.min.js?ver=3.6.0:2 l @ jquery.min.js?ver=3.6.0:2 (anonymous) @ jquery.min.js?ver=3.6.0:2 jquery.min.js?ver=3.6.0:2 POST https://mymedicalfreedom.org/wp-admin/admin-ajax.php?_fs_blog_admin=true 404 (Not Found) send @ jquery.min.js?ver=3.6.0:2 ajax @ jquery.min.js?ver=3.6.0:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 S.<computed> @ jquery.min.js?ver=3.6.0:2 blcDoWork @ admin.php?page=WP-Optimize:2476 setInterval (async) (anonymous) @ admin.php?page=WP-Optimize:2488 (anonymous) @ admin.php?page=WP-Optimize:2490
Hello. I increased the execution time limit to 3600 seconds. I then ran the DB optimization and it seemed to work but the database went from 31GB to 36GB! Isn’t it supposed to go the other way?
When it completed, it said: “Optimization complete (with warnings – open the browser console for more details)”, and this is what was in the console:
The request to optimize the table wp_options timed out after 120 seconds error @ wpoadmin-3-1-12.min.js?ver=3.1.12:1
Are images being somehow stored in the database? Could that be inflating this DB so much? If so, is there a way to detach the pictures out of the DB? I heard that WP stores pictures in DBs in some conditions, which I think it ludicrous.
EDIT: here are the largest tables:
wp_options 802,066 22.30 GB 80.70 MB InnoDB 2.44 GB
wp_posts 14,339 83.53 MB 5.92 MB InnoDB 7.00 MB- This reply was modified 3 years ago by veedot2. Reason: added table sizes
Switching from PHP 7.4. to 7.3 caused it to work again.
I did try switching themes but all that did was cause hours of downtime.
https://yoast.com/help/yoast-seo-installation-wizard/
What specifically on that page? The wizard generates the aforementioned error.Isn’t there a way to diagnose the problem rather than try random things? Does your software dump log data anywhere?
Forum: Fixing WordPress
In reply to: Where is the CSS for the classic editor?Thank you. I tried that but it didn’t work because those are aimed at controlling styles inside the content itself. I want to change something in WP… the rendering of the Categories selector box that appears on the right sidebar. I’ve tried modifying endless numbers of CSS files but none seem to affect the WP GUI itself.
- This reply was modified 3 years, 2 months ago by veedot2.