This error show up when I try to upgrade wordpress to 2.8.5 using “update-core.php

upgrade wordpress2  Fatal error: Allowed memory size of  and Upgrade wordpress

Downloading update from http://wordpress.org/wordpress-2.8.5.zip.

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2354671 bytes) in /home1/xxxxxxxxx/public_html/hostingformula.info/wp-includes/http.php on line 1331

Yes, I use shared hosting and it won’t show up on my other host ( I host on VPS server using slicehost).

This problem easily solved using wordpress plugin such as WordPress Automatic Upgrade.
Click Plugins -> Add New

Type “upgrade wordpress” and click install.

 

At previous post I have written about :

  1. Install Wamp Server
  2. Add Fake Domain
  3. Install Email Server

All post use localhost aka home development.

In this post I’ll show how to configure email server together with our wamp server.

Problem

Little problem came when wamp and axigen installed by default installation.

Ports

Ports utilized in Wamp :

  • Apache (80)
  • MySQL (3306)

Ports utlized in Axigen :

  • CLI (7000)
  • Webadmin (9000)
  • SMTP (25)
  • POP3 (110)
  • IMAP (143)
  • Webmail (80)

As you see Webmail and Apache use same port (80) . One of the service need to change its port to make everything working well.

I choose to change webmail port to 8081.

Continue reading »

© 2011 Hosting Formula Suffusion theme by Sayontan Sinha