andreios
Forum Replies Created
-
Forum: Plugins
In reply to: [Videopack] Setting not saved and video does not encode<span _d-id=”88170″ class=”–l –r sentence_highlight”>Thank you. I have already tested the new update, but now I have the problem that the video is not converted at all after the upload. I didn’t see anything in the debug log either. I took a .webm again for testing, it should have been replaced by .mp4 720p.</span><span _d-id=”88180″ class=”–r sentence_highlight”></span><span _d-id=”88182″ class=”–l –r sentence_highlight”>When I opened it in the media library and converted it there, it worked as intended, it was converted to 720p h264. </span>
Forum: Plugins
In reply to: [Videopack] Setting not saved and video does not encodeNow it shows in media library “<label for=”attachments-57802-kgflashmediaplayer-encodewebm”>WEBM VP8</label> <span id=”attachments-57802-kgflashmediaplayer-metawebm” class=”kgvid_format_meta”> Encoded</span>” as if it was encoded it is the original file as it seems, at least it has the original resolution.
Forum: Plugins
In reply to: [Videopack] Setting not saved and video does not encodeI have no encoded my uploaded test file (.webm) trough the media library “replace original with 720p”. It encoded it but leave the original file in place, and sourced both files (webm and mp4) in the <video> tag.
Forum: Everything else WordPress
In reply to: Constant WP_DEBUG_DISPLAY already definedThere was nothing special on these lines and there was no other wp-config. It was a issue with PHP FPM 8.2.17 provided by Plesk. I downgraded to 8.1. Everything is fine now.
- This reply was modified 2 years, 1 month ago by andreios.
I have a clean copy of WP-Optimze in both Websites installed.
After I added
WP_CACHEin wp-config.php the entry is now gone and a new double entry appeared in both Websites, like this:define('WP_CACHE', true); // WP-Optimize Cache
define('WP_CACHE', true); // WP-Optimize Cache
I have remove one line of this. Everything seems fine now.To the strange error I got with
WPO_WebP_Cron_SchedulerI can only say that I had strange errors occurred on other web-hosts too. Like cached constants and old mysql passwords. But a restart of PHP FPM always helped.I had PHP 8.2.17installed which came with Plesk.
As a solution I have downgraded to PHP 8.1.27. With this version everything works as expected.
My opcache settings where always stock.
I don’t know why, but I can’t replicate the problem anymore. I saw it and thought I should report it because it didn’t look to me like it could be caused by something else, but I guess that wasn’t the case.
Forum: Plugins
In reply to: [Videopack] Fatal error after setting to average bitrate?Deactivating did not work at all. I deleted options table kgvid_video_embed_options from database and now I can visit the settings page again and everything seems to work.
Forum: Plugins
In reply to: [Advanced Editor Tools] Keep paragraph HTML tags does nothingThe <p> tags get saved, but as soon as I open the page in den editor again they are remove in the editor view.
Forum: Everything else WordPress
In reply to: Editor Styles do not want to be appliedFor what reason ever, it works no.
Forum: Everything else WordPress
In reply to: Editor Styles do not want to be appliedI have now tried with standard theme and no plugins, still nothing. What am I doing wrong?
Forum: Fixing WordPress
In reply to: Allowed memory size too small although it is set higherI’m my own webhost.
When I check under WordPress status it says:<table class=”widefat striped health-check-table” role=”presentation”><tbody><tr><td>WP_MEMORY_LIMIT40M</td></tr></tbody></table>
<table class=”widefat striped health-check-table” role=”presentation”><tbody><tr><td>WP_MAX_MEMORY_LIMIT512M</td></tr></tbody></table>
Checking with phpinfo also says 512MB.Where can this come from?
Forum: Plugins
In reply to: [Google for WooCommerce] wp-json access problem 403I had to realize that I have access with another browser and everything works normally. It was the Firefox browser, I can only assume that an add-on caused it, although it doesn’t look like I have anything blocking installed. Crazy thing. I’ve been searching most of the night for a workaround for nothing. Thanks for the help!
Forum: Plugins
In reply to: [Google for WooCommerce] wp-json access problem 403Its 403, yes.
I use nginx as webserver where .htaccess is not read.
When I call one of these faulty addresses in the browser I don’t get a 403 error but a 401 error.
I have already activated wp debug but no error messages appeared there.
I also tried to disable all plugins but no change.Forum: Plugins
In reply to: [Google for WooCommerce] wp-json access problem 403<span _d-id=”23857″ class=”–l –r sentence_highlight”>There is no error message in the browser. Only in the browser console, see screenshot. </span><span _d-id=”23861″ class=”–r sentence_highlight”></span><span _d-id=”23863″ class=”–l sentence_highlight”>There are no log entries named google-listings-and-ads or fatal-errors under WooCommerce > Status > Logs.</span><span _d-id=”23864″ class=”–r sentence_highlight”></span><span _d-id=”23866″ class=”–l sentence_highlight”>I only have these log entries in the server log.</span>
https://snipboard.io/2UjHEV.jpg
https://pastebin.com/Xn5KKxC8i have activated cache with wp-optimize and got this error in the log.
PHP message: [ERROR] : WP_CACHE constant is not present in wp-config.php; PHP message: [ERROR] : WP_CACHE constant is not present in wp-config.phpI have set it manually, error is gone.