gonsurfn77
Forum Replies Created
-
All good now.
To resolve the issue, I had to switch to a new hosting server within the same hosting plan. Once on a a new server, issue went away….
Well, I discovered a bit more…it is the theme’s (avada) plugins conflicting with WooCommerce plugin…Disable either and I can edit pages but with both activated, no page or product edits can be done..but obviously both are needed. I’ve reached out to Avada but their support comes in the middle of the night via email….
@gabrielfuentes Yes, I have done that. but will try it all again…
- This reply was modified 3 years, 10 months ago by gonsurfn77.
Forum: Plugins
In reply to: [WooCommerce] Product Save Times Out to 502 ErrorJust deleted Woocommerce and added it fresh…still the same problem. I don’t even sell online with this site but use the Yith Catalog plugin to show our products. I’ve disabled everything during testing and WooCommerce is the one that when enabled that is preventing me from updates. I have a conf. call right now but need to get his fixed…my email is [email protected]
Forum: Plugins
In reply to: [WooCommerce] Product Save Times Out to 502 ErrorThe plugin is updated and I still cannot edit any pages or products. I removed the code snippet provided as well and still no luck. Anyone for hire??
Here is the error I get when I added the code below to my theme’s functions.php file…
//woocommerce fix
add_filter(‘woocommerce_admin_features’, ‘pk_woocommerce_admin_features’);
function pk_woocommerce_admin_features($features) {
if(($key = array_search(‘remote-inbox-notifications’, $features)) !== false) {
unset($features[$key]);
}
}Warning: Invalid argument supplied for foreach() in /home/salsadmin123/public_html/wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 226
If I disable, Woocommerce, everything works fine..
Forum: Plugins
In reply to: [WooCommerce] Product Save Times Out to 502 ErrorI am not a developer but I followed the instructions the best I could. When I added the code to my theme’s functions.php and // the lines 69 and 70 in WooCommerce as stated, I now get the following error shown on the page. Is there a specific spot within the functions.php that the code must be placed at? Ready to hire one of you to fix this even if it is a temp fix…this is killing me….
Warning: Invalid argument supplied for foreach() in /home/salsadmin123/public_html/wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 226
Forum: Plugins
In reply to: [WooCommerce] Product Save Times Out to 502 ErrorThanks Matt. Is there a specific place within the theme’s functions.php that this should be added? I used the first set of code (simpler) provided and // out the line 69 and 70 as listed in woo… but no change…still cannot edit pages.
Forum: Plugins
In reply to: [WooCommerce] Product Save Times Out to 502 ErrorI am still not able to update any pages or products. This is killing me….will there be a patch to WooCommerce soon to fix this issue? It has been almost a month now and I have to disable Woo anytime I need to update a page…and cannot update products. I read the thread but not exactly sure where to place the needed workaround code mentioned…
Forum: Plugins
In reply to: [WooCommerce] Cannot edit pages or products with Woocommerce active.Thanks Geoffrey…unfortunately after reading through the “fixes”, I was not able to implement any of them successfully…a bit above my pay grade I think. I sure hope Woocommerce gets this fixed asap…it is killing me on this site not being able to update any contents with Woocommerce active…
Tested this on multiple sites now and getting same permission error. Sites using old version of this plugin are not having this problem. As soon as I updated to latest version, boom…no matter what theme is being used.
I have multiple sites and the ones that use an old version of the plugin are not having this problem. All sites that I have updated the plugin now have this permission error. THIS IS AN ISSUE WITH THEIR LATEST UPDATE! Sorry for yelling but now I have this same issue on multiple sites that use the latest version of the plugin.
Could not write to file. Please check filesystem permissions. Filename: /home/content/a2pewpnaspod04_data04/34/41290634/html/wp-content/gallery/teset3/….Not to thread hijack, but I am having the same issue and it just started within the last few days. I’ve got 40 galleries and now cannot create or UL images. Screen fades and clears too…seems to have happened after this last WordPress update…do you get an error message “Could not write to file. Please check filesystem permissions. Filename: /home/content/……………………………
- This reply was modified 7 years ago by gonsurfn77.