wtci
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error during update to WP 2.8.6Thank you. For others who find this thread seeking an answer, here’s MichaelH’s:
—
@nienonline – assuming you’ve deactivated all plugins, the try one of these methods for increasing the amount of memory a PHP script may consume1. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M3. Try adding this line to your wp-config.php file:
Increasing memory allocated to PHP
define(‘WP_MEMORY_LIMIT’, ’64M’);4. Talk to your host.
—
I called bluehost and created a new php.ini on the phone w/ the tech guy — took maybe 2 minutes.Forum: Fixing WordPress
In reply to: Sidebar a no-show in IEClarifying: The sidebar doesn’t work on the home page only–there, it gets knocked to the bottom of the page. On post pages, it’s fine.
Forum: Fixing WordPress
In reply to: Allow long post titles without relocating sidebarAlso, sidebar still sent away on IE (but not on other browsers). Something I did…?
Forum: Fixing WordPress
In reply to: Add space between photo and textThe above fix had a side effect, sening pictures on all blog posts to the right margin (they’re supposed to be centered). Any fixes? Thanks.
Forum: Fixing WordPress
In reply to: Allow long post titles without relocating sidebarEsmi–
It does wrap, but still impacts the sidebar somehow. Any fixes…?
Forum: Fixing WordPress
In reply to: Add space between photo and textRight you are. THANK YOU!!!
Forum: Fixing WordPress
In reply to: Add space between photo and textHmmm…didn’t seem to change anything. Other ideas…?
And, thanks.