Link to home
Start Free TrialLog in
Avatar of sudanshu
sudanshuFlag for India

asked on

Modify php.ini in shared web hosting

i have a shared web hosting of godaddy.com,i my website i have a code for open d_base file. it works on my local machine when i uncomment 'php_dbase' extension in my local php.ini file.

but it not works on my shared web hosting? how to modify php.ini file in shared web hosting? please help.
Avatar of fosiul01
fosiul01
Flag of United Kingdom of Great Britain and Northern Ireland image

omm if its shared hosting
i dont think , you would be able to modify php.ini

you need to speak with your vendor , and have to ask
do you have access to php.ini ?? ( I doubt, because shared hosting does not allow user to change php.ini)
Avatar of dec0y
dec0y

The simple answer is to call godaddy's customer support and request the changes, almost all webhosts allow changes to the php.ini file. Also, if you haven't already, check your hosting control panel for a way to modify the php.ini file - many control panels allow you to do this.
Avatar of sudanshu

ASKER

I have access to php.ini file, there is a php.ini file in the root directory of my website (i am attaching it in txt format, please have a look),

I made some changes and added 'extension=php_dbase.so' to it, but this did not worked....

Please tell me how to enable the Dbase module, so that my website can work.

php.txt
php_dbase.so , you need this extenstion to be installed on the server

is this file is in /ext directory ??

do you have access to /ext directory ???
no, i cannot access /ext directory ?
---------

i am receiving the error "Fatal error: Call to undefined function dbase_open() in /home/content/d/e/e/deepsingh/html/mysite/my_upload.php on line 121"

Please help





ASKER CERTIFIED SOLUTION
Avatar of fosiul01
fosiul01
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial