Jump to content

PHP Script Error ( Turnkey Sites)


joomwookie

Recommended Posts

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");

Link to comment
https://forums.phpfreaks.com/topic/106124-php-script-error-turnkey-sites/
Share on other sites

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.