Utilizing GZip with WordPress, Finally a Fast Blog…
The first half of this article will be taken directly from our previous post, as the need for a single default php.ini is necessary to configure gzip. If reading our Magento post is what brought you to the site, and you’ve already configured your default php.ini, than skip to the .htaccess portion of the post. Otherwise, were off…
The Correct Way To Set Up gzip with Magento
We wrote this article in response to postings offering advice to users of Magento, an open source ecommerce system. The advice is being given with good intentions, and the intent is only to assist their fellow Magento users. But the advice being give may actually have the potential cause harm to the users site, or at the least a good deal of down time. The advice being offered is to help speed up Magento by enabling a server side caching system called gzip. What people don’t realize is that their being told to enable two separate caching systems. These two systems tend not to play well together, and could cause harm to your install. While most people see positive results, there are a rare few seeing server side errors, database errors, and are stumped as to why.
WordPress, Fatal error: Allowed memory size of 33554432 bytes exhausted
![]()
During a routine update to a WordPress site we received the following error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/website/public_html/wp-includes/functions.php on line 1342 Scary stuff, but no need to panic. Chances are your WordPress install is quite well used with lots pages, posts, and plugins. First off, don’t start disabling plugins and hacking code. Follow these simple steps and you’ll be updated in no time.
My WordPress Blog is Sending Mail With My Webhosts Address
Here’s our solution. Be sure your working with the most up to date file. Local copies can become outdated with online updates. Edit the following file: wordpress-root-directory/wp-includes/class-phpmailer.php
On line 75 (valid on WordPress 2.7.1 — 2.8.7) and edit, “root@localhost.com” to the address you’de like to appear in administrative emails, ie. user@yourdomain.com. You’ll also want to change your FromName, on line 81, and your email address on line 88. Simply fill the empty quotes.
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
/** * Sets the From email address for the message. * @var string */ var $From = 'root@localhost'; /** * Sets the From name of the message. * @var string */ var $FromName = 'Root User'; /** * Sets the Sender email (Return-Path) of the message. If not empty, * will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode. * @var string */ var $Sender = '';
And that’s it. Your sever will now send administrative Emails from your chosen name, and address. Let us know if this was helpful.
How Can I Make Office 2007 Save in The Older Format by Default?
To change default file save options in Office Excel 2007
1. Double-click Microsoft Office Excel 2007, double-click Excel Options, and click Save.
2. In the right pane, right-click Save Excel files as, and select Properties.
3. In Save files in this format, select Enabled.
4. In the drop-down box, select a default file save format.
5. Click Apply to save the settings.
To change default file save options in Office PowerPoint 2007
1. Double-click Microsoft Office PowerPoint 2007, double-click PowerPoint Options, and click Save.
2. In the right pane, right-click Save files in this format, and select Properties.
3. In Save files in this format, select Enabled.
4. In the drop-down box, select a default file save format.
5. Click Apply to save the settings.
To change default file save options in Office Word 2007
1. Double-click Microsoft Office Word 2007, double-click Word Options, and click Save.
2. In the right pane, right-click Save files in this format, and select Properties.
3. In Save files in this format, select Enabled.
4. In the drop-down box, select a default file save format.
5. Click Apply to save the settings.
-
The Previous Posting
Netgear MRVGINA.dll, disables fast user switching XP -
The Next Posting
How Do I Re-enable Ballon Tips?