|
Hey guys, I have just installed a php download script from www.rwscripts.com. My web host is netfirms.com, and I've set it to PHP4 (same as the php script I got). However, after the installation was completed, I'm getting this error messege. "extension_dir does not exists /usr/local/nf/lib/extensions/no-debug-no...
I just googled extension_dir does not exists
and found the FAQ from the site you got the script from:
http://www.rwscripts.com/docs/index.php?...
The extension_dir setting in php.ini should point to the real directory for SourceGuardian loaders to work (as well as any other dynamic PHP extension). This may be any directory on server. Common setting is /usr/local/lib/php/extensions. Please contact your server provider about this issue. They need to create this directory and alter the setting in php.ini and then restart the webserver. "
How do I get the php.ini from? I can't find it in FTP. I don't really understand
PHP Script question - extension_dir does not exists - php.ini ?
As it states there in the wording you quoted you need to first contact your provider netfirms.com and tell them about this extension you are trying to use and tell them the message you told us here. They need to do a few things on their end with regards to this, and they may or may not want to do it. It is strictly up to their discretion.
1) They will need to alter the php.ini file. PHP.ini, if you don't know what it is, is a file which configures the PHP interpretor.
|