joomwookie Posted May 18, 2008 Share Posted May 18, 2008 Hi, Looking for help on the error below, this script was suppose to be simple install, but could use some assistance, thanks in advance. - Ryan Warning: include_once() [function.include]: Failed opening '/home/rkrause5/public_html/adminpanel/func.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/rkrause5/public_html/Scripts/config.php on line 73 My config file has this for line 73: // Do not edit below include_once(FULL_PATH."/adminpanel/func.php"); @header("Cache-control: private"); Quote Link to comment https://forums.phpfreaks.com/topic/106124-php-script-error-turnkey-sites/ Share on other sites More sharing options...
cooldude832 Posted May 18, 2008 Share Posted May 18, 2008 read the error it says that path listed is either unaccessible or not there so verify the path is correct and the required file is in place. Quote Link to comment https://forums.phpfreaks.com/topic/106124-php-script-error-turnkey-sites/#findComment-543959 Share on other sites More sharing options...
joomwookie Posted May 18, 2008 Author Share Posted May 18, 2008 The file is there and the path appears to be correct. The scripts are inside a Scripts folder, inside that folder is the adminpanel folder. The func.php script is inside the adminpanel, and the config.php file is inside the scripts folder. These are both stored on the root direction (public_html). Any other ideas? Thanks, Ryan Quote Link to comment https://forums.phpfreaks.com/topic/106124-php-script-error-turnkey-sites/#findComment-543988 Share on other sites More sharing options...
sasa Posted May 18, 2008 Share Posted May 18, 2008 Failed opening '/home/rkrause5/public_html/adminpanel/func.php' in path i don't see Script folder Quote Link to comment https://forums.phpfreaks.com/topic/106124-php-script-error-turnkey-sites/#findComment-543990 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.