On of the addons for my whmcs is giving a warning about open_basedir and the file is not in the proper path.
The file for the addon is in public_html/whmcs/modules/addons/filename.php
I am calling it from public_html
and i am also calling it from public_html/whmcs/filename.php
Do i have to turn off open_basedir or can i adjust it via htaccess ? Or can you point me to some docs on the subject thanks.
here is the warning:
interesting, i did not know open_basedir was a requirement for WHMCS... well how about that.
- - - Updated - - -
I found the docs,
im ok now..
The file for the addon is in public_html/whmcs/modules/addons/filename.php
I am calling it from public_html
and i am also calling it from public_html/whmcs/filename.php
Do i have to turn off open_basedir or can i adjust it via htaccess ? Or can you point me to some docs on the subject thanks.
here is the warning:
- - - Updated - - -Warning: is_file(): open_basedir restriction in effect. File(/home/xxxxxx/public_html/whmcs/modules/addons/index.php/index.php.php) is not within the allowed path(s): (/home/xxxxxxx:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/xxxxxxx/public_html/whmcs/admin/configaddonmods.php on line 0
interesting, i did not know open_basedir was a requirement for WHMCS... well how about that.
- - - Updated - - -
I found the docs,
Last edited: