[SOLVED] Fatal error: Call to undefined function xmlrpc_encode_request() in...
I was trying to use xmlrpc_encode_request() for posting to wordpress for one of my sites and got the error similar to the following: Fatal error: Call to undefined function xmlrpc_encode_request() in...
View Article[HOWTO] Setup a Minimal Ubuntu LAMP server (with ssh server)
In this article, I will describe how I went about to install the bare minimum LAMP server using Ubuntu Minimal installation iso. I downloaded Maverick Meerkat version of Minimal CD image from the...
View Article[HOWTO] Run apache server with www directory in a different server
This is an experiment in which I wanted to see if it is possible to run apache on one server and have www directory in a different server (physical or virtual). I don’t know the possible benefits of...
View Article[HOWTO] Setup MySQL, Apache and PHP in Fedora 15
This is a simple guide to setup LAMP (Linux, Apache, MySQL and PHP). I am assuming you have Linux (Fedora 15) installed. The following commands will install the necessary packages to run Apache, MySQL...
View Article[SOLVED] Warning: Unknown: failed to open stream: Permission denied in...
While trying to run a single-file php script in my Fedora 15 installation, I got a very strange error: Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error:...
View Article