Sometimes when upgrading WordPress via its admin panel, WordPress will ask for FTP account. Follow these steps to upgrade WordPress without requiring FTP account: 1. Edit wp-config.php and add the following line: define(‘FS_METHOD’,’direct’); 2. Save wp-config.php and upload the file to the web server.
Category: Tutorial
I upgraded my site to the latest WordPress 3.2.1. When I browsed to the site for the first time after upgraded it, the screen displayed an error message indicating that WordPress 3.2.1 required 5.2.4 or above to work. If you are have the standard PHP 5.1.x in CentOS 5.x and trying to upgrade your system […]
Tcpdump is a very useful Linux/Unix command-line packet analyzer. Here’s an example of the tcpdump command that writes the output to a file. tcpdump -s 0 -vv -w /var/log/log_file.pcap The tcpdump man page is available at the tcpdump official web site.
Apache Installation Download the latest Apache 1.3.x from http://httpd.apache.org/ Launch the installer and follow the installation instruction. MySQL Installation You have an option to install the MySQL automatically when the hMailServer is installed, unless you want to have a separate MySQL installation.
Recent Comments