gregorian1949
Forum Replies Created
-
I had the same problem in XAMPP with a time-out warning referring me to class-http.php line 1453. I checked that file and found a function called private function stream_body( $handle, $data ). I disabled this and tried again and the download worked.
Another problem:
when a user tries to order more than one item they are being re-directed and get the following error message:Warning: Invalid argument supplied for foreach() in /home/wansrguk/public_html/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 190
Warning: sort() expects parameter 1 to be array, null given in /home/wansrguk/public_html/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 202
Greg Harper
Being a bit lazy, and finding that WP would automatically upgrade,I upgrades NextGen first. This caused the website to blank out completely. I do have Contact Form 7 on the site as well which others have reported as a possible conflict.
Thanks for the help. I managed to get rid of the plug-in, which solved the problem. Now I’m rid of it I’ll think long and hard before using it again.
I’m trying to get to the NextGen website to download the bets version as recommended but only get Error 503 Service Unavailable.
Is this traffic or server down or what?I have the same problem. Possibly caused by updating NextGen before upgrading to WP 3.6. The standard cure seems to be to delete the files for whichever plug-in causes the problem but this seems to be impossible: NextGen doesn’t allow itself to be deleted either by FWP or from the edit software on the server. As a result my website is completely blank. I’ve uploaded the WP3.6 files but that hasn’t helped.
Forum: Fixing WordPress
In reply to: wp_page_menu includes 'Home" even with show_home=0I had the same problem which fwootten has solved for me – thanks. Is there anyway to nullify the function in the child theme rather than comment it out in the parent theme? An upgrade to the parent theme will undo the change.