No Header in the Inc folder

there is no header.inc.php in inc folder may someone help me plz with this page Cool

Quote · 23 Mar 2012

that file is created after the installation.

Quote · 23 Mar 2012

oh i tryed to install it but it wont let me may someone help me if i give ya my site info plz?

Quote · 23 Mar 2012

 

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
Quote · 23 Mar 2012

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


Fatal error: require_once() [function.require]: Failed opening required '.inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in/home/gigglewa/public_html/profile.php on line 23

Quote · 23 Mar 2012

 

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


Fatal error: require_once() [function.require]: Failed opening required '.inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') 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
Quote · 23 Mar 2012

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..

Quote · 23 Mar 2012

 

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
Quote · 23 Mar 2012

So delete  what ive got on there reupload n start over again, Im using 7.0.9 of dolphin it still should work..

Quote · 23 Mar 2012

 

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
Quote · 23 Mar 2012

Got it working thank u Nathan..

Quote · 23 Mar 2012

Got it working thank u Nathan..

Quote · 23 Mar 2012

Got it working thank u Nathan..

Quote · 23 Mar 2012

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.

Quote · 10 Jun 2012

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


each tab can reveal tons of information to a new Dolphin user..

the Audit page, make sure all are OK

Look at the Phpinfo page as well.

Dolphin operates well this setup.

Site optimization

  • PHP:
    • php accelerator = XCache - OK
    • php setup = apache2handler - OK
  • MySQL:
    • key_buffer_size = 33554432 - OK
    • query_cache_limit = 1048576 - OK
    • query_cache_size = 33554432 - OK
    • query_cache_type = ON - OK
    • max_heap_table_size = 268435456 - OK
    • tmp_table_size = 268435456 - OK
    • thread_cache_size = 128 - OK
  • Web-server:
    • User-side caching for static conten = click here to check it in Google Page Speed
      If it is not enabled then please consider implement this optimization, since it improve perceived site speed and save the bandwidth, refer to this tutorial on how to do this.
      To apply this optimization you need to have expires_module Apache module - OK
    • Server-side content compression = can be checked manually or in "Page Speed" tool build-in into browser.
      If it is not enabled then please consider implement this optimization, since it improve perceived site speed and save the bandwidth, refer to this tutorial on how to do this.
      To apply this optimization you need to have deflate_module Apache module - OK

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 10 Jun 2012

 



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
Quote · 11 Jun 2012

Yes, you are correct. I thought it was okay and it wasn't. Any suggestions on how to fix?

Quote · 11 Jun 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.