Emily
Forum Replies Created
-
Forum: Plugins
In reply to: [WP FullCalendar] Vulnerabilities still exist in v1.6Hello. Are there any updates on when this will be fixed? I have a client where this plugin is the main feature and I would really like for them not to get hacked.
Does anyone have a fix I can apply manually?
Thank you.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Can multiple users edit a listing?Thank you for responding! I appreciate it. 🙂
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Slider causing bottom scrollbarThank you, @eedee. I’m using Ubuntu as an OS, with Chrome Version 81.0.4044.138 and Firefox 76.0.1 (64-bit). Weird. I think I’m just going to ignore it, as the client hasn’t said anything. Maybe it’s just me!
Thank you, @maybellyne. I did those steps and it’s still doing the same thing. I will dismiss and hope for the best!
Not using WMPL. What is it about that plugin that would be a conflict? Perhaps that could shed some light.
Here are the other plugins – I wonder if one of them is causing the issue?
BackUpWordPress Version 3.10 by XIBO Ltd
Caldera Forms Version 1.8.11 by Caldera Labs
Caldera Forms Anti Spam Version 0.3 by Yoohoo Plugins
Classic Editor Version 1.5 by WordPress Contributors
Enable Media Replace Version 3.3.12 by ShortPixel
FV Player Version 7.4.17.727
Lightweight Grid Columns Version 1.0 by Tom Usborne
Quotes Collection Version 2.5.2 by Srini G
Really Simple CAPTCHA Version 2.0.2 by Takayuki Miyoshi
Redirection Version 4.7.1 by John Godley
Security Ninja (Premium) Version 5.102 by WP Security Ninja
Shortcoder Version 5.3.1 by Aakash Chakravarthy
Spam Destroyer Version 2.1.3 by Ryan Hellyer
Widget Logic Version 5.10.4 by WPChef
Wordfence Security Version 7.4.7 by Wordfence
Yoast SEO Version 14.0.4 by Team Yoast
Yoast Test Helper Version 1.6 by Team YoastDatabase info:
Extension mysqli
Server version 5.7.30
Client version mysqlnd 5.0.12-dev – 20150407 – $Id: 3591daad22de08524295e1bd073aceeff11e6579 $
Database username
Database host localhost
Database name
Table prefix wp_
Database charset utf8mb4
Database collation utf8mb4_unicode_520_ciI did try that, ansky, but it didn’t work. It seems to be only lower-case table names allowed on our Windows server, which is not picky about case in most any situation. Very annoying!
One thing to check is the database prefix. My problem was caused by mixed-case database prefix. MySQL on our Windows server (and maybe other servers) converts table names to lower case, so a table named wp_yoast_migrations is different than WP_yoast_migrations.
I ended up editing wp-config to change the prefix to all lower case, which broke the admin area. I tried to log in and could not. So after I changed wp-config back to the original database prefix, Yoast started working and I was able to complete the indexation. To summarize how I fixed it:
- Edit wp-config and change the $database_prefix value to all lower case.
- Attempt to access the admin area of the site.
- Edit wp-config back to the original value.
- Log in again.
Hope this helps! Good luck.
- This reply was modified 6 years ago by Emily. Reason: Subscribing to replies
I concur. If you’re nervous, wait a while until all the bugs are worked out.
John, check the error log for your website to see what the actual error is. Apparently there is a wide range of problems with this update, so having the specific error message will be of great help. Good luck.
I solved my particular problem by this thread: https://ww.wp.xz.cn/support/topic/database-error-310/
The problem was mixed-case letters in the database table prefix.
I’m getting this same error. I’m on a Windows host and unable to rename the tables… it keeps converting them back to lower case, no matter what I do.
So, I got an idea to change wp-config and set the table_prefix value to all lower case. The front end works, but not the admin area. Now I get the message:
“Sorry, you are not allowed to access this page.”
However, when I changed the prefix back to what it had been, the error cleared and now it seems to be working OK, and I can get into the admin area again.
Maybe this will help some other people get over the hump of that error.
Hello. What kind of web host are you on (Linux/Windows)? Are you able to look at error logs? That may provide some insight as to what’s wrong and how the developers might fix things. Apparently this is happening to other people as well.
I’m also getting that same error. We are on a Windows server (if that makes any difference). When I look in the log file of the site, an error appears:
WordPress database error Table ‘n3nw43x_yoast_migrations’ already exists for query CREATE TABLE
N3Nw43X_yoast_migrations(
idint(11) UNSIGNED auto_increment NOT NULL,
versionvarchar(191),
PRIMARY KEY (id)) DEFAULT CHARSET=utf8; made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, wpseo_init, YoastSEO, Yoast\WP\SEO\Main->load, Yoast\WP\SEO\Loader->load, Yoast\WP\SEO\Loader->load_initializers, Yoast\WP\SEO\Initializers\Migration_Runner->initialize, Yoast\WP\SEO\Initializers\Migration_Runner->run_free_migrations, Yoast\WP\SEO\Initializers\Migration_Runner->run_migrations, YoastSEO_Vendor\Ruckusing_Adapter_MySQL_TableDefinition->finish, Yoast\WP\Lib\Ruckusing_Adapter->execute_ddl, Yoast\WP\Lib\Ruckusing_Adapter->queryThere are three empty tables in the database, named yoast_migrations, yoast_seo_links, yoast_seo_meta.
The database user has full permissions on the database, so I’m not sure what could be wrong.
John, are you able to see any errors in the logs?
Forum: Plugins
In reply to: [WooCommerce] Product Image SizesI regenerated the thumbnails and now all is well. They are showing as they should.
Forum: Plugins
In reply to: [WooCommerce] Product Image SizesI’m having the same problem. It was fine until I did the latest update to WooCommerce. Luckily this still in development. Thank you!
http://www.morningstarspecialtyfoods.com/new/
- This reply was modified 8 years, 3 months ago by Emily. Reason: Added website