
Any Drupal guru's in the forum,I have a quick one for y'all Scenario: I have a site done in Drupal.I have a hosting service and am ready to upload the site.I have edited the settings.php file to reflect my username and password(i.e $db_url = 'mysqli://aca_root:xxxxxx@localhost/aca';) and the baseurl: www.mydomain.com) of the db which is done in mysql.When uploading and running the domain name,I get this error " Unable to use the MySQLi database because the MySQLi extension for PHP is not installed. Check your <code>php.ini</code> to see how you can enable it.." Any solutions or any pointers? Regards, -- James M. Muendo P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>


Am imagining that the problem could be the hosts side.Then make it worse domains.safaricom.co.ke is down.Anyone who can help me in knowing what php platform they are on? On 13 October 2010 06:19, Dennis Kioko <dmbuvi@gmail.com> wrote:
http://drupal.org/node/585060 _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>

On 13 October 2010 17:14, James Muendo <timrick@gmail.com> wrote:
Am imagining that the problem could be the hosts side.Then make it worse domains.safaricom.co.ke is down.Anyone who can help me in knowing what php platform they are on?
Most hosts usually have the MySQL-PHP extension enable by default. you can check the PHP settings of the server by uploading a simple php script for that. Create a script called info.php and insert the following code *<?php phpinfo(); ?>* Upload this to your document root and access it via your server's URL http://<serverurl>/info.php that should give you the PHP information. For Drupal try using *mysql*://aca_root:xxxxxx@localhost/aca';) INSTEAD of *mysqli* -- ˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ 'spɹɐƃǝɹ ıʞnɾu pıʌɐp

On Wed, Oct 13, 2010 at 5:20 PM, David Njuki <njukey@gmail.com> wrote: <?php
*phpinfo(); ?>*
Upload this to your document root and access it via your server's URL http://<serverurl>/info.php that should give you the PHP information.
Make sure you delete that file as soon as you are done with it, I make it a practice to delete it immediately the page has loaded, that way I do not forget

Ok, The php happens to be 5.2.9.Even after following David's instruction,Am still getting the same ol error The *mysqli* error was: *Unable to use the MySQLi database because the MySQLi extension for PHP is not installed. Check your <code>php.ini</code> to see how you can enable it.*. On 13 October 2010 07:28, Peter Karunyu <pkarunyu@gmail.com> wrote:
On Wed, Oct 13, 2010 at 5:20 PM, David Njuki <njukey@gmail.com> wrote:
<?php
*phpinfo(); ?>*
Upload this to your document root and access it via your server's URL http://<serverurl>/info.php that should give you the PHP information.
Make sure you delete that file as soon as you are done with it, I make it a practice to delete it immediately the page has loaded, that way I do not forget
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>

From Karunyu's advise, did you see if this module - MySQLi - is installed?
What is surprising is that you are not using this module, or have you left it hanging somewhere, or maybe you need to clear the browser cache? On Wed, Oct 13, 2010 at 5:32 PM, James Muendo <timrick@gmail.com> wrote:
Ok,
The php happens to be 5.2.9.Even after following David's instruction,Am still getting the same ol error
The *mysqli* error was: *Unable to use the MySQLi database because the MySQLi extension for PHP is not installed. Check your <code>php.ini</code> to see how you can enable it.*.
On 13 October 2010 07:28, Peter Karunyu <pkarunyu@gmail.com> wrote:
On Wed, Oct 13, 2010 at 5:20 PM, David Njuki <njukey@gmail.com> wrote:
<?php
*phpinfo(); ?>*
Upload this to your document root and access it via your server's URL http://<serverurl>/info.php that should give you the PHP information.
Make sure you delete that file as soon as you are done with it, I make it a practice to delete it immediately the page has loaded, that way I do not forget
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo
P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube

