mathse
Forum Replies Created
-
Forum: Plugins
In reply to: [One Stop Shop for WooCommerce] Grundpreis wird nicht angezeigt@vendidero: Thanks so much – that was it. I indeed did not have this in the single page product template. Shame on me – I didn’t know this. Thanks for the help!
Forum: Plugins
In reply to: [Germanized for WooCommerce] Germanized breaks Bookings for WooCommerceThank you very much for this help! I posted a reference to your last post in the booking plugin forum.
Thanks and many greetings
mathse
@wpswings Hello again,
I don’t know, if you have seen it, but in this post “vendidero” foud out it seems to be an issue in
mwb-bookings-for-woocommerce/admin/partials/mwb-bookings-for-woocommerce-time-slot.phpI hope this helps fixing the problem.
Thanks ans many greetings
mathse
Forum: Plugins
In reply to: [One Stop Shop for WooCommerce] Grundpreis wird nicht angezeigtHello,
strange – now I can’t see the errors in the browser console anymore. But the price is still shown wrong. Here is a screenshot of how the product looks like. And here how my settings are. A fresh site with everything up to date and theme TwentyTwentyFour.
Maybe you have any more ideas what could cause this or what I could try to fix it?
Thanks and many greetings
mathse
Forum: Plugins
In reply to: [One Stop Shop for WooCommerce] Grundpreis wird nicht angezeigtHello,
thanks for the quick reply!
I use up to date versions of all plugins (Germanized 3.15.8, WooCommerce 8.7.0 and WordPress 6.5). This is a test site for me. Besides Contact Form 7 I have only WooPayments installed. I disabled both with no luck.
Many greetings
mathse
@wpswings: Thank you very much! I would really like to switch to your plugin. If you need further information, just let me know. But I could reproduce the issue on a current vanilla WordPress site (official dockerhub image) with only WooCommerce, Germanized and this plugin enabled.
I really hope that you can fix the problem. Thanks and many greetings
mathse
Forum: Plugins
In reply to: [Germanized for WooCommerce] Germanized breaks Bookings for WooCommerceHello Dennis,
yes, I checked the dev console and no serious errors are showing up there. I have made a screenshot, here.
I also don’t see any problem in the server logs.
Many greetings
mathse
I experienced the exactly same problem, on a fresh website with barely any plugins. I realized it is due to the “Germanized für WooCommerce” plugin. If I disable the plugin, then the booking works fine. I wonder that nobody stumbled upon this problem earlier, since the “Germanized” plugin is more or less standard if you setup WooCommerce in Germany. I don’t know who is responsible, I have also opened a thread on the Germanized forum, but maybe you could look into the issue?
Many greetings
mathse
- This reply was modified 2 years, 1 month ago by mathse.
Hi @aamzahid,
thanks for your testing and the reply. I also worked on the problem and it was on my side. With the latest update you seem to be switched from using PHP functions to read files from the dist to using WP_FILESYSTEM.
This wasn’t initialized correctly in my case. I found the solution here, where the following is mentioned:
When determining how to best read/write to files, WordPress will write a dummy file to the wp-content dir. It will then check to see if the file owner of the newly created file (which should be the user that the webserver is running as) matches the file owner of the
wp-admin/includes/file.phpfile. If they don’t match, then WordPress tries to access everything via ftp or something similar instead of just reading/writing to the filesystem directly. Would you be able to check if this is the case in your install?In my case wp-content was not writable, so wordpress failed to perform the above check. I fixed this and now everything works fine.
Thanks for the support here and many greetings
Mathias
Hello Owadud,
thanks for the reply. I’m using the Theme TwentyTwenty with an up to date wordpress 6.4.3 and PHP 8.2.16.The update went smooth (from 3.2.3 to 3.2.4), so no errors were shown. Also in my wordpress and server logs I see no problems. Here is a small screenshot of a site from the comment icon, that is now missing. Before the update it looked like this, after like this. But also the headings are completely wrong sized, the spacing between images and text broken – so the site looks just unusable. This is just to demonstrate the issue.
That is in the block “Post List #2”.I hope that you can help me with that issue.
Thanks ans many greetings
Mathias
Small update on the topic:
I could solve the second problem:/var/www/html/wp-admin/includes/class-wp-filesystem-direct.php:164
Details Undefined constant “FS_CHMOD_FILE”which was caused by insufficient permissions of the wp-content folder and which is fixed now. So sending confirmations with ICS attachment works fine for “real bookings” now. Nevertheless the error in the testing area of bookly is still present and testing doesn’t work.
Hello @azimkhan123,
sorry for the delay in my response and the change in the rating. You are absolutely right – thanks for removing the annoyance and many greetings.
Hello @azimkhan123,
thanks for the quick help and feedback – indeed since the update all the problems are gone! Awesome – thanks so much and keep up the great help (and great support here!)
Hello @rafiqulsakib and @azimkhan123,
I use an nginx caching plugin – but it is disabled for the whole “wp-admin area” (but I purged the cache anyways with no luck). I also use a redis cache (also purging this with no luck). Do you need write permissions to a folder to store the changes or are the settings stored in the database? Since I have restrictive permissions set on the server I basically just allow writing into the upload/ folder.
Nevertheless this setup runs fine for years and I just changed PostX today and since then I have this issue.
Thanks for your help – maybe you have more hints for me?
Forum: Plugins
In reply to: [Redis Object Cache] Filesystem not writable@tillkruess Thanks for your fast reply, that helped me a lot!