there is no header.inc.php in inc folder may someone help me plz with this page
there is no header.inc.php in inc folder may someone help me plz with this page |
that file is created after the installation. |
oh i tryed to install it but it wont let me may someone help me if i give ya my site info plz? |
oh i tryed to install it but it wont let me may someone help me if i give ya my site info plz? Is there an error or something? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
keep getting this Warning: require_once(.inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in/home/gigglewa/public_html/profile.php on line 23
|
keep getting this Warning: require_once(.inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in/home/gigglewa/public_html/profile.php on line 23
I take it this is a new install, so it would be best to remove Dolphin and install again. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Nathan may u be able to inbox me please n I give u my cpanel info if u dont mind helping me as im not sure what u main.. |
Nathan may u be able to inbox me please n I give u my cpanel info if u dont mind helping me as im not sure what u main.. I mean that if this is a new install of Dolphin, it would be best to scrap it and start over. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
So delete what ive got on there reupload n start over again, Im using 7.0.9 of dolphin it still should work.. |
So delete what ive got on there reupload n start over again, Im using 7.0.9 of dolphin it still should work.. Yes. I'm assuming this is a new install, so there's no loss in doing this. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Got it working thank u Nathan.. |
Got it working thank u Nathan.. |
Got it working thank u Nathan.. |
Hi, I noticed the same error showing up in my error log even though my installation was clean with no issues. The error was: [06-Jun-2012 18:26:12 UTC] PHP Warning: require_once(inc/header.inc.php): failed to open stream: No such file or directory in /home1/onetwou8/public_html/grdcpta/profile.php on line 23 I then opened up the profile.php file and found the following require_once statement on line 23: require_once( 'inc/header.inc.php' ); There were a few additional require_once statements below but the paths were defined using boonex path coding: require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' ); So the only difference was how the path was built. Perhaps that had something to do with it. So I then recreated the problem statement using boonex coding: require_once( BX_DIRECTORY_PATH_INC . 'header.inc.php' ); Now, everything works fine. No error log. May have something to do with being on shared hosting. |
If your on a shared hosting setup, your php.ini settings may be below the suggested levels. Go to your Admin>Tools>Host Tools> your going to find several tabs top right of this page; Audit - Permissions - Phpinfo - Cache Engines
the Audit page, make sure all are OK Look at the Phpinfo page as well. Dolphin operates well this setup.
Site optimization
ManOfTeal.COM a Proud UNA site, six years running strong! |
require_once( BX_DIRECTORY_PATH_INC . 'header.inc.php' ); Now, everything works fine. No error log. May have something to do with being on shared hosting. I do not see how that could have possibly solved your problem. That boonex coding your referring to BX_DIRECTORY_PATH_INC and all the others are defined in inc/header.inc.php. So until that file is loaded those BX_ defines are empty. Thats why the path is different because it is supposed to be different. https://www.deanbassett.com |
Yes, you are correct. I thought it was okay and it wasn't. Any suggestions on how to fix? |