This is what I saw,hopefully people will see the image file as attached. On 13 October 2010 07:36, Odhiambo Washington <odhiambo@gmail.com> wrote:
From Karunyu's advise, did you see if this module - MySQLi - is installed?
What is surprising is that you are not using this module, or have you left it hanging somewhere, or maybe you need to clear the browser cache?
On Wed, Oct 13, 2010 at 5:32 PM, James Muendo <timrick@gmail.com> wrote:
Ok,
The php happens to be 5.2.9.Even after following David's instruction,Am still getting the same ol error
The *mysqli* error was: *Unable to use the MySQLi database because the MySQLi extension for PHP is not installed. Check your <code>php.ini</code> to see how you can enable it.*.
On 13 October 2010 07:28, Peter Karunyu <pkarunyu@gmail.com> wrote:
On Wed, Oct 13, 2010 at 5:20 PM, David Njuki <njukey@gmail.com> wrote:
<?php
*phpinfo(); ?>*
Upload this to your document root and access it via your server's URL http://<serverurl>/info.php that should give you the PHP information.
Make sure you delete that file as soon as you are done with it, I make it a practice to delete it immediately the page has loaded, that way I do not forget
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo
P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>

The sysadmin has suppressed much of the output expected from test.php - security by obscurity does work to a good extent:-) On Wed, Oct 13, 2010 at 5:52 PM, James Muendo <timrick@gmail.com> wrote:
This is what I saw,hopefully people will see the image file as attached.
On 13 October 2010 07:36, Odhiambo Washington <odhiambo@gmail.com> wrote:
From Karunyu's advise, did you see if this module - MySQLi - is installed?
What is surprising is that you are not using this module, or have you left it hanging somewhere, or maybe you need to clear the browser cache?
On Wed, Oct 13, 2010 at 5:32 PM, James Muendo <timrick@gmail.com> wrote:
Ok,
The php happens to be 5.2.9.Even after following David's instruction,Am still getting the same ol error
The *mysqli* error was: *Unable to use the MySQLi database because the MySQLi extension for PHP is not installed. Check your <code>php.ini</code> to see how you can enable it.*.
On 13 October 2010 07:28, Peter Karunyu <pkarunyu@gmail.com> wrote:
On Wed, Oct 13, 2010 at 5:20 PM, David Njuki <njukey@gmail.com> wrote:
<?php
*phpinfo(); ?>*
Upload this to your document root and access it via your server's URL http://<serverurl>/info.php that should give you the PHP information.
Make sure you delete that file as soon as you are done with it, I make it a practice to delete it immediately the page has loaded, that way I do not forget
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo
P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo
P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube

So how does one sort such a problem? On 13 October 2010 07:59, Odhiambo Washington <odhiambo@gmail.com> wrote:
The sysadmin has suppressed much of the output expected from test.php - security by obscurity does work to a good extent:-)
On Wed, Oct 13, 2010 at 5:52 PM, James Muendo <timrick@gmail.com> wrote:
This is what I saw,hopefully people will see the image file as attached.
On 13 October 2010 07:36, Odhiambo Washington <odhiambo@gmail.com> wrote:
From Karunyu's advise, did you see if this module - MySQLi - is installed?
What is surprising is that you are not using this module, or have you left it hanging somewhere, or maybe you need to clear the browser cache?
On Wed, Oct 13, 2010 at 5:32 PM, James Muendo <timrick@gmail.com> wrote:
Ok,
The php happens to be 5.2.9.Even after following David's instruction,Am still getting the same ol error
The *mysqli* error was: *Unable to use the MySQLi database because the MySQLi extension for PHP is not installed. Check your <code>php.ini</code> to see how you can enable it.*.
On 13 October 2010 07:28, Peter Karunyu <pkarunyu@gmail.com> wrote:
On Wed, Oct 13, 2010 at 5:20 PM, David Njuki <njukey@gmail.com> wrote:
<?php
*phpinfo(); ?>*
Upload this to your document root and access it via your server's URL http://<serverurl>/info.php that should give you the PHP information.
Make sure you delete that file as soon as you are done with it, I make it a practice to delete it immediately the page has loaded, that way I do not forget
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo
P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo
P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>

