shanse2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t create posts over 16222 charactersI’m not using a page builder — only vanilla Gutenberg. We don’t get any errors when trying to save, either on the front end or in the error log. It looks like it did save, but it’s blank when I preview the post. If I then go back to the edit screen and refresh, the text is gone. Keep in mind that this only happens if the text is longer than 16,222 characters.
The only abnormalities in the Site Health screen is a warning that files cannot be uploaded, but we’ve turned that off. Also, I don’t think that would impact the issue I’m facing, but correct me if I’m wrong.
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] PHP 8 ErrorsI took a look at the CSV and the column names looked fine, but it still wouldn’t upload. So, I exported the current CSV file, pasted the new data in that file, and re-uploaded it. That worked! It’s all running as it should again. Thank you so much for your help!
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] PHP 8 ErrorsThank you for the fast response! When I make that change and try to upload a CSV, I get this error on the upload page:
“Ymm CSV file has not been imported. The first row in the .csv file must contain correct column names. And the columns should have special order: “product_sku”,”brand”,”series”,”model””
Yes, it’s called “Add notes to applicable vehicles” and is on the “Other YMM modifications” page.
I have the YMM search box working on the product pages. Thank you! I also got the notes modification working as well. I’m wondering if it’s possible to display the note field on the product page wherever I want. I’d like to use it in a message to the user after they search. Is it possible to access that notes field and use it on the front end?
Forum: Plugins
In reply to: [URL Shortify - Simple and Easy URL Shortener] QR codesGreat, thank you!
Thank you! I’ll try that.
Forum: Fixing WordPress
In reply to: Visual/Text Editor is blankNice, I’m glad that worked for you. Interestingly enough, I tried changing those lines in my files, and it didn’t work.
I wish I could answer your questions, but I don’t know enough about php or databases. I’ve asked one of the tech guys here in my office to come look at the fix I made and tell me if it’s the right thing to do. I’ll see if he knows about identifying/changing the database charset.
Forum: Fixing WordPress
In reply to: Visual/Text Editor is blankHey — I just wanted to chime in because I had the exact same problem. I tried everything that you tried, but I still had a blank visual editor with a word count of 0. Also, all commas and quotation marks in all posts were replaced with a question mark in a black diamond.
I just found a way to fix the problem, with a small change to the ‘db.php’ file that is located in the ‘wp-content’ folder. I opened that file up in a text editor, and noticed that the first function starts like this:
function set_charset( $dbh, $charset = null, $collate = null )
I changed the charset from ‘null’ to ‘utf8’, like this:
function set_charset( $dbh, $charset = ‘utf8’, $collate = null )
That change fixed both of my problems. Not sure if it would work for you, but thought I’d share just in case. This issue seems to have all sorts of remedies…not all of which work for everyone.
Forum: Plugins
In reply to: [WassUp Real Time Analytics] [Plugin: WassUp] Fatal errorThat worked, thanks!
Forum: Plugins
In reply to: [WassUp Real Time Analytics] [Plugin: WassUp] Fatal errorThanks for the replies. I tried fixing the typo in the Wassup install script, but I still get a fatal error when I try to activate it. Is there anything else I could try?
Forum: Fixing WordPress
In reply to: Fatal errorWe just got the same problem again today. Has anyone ever experienced this?