notes, references

March 30, 2008

php, mysql, Joomla

Filed under: Apache, MySQL, PHP, ubuntu — Tags: , , , — karthik @ 5:20 pm

I was trying to install Joomla and the pre-requisites specified mod_mysql. I have installed the mysql component for php before but the mistake I did now was searching for mod_mysql all over to see how to enable it, all I had to do is just install mysql for php using any installation instruction out there on the web.

on ubuntu just used
$sudo apt-get install  php5-mysql

October 30, 2007

SugarCRM, Modules, curl, php ubuntu

Filed under: PHP, SugarCRM, ubuntu — karthik @ 6:50 am

When trying to use the Module Loader in SugarCRM there was this warning displayed
Please ensure that you have curl enabled.

I have SugarCRM on Ubuntu, there are different curl packages found one related to php: php5-curl

Installing this ($sudo apt-get install php5-curl) fixed this warning and gave access to the module loader.

June 11, 2007

check/display/view php configuration

Filed under: PHP — karthik @ 7:26 pm

save the following to a php file say test.php  or checkphp.php and put it in a place accesible thru your webserver

<?php
  phpinfo();
?>

http://yoursiteipandpath/checkphp.php should give you the current php configuration

Theme: Silver is the New Black. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.