giggioman00
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce break wordpress backend with PHP 7.2Please note, I’ve just downloaded woocommerce in one of those wordpress sites which are not a store and I face the same problem
Forum: Plugins
In reply to: [WooCommerce] Woocommerce break wordpress backend with PHP 7.2I have 2 WooCommerce sites running on PHP 7.2 so that is not your problem. Have you changed your theme to 2017 and then enabled WC? What theme are you using? What plugins are you using? You said you were moving to a more powerful VPS but do you have enough memory allocated to your site? Have you read the server requirements for WC 3.5.x?
Please don’t take offense at any of my questions but you may be so close to this issue that you are overlooking something.
What about your products? How many do you have? Are they variable products?
Just tried to switch the theme to 2017 and still I face the problem. Remember the problem it’s in the backend and not in the front end, which is working fine.
I’m using Flatsome, updated to the last version.
Not many, I’m just using Woocommerce, jetpack, Contact form 7, Yoast, Really simple SSL. Of course I’ve already tried to disable every plugin and the only one that trigger this blank page is Woocommerce.
Yes, I’ve read the requirements and everything it’s okay from my side.
I have almost 50 products and are not variable products.
Had similar issues after updating the server to PHP 7.2 – in my case I fixed it by increasing the memory limit:
https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/
I used the first method – a new line in the wp-config.php file.
Just kept increasing the value until it worked.
Already tried this, doesn’t work
- This reply was modified 6 years, 3 months ago by giggioman00.
Forum: Fixing WordPress
In reply to: blank admin panelIt’s Woocommerce. If I rename the Woocommerce plugin the dashboard works again, like the rest of the backend. But I can’t get rid of Woocommerce because my website is a store. So what should I do?
- This reply was modified 6 years, 3 months ago by giggioman00.
- This reply was modified 6 years, 3 months ago by giggioman00.
Forum: Fixing WordPress
In reply to: blank admin panelAs I said, I get blank pages, I can’t disable/install plugins or themes because just doesn’t appear in the page when I click these pages in the menu
- This reply was modified 6 years, 3 months ago by giggioman00.
Forum: Plugins
In reply to: [Multi-column Tag Map] compatible with WooCommerce ?Thank you! This helped me!
Forum: Themes and Templates
In reply to: [Bluestreet] hyperlink doesn’t work on ExcerptThank you!
Forum: Themes and Templates
In reply to: [Bluestreet] hyperlink doesn’t work on Excerpturl is: https://www.acem-porte.it (kidly remove links from here after you check)
This is the image
As you can see google.com is not clickable but if I click on “Article” (title of the post) google.com become clickable.
What should I do to make google.com clickable even on excerpt, since hyperlink works correctly?
- This reply was modified 8 years, 2 months ago by giggioman00.
Forum: Themes and Templates
In reply to: [Hueman] Change post title from H2 to H1What should I change there? It seems already h1 there but on page it’s h2…
Forum: Plugins
In reply to: [Universal Star Rating] Stars not appearingI’m using the same theme and I’m getting the same error, could you please tell me how you fixed? TY
Forum: Plugins
In reply to: [WP RSS Multi Importer] cron scheduler doesn't workI fixed the problem, now works. I followed the answer of this post: https://wordpress.stackexchange.com/questions/182045/why-cron-doesnt-work-to-me
Usingphp /home/$USER/public_html/wp-cron.php
AND NOT
https://www.example.com/wp-cron.php?doing_wp_cron=1 > /dev/null 2>&1
as said by the author of this plugin, now my feed update every 10 minutes correctly.
Anyway I am on a VPS. I don’t know if you can do that in a shared hosting…