jcornel7
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Stats] HELP Urgent: wp-admin not working from SSSI figured it out. Not a SSS problem. WordPress problem. Sorry for the fire drill.
Increasing memory allocated to PHP
Also released with Version 2.5, the WP_MEMORY_LIMIT option allows you to specify the maximum amount of memory that can be consumed by PHP. This setting may be necessary in the event you receive a message such as “Allowed memory size of xxxxxx bytes exhausted”.This setting increases PHP Memory only for WordPress, not other applications. By default, WordPress will attempt to increase memory allocated to PHP to 40MB (code is at the beginning of /wp-includes/default-constants.php) for single site and 64MB for multisite, so the setting in wp-config.php should reflect something higher than 40MB or 64MB depending on your setup.
WordPress will automatically check if PHP has been allocated less memory than the entered value before utilizing this function. For example, if PHP has been allocated 64MB, there is no need to set this value to 64M as WordPress will automatically use all 64MB if need be.
Please note, this setting may not work if your host does not allow for increasing the PHP memory limit–in that event, contact your host to increase the PHP memory limit. Also, note that many hosts set the PHP limit at 8MB.
Increase PHP Memory to 64MB
define( ‘WP_MEMORY_LIMIT’, ’64M’ );
Increase PHP Memory to 96MBdefine( ‘WP_MEMORY_LIMIT’, ’96M’ );
Administration tasks require much memory than usual operation. When in the administration area, the memory can be increased or decreased from the WP_MEMORY_LIMIT by defining WP_MAX_MEMORY_LIMIT.define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
Forum: Plugins
In reply to: [Seriously Simple Stats] HELP Urgent: wp-admin not working from SSSits the /wp-admin link. I cant get on the admin page to change anything or I would.
Forum: Fixing WordPress
In reply to: Everything on bottom!!! HELP!Wow….You’re all correct and I didnt even notice it. So now for the $10000 Question…what do I have to fix in my CSS to get the IE display to work correctly….
Here is my CSS:
/*
Theme Name: WP-Andreas09
Theme URI: https://webgazette.co.uk/wordpress-themes/wp-andreas09/
Description: WP-Andreas09 theme for WordPress based on the open source template, andreas09 by Andreas Viklund – Ported to WordPress by Ainslie Johnson.
Version: 1.6
Author: Andreas Viklund and Ainslie Johnson
Author URI: https://webgazette.co.uk/wordpress-themes/wp-andreas09/andreas09 v1.0 (Dec 10th 2005) – An open source template by Andreas Viklund – https://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author.
Ported to WordPress by Ainslie Johnson – Last updated 04/04/06
[Moderated – long css file removed. Such long files are impossible to read. The link above is just what we need ?? – Podz]
Forum: Fixing WordPress
In reply to: Comments on front pageWhich page in my theme do I edit?