GetJobWorking
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured “Image” not saving after update@threadi – Once again, thank you very much for your help.
Forum: Fixing WordPress
In reply to: Featured “Image” not saving after update@threadi – Auto increment was missing, so I added it. Everything works. Thank you. What could have been the cause of removing the AI?
Forum: Fixing WordPress
In reply to: Featured “Image” not saving after updateThis has not changed anything. Does anyone have any ideas?
Forum: Fixing WordPress
In reply to: Featured “Image” not saving after updateOutput:
Table “xxx_users” does not require repair.
Table “xxx_usermeta” does not require repair.
Table “xxx_posts” does not require repair.
Table “xxx_comments” does not require repair.
Table “xxx_links” does not require repair.
Table “xxx_options” does not require repair.
Table “xxx_postmeta” does not require repair.
Table “xxx_terms” does not require repair.
Table “xxx_term_taxonomy” does not require repair.
Table ‘xxx_term_relationships’ does not require repair.
Table “xxx_termmeta” does not require repair.
Table ‘xxx_commentmeta’ does not require repair.The repair has been completed. Please remove the following lines from your wp-config.php file to prevent unauthorised use of your site.
define(‘WP_ALLOW_REPAIR’, true);
I also used the mysql function: REPAIR TABLE xxx against the wp_postmeta table.