dessie1981
Programmer
Hi Everyone.
Just a quick question,
I have been building an online store for the last few weeks on a windows system using easyphp (a package containing mysql apache and php).
Now i am at the stage where i am moving the site onto a unix box running fedora. I have apache and mysql installed and running fine but i am having a problem with my php extensions.
When i login to my site i have to communicate with the db and i am getting the following error.
DB Error : extemsion not found
Do you think that the problem is that php is looking in the wrong place for the db extensions?
My pear extensions are all installed in the following dir
/usr/share/pear
and i have the db extension installed here too.
Should my php extensions be installed in /usr/lib/php/modules?
Any help would be much appreciated.
Regards
Dessie
Just a quick question,
I have been building an online store for the last few weeks on a windows system using easyphp (a package containing mysql apache and php).
Now i am at the stage where i am moving the site onto a unix box running fedora. I have apache and mysql installed and running fine but i am having a problem with my php extensions.
When i login to my site i have to communicate with the db and i am getting the following error.
DB Error : extemsion not found
Do you think that the problem is that php is looking in the wrong place for the db extensions?
My pear extensions are all installed in the following dir
/usr/share/pear
and i have the db extension installed here too.
Should my php extensions be installed in /usr/lib/php/modules?
Any help would be much appreciated.
Regards
Dessie