On Wed, Oct 13, 2010 at 6:06 PM, James Muendo <timrick@gmail.com> wrote:
So how does one sort such a problem?
Talk to the sysadmin to install that php module (php5-mysqli) and restart Apache. I don't know why the module is being sucked in though, since you aren't using it. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube

System Admin at Safaricom?Hehehe wow,Lets see whether thats possible. On 13 October 2010 08:58, Odhiambo Washington <odhiambo@gmail.com> wrote:
On Wed, Oct 13, 2010 at 6:06 PM, James Muendo <timrick@gmail.com> wrote:
So how does one sort such a problem?
Talk to the sysadmin to install that php module (php5-mysqli) and restart Apache. I don't know why the module is being sucked in though, since you aren't using it.
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>

As Njuki has just said, If you check your settings.php you must have set options for mysqli i.e: $db_url = 'mysqli://username:password@localhost/databasename'; now change this to $db_url = 'mysql://username:password@localhost/databasename'; The difference is at mysqli & mysql. If its drupal it can run with mysql without problems On Wed, Oct 13, 2010 at 7:04 PM, James Muendo <timrick@gmail.com> wrote:
System Admin at Safaricom?Hehehe wow,Lets see whether thats possible.
On 13 October 2010 08:58, Odhiambo Washington <odhiambo@gmail.com> wrote:
On Wed, Oct 13, 2010 at 6:06 PM, James Muendo <timrick@gmail.com> wrote:
So how does one sort such a problem?
Talk to the sysadmin to install that php module (php5-mysqli) and restart Apache. I don't know why the module is being sucked in though, since you aren't using it.
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo
P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- www.golavish.com - The travel and leisure www.raccuddasys.com - code Development issues

Most likely you don't have direct access to php.ini but if you did, refer to the attached screenshot. On Wed, Oct 13, 2010 at 7:04 PM, James Muendo <timrick@gmail.com> wrote:
System Admin at Safaricom?Hehehe wow,Lets see whether thats possible.
On 13 October 2010 08:58, Odhiambo Washington <odhiambo@gmail.com> wrote:
On Wed, Oct 13, 2010 at 6:06 PM, James Muendo <timrick@gmail.com> wrote:
So how does one sort such a problem?
Talk to the sysadmin to install that php module (php5-mysqli) and restart Apache. I don't know why the module is being sucked in though, since you aren't using it.
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo
P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

The thing about Drupal CMS is that it is very sensitive to software versions including the server components. Some modules wont work if you don't have specific software installed, and it is a Linux deployment especially when it comes to issues like patching, etc. The same applies for PHP and MySql versions My advise is that you look for a Hosting service that specifically deal with Drupal. it will save you a lot of headache now and in future. Regards, Mugo. On Wed, Oct 13, 2010 at 7:36 PM, Peter Karunyu <pkarunyu@gmail.com> wrote:
Most likely you don't have direct access to php.ini but if you did, refer to the attached screenshot.
On Wed, Oct 13, 2010 at 7:04 PM, James Muendo <timrick@gmail.com> wrote:
System Admin at Safaricom?Hehehe wow,Lets see whether thats possible.
On 13 October 2010 08:58, Odhiambo Washington <odhiambo@gmail.com>wrote:
On Wed, Oct 13, 2010 at 6:06 PM, James Muendo <timrick@gmail.com>wrote:
So how does one sort such a problem?
Talk to the sysadmin to install that php module (php5-mysqli) and restart Apache. I don't know why the module is being sucked in though, since you aren't using it.
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- James M. Muendo
P.O Box 28016 - 00200, Nairobi. Mobile: +254725567508 skype:tim.rick | Twitter: Mmuendo | gtalk: timrick<http://muendoshead.blogspot.com/>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
participants (7)
-
David Njuki
-
Dennis Kioko
-
Frankline Chitwa
-
James Muendo
-
m mugo
-
Odhiambo Washington
-
Peter Karunyu