edengp250
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Sharing preview problemIt is not jetpack, I have tested by deactivating it and deleting it from the plugins list.
The text being picked up is part of the woocommerce plugin. the text shows on a site when there are no products yet added.
Someone from the woocommerce plugin must know which file this text is pulled from, surely?Forum: Fixing WordPress
In reply to: Fatal error: Out of memoryvery interesting, this kinds worked, im still getting memory errors in the wordpress dashboard home page under “incoming links” “plugins” and “development blog” but i can now activate all my plugins and use the dashboard auto update.
i can live with out the dashboard home page items.thanks Tish ??
I did want to mention that memory_limit in the /usr/local/lib/php.ini is not the only location where you might exceed the memory limit. If you have RLimitMEM in /usr/local/apache/conf/httpd.conf set, it might cause the same issue. You can search to see if that’s in the file:
grep -i rlimit /usr/local/apache/conf/httpd.conf
If it is in the file, try commenting it out (using # in front of RLimitMEM line), then restart Apache to see if the site begins working.
Forum: Fixing WordPress
In reply to: Fatal error: Out of memoryI disabled all PHP extensions then restarted Apache, still the same memory errors in wordpress.
i have then recompiled and still have the same memory errors!
is anyone here who has replied in this topic using php version 5.3.17 ?
Forum: Fixing WordPress
In reply to: Fatal error: Out of memorybeen busy, but i’m looking at it tonight.
Forum: Fixing WordPress
In reply to: Fatal error: Out of memoryyes its in the root
Forum: Fixing WordPress
In reply to: Fatal error: Out of memoryI was told by my host that they had looked for another php.ini file and didnt find any.
https://lambretta-parts-for-sale.com/phpinfo.php
Could it be eAccelerator?
Forum: Fixing WordPress
In reply to: Fatal error: Out of memoryThe server stats show that memory isnt getting near 786 at any time.
Mem: 1572864 606104 966760 0 0 0
-/+ buffers/cache: 606104 966760
Swap: 0 0 0
Total: 1572864 606104 966760I have a heavily moded phpbb3 forum on the same server that gets a lot of traffic (40k page views by 2k visitors a day average) compared to the wordpress sites which never has any memory issues.
wordpress only started doing this after php on my server was updated to 5.3.17 from 5.2.XX. all my other non wordpress sites run a lot faster after the update and have NO memory issues!
surely if it was a server side problem the other php sites would be showing some problems too?Forum: Fixing WordPress
In reply to: Fatal error: Out of memoryAs said above php is set to 512MB
server has 786MB guaranteed RAM
and 1.5GB Burst RAMthe server shows no sign of getting anywhere near 768MB at any time which is why the host has referred me here, its wordpress not the server!
Forum: Fixing WordPress
In reply to: Fatal error: Out of memoryit depends,
I have disabled all plugins now which has at least let me get into the admin area.if i try to reinstall version 3.4.2 i get this with in wordpress
Fatal error: Out of memory (allocated 9437184) (tried to allocate 995832 bytes) in /home/lambrett/public_html/wp-admin/includes/update.php on line 288
on the admin home page i have this all the time:
Incoming Links
Fatal error: Out of memory (allocated 9961472) (tried to allocate 7680 bytes) in /home/lambrett/public_html/wp-includes/class-simplepie.php on line 13315
Plugins
Fatal error: Out of memory (allocated 9961472) (tried to allocate 30720 bytes) in /home/lambrett/public_html/wp-includes/class-simplepie.php on line 12791
WordPress Development Blog
Fatal error: Out of memory (allocated 9961472) (tried to allocate 30720 bytes) in /home/lambrett/public_html/wp-includes/class-simplepie.php on line 12791
if i try to install a few plugins i get this:
Fatal error: Out of memory (allocated 10223616) (tried to allocate 491520 bytes) in /home/lambrett/public_html/wp-content/plugins/phpZon/amazon.php on line 23
i can get phpzon to activate if i deactivate every other plugin but then when i try to activate the other plugins again 1 or 2 will give another error.
its not the plugins pulling all the memory and in any case the amount they are trying to allocate is much much less than the server limit and the WP max memory limit which is set as in my post above.