You are not logged in.

#1 2010-10-02 07:19:58

chris-kun
Member
From: SF Bay Area
Registered: 2010-09-07
Posts: 235
Website

[solved] php not loading mysqli

yeah.. php isn't loading the mysqli extension, even though I uncommented the line in php.ini. any ideas what might be wrong?

I also can't seem to get php's logging to work to look at any errors...

the php.ini was being cached somehow.. seems like I have to reboot to get any changes saved.

Last edited by chris-kun (2010-10-02 17:00:50)


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol

Offline

#2 2010-10-02 16:37:59

chris-kun
Member
From: SF Bay Area
Registered: 2010-09-07
Posts: 235
Website

Re: [solved] php not loading mysqli

seems like php is just ignoring anything I set, actually... =/

everything just shows up as 'no value' in the phpinfo()

EDIT: ok.. so I renamed my php.ini to php.bak and phpinfo() STILL shows php.ini being loaded.

Last edited by chris-kun (2010-10-02 16:57:14)


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol

Offline

#3 2010-10-02 17:03:51

BurntSushi
Member
From: Massachusetts
Registered: 2009-06-28
Posts: 362
Website

Re: [solved] php not loading mysqli

If you're using Apache, have you tried restarting it?

sudo /etc/rc.d/httpd restart

Education is favorable to liberty. Freedom can exist only in a society of knowledge. Without learning, men are incapable of knowing their rights, and where learning is confined to a few people, liberty can be neither equal nor universal.

Tu ne cede malis sed contra audentior ito

Offline

#4 2010-10-02 17:32:57

chris-kun
Member
From: SF Bay Area
Registered: 2010-09-07
Posts: 235
Website

Re: [solved] php not loading mysqli

I'm using lighttpd, and yeah I've restarted it


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol

Offline

#5 2010-10-02 17:49:28

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: [solved] php not loading mysqli

If you are using php-fpm you have to restart/reload that and not the webserver.

Offline

Board footer

Powered by FluxBB