tweakben
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyDrive] Fatal error: Allowed memory size exhaustedesmi: Respectfully, I disagree. If it was a memory issue, then the plugin could not be used by 99% of hosts out there. The support forums would be filled up with memory issues for this plugin. But there isnt a single mention of it here at all.
If this plugin required a higher memory limit than 180Mb, it would clearly say so, too.
Finally, if you read the error logs, it’s trying to use 481038336 bytes of memory for a 481038336 file to download. That’s ~481Mb. What if there’s a 1GB file on the site? Does it need 1GB of memory to allow someone to download? Obviously, this line of thinking is highly incorrect.
Forum: Plugins
In reply to: [BuddyDrive] Fatal error: Allowed memory size exhaustedYour right, it’s 180Mb. If you read the post, you’d see that I host my own site on my own dedicated server. So I dont need to speak to my host.
But in all due respect, esmi, my question is for the plugin author, not for the theme diva and forum moderator. The question is regarding the function of his plugin, not in the function of my memory limits, which, at 180Mb are five times what most wordpress hosts memory limits are. I respectfully request that you allow the plugin author to help resolve this issue rather than clouding up a thread that is not about WordPress memory limits, but in fact, two completely unrelated issues.
Forum: Plugins
In reply to: [BuddyDrive] Fatal error: Allowed memory size exhaustedThe memory limit is 256Mb, max post & file size is 2GB. It’s a dedicated server of which the limits are all set properly.
Why would WordPress’s memory limit matter when trying to send a file to a person? It shouldnt need 481Mb memory allocated to download a 481Mb file. It should just serve the file.
Forum: Plugins
In reply to: [BuddyDrive] Fatal error: Allowed memory size exhaustedAnd then these are in the error_log for apache:
[16-May-2014 15:36:05 UTC] PHP Fatal error: Allowed memory size of 188743680 bytes exhausted (tried to allocate 481038336 bytes) in /home/XXXXXX/public_html/wp-content/plugins/buddydrive/includes/buddydrive-item-actions.php on line 193
[16-May-2014 15:39:19 UTC] PHP Fatal error: Allowed memory size of 188743680 bytes exhausted (tried to allocate 481038336 bytes) in /home/XXXXXX/public_html/wp-content/plugins/buddydrive/includes/buddydrive-item-actions.php on line 193Howdy! Plugin looks fantastic, super easy to use, thanks for all your hard work on this!Forum: Plugins
In reply to: [WooCommerce] Bulk generate download permissionsThis is not included in WooCommerce functionality, no……..
Forum: Plugins
In reply to: [WooCommerce] Editing the functions.php file in a child themeJust create one. Add the <?php tags in the top, and ?> at the bottom and put your code between them.
Forum: Plugins
In reply to: [WooCommerce] Order remains pending on downloadable productYour doing nothing wrong. That’s the way WooCommerce works. In the WooCommerce settings, set the downloads to activate when order is pending not completed.
Pending means paid for
Completed means SHIPPED.Since you cant ship a downloadable item, activate downloads when they are pending. 🙂 WooCommerce / Settings / Products
Ben
Forum: Plugins
In reply to: [WooCommerce] approve or deny orderThat’s beyond WooCommerces capabilities without very heavily modifying the core of the plugin.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Eating all cpuI couldnt even load your site……… http://tools.pingdom.com/fpt/ Give that a try and see if you can narrow down the problem more and find if its your server thats slow.
Install W3 Total Cache too (Free WordPress Plugin) and that will help a lot.
WooCommerce is insanely CPU intensive. I’ve hired a fellow to optimize my server on Monday, dedicated server with 4 Xeon processors and 8GB of memory and only 20,000 pageviews a day and its slow as a pig with 400 products.
Forum: Plugins
In reply to: [WooCommerce] Status order virtual productYou dont need a plugin for that. Just change the code. Google your question and you’ll see a dozen pages on the top with the code to add to your functions.php.
Forum: Plugins
In reply to: [WooCommerce] Update 2.1.8 no available payment methodshttps://github.com/woothemes/woocommerce/issues/5399
The COD module is broken in 2.1.8. Go to the old 2.1.7 version on Github and download the file in /includes/gateways/cod/ and overwrite that with yours. That will fix the problem until the next version comes out.
Forum: Plugins
In reply to: [WooCommerce] DO NOT UPDATE 2.1.7 to 2.1.8https://github.com/woothemes/woocommerce/issues/5399
The COD module is broken after they changed it. To fix, just use the old version of the COD module posted on the GitHub page in /includes/gateways/cod/
That will fix it until they release the next version.
Ben
Forum: Plugins
In reply to: [WooCommerce] WooCommerce: Product image sizes not changeingYou should post any solutions to http://www.github.com/woothemes/woocommerce/issues and then they can be patched in future versions of WooCommerce. 🙂
Forum: Plugins
In reply to: [WooCommerce] In WordPress 3.9 shortcode generator icon is missingIt wont be back. It’s being allowed to die.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Adding Woocommerce Product Metapaulson, you have the WooCommerce Gravity Forms addon, too? Its required…