php - include_once works in one page but not other, no errors with displaying_error on -


edit : i'm using bootstrap edit : when include bottom , footer in actualites.php ( end of file ) works.

i bulding website , want include content url. have :

<?php    // menu   include_once "menu.php";   // content   include_once "contenu.php";   // bottom   include_once "bottom.php";   // footer   include_once "footer.php"; ?> 

when access url domain-name/apropos , bottom.php , footer.php appears.but access domain-name/actualites, bottom , footer doesn't appears.

here content of error log file :

[mon aug 08 14:44:55.832020 2016] [core:warn] [pid 7276:tid 340] ah00098: pid file d:/uwamp/bin/apache/logs/httpd.pid overwritten -- unclean shutdown of previous apache run? [mon aug 08 14:44:56.081628 2016] [ssl:warn] [pid 7276:tid 340] ah01873: init: session cache not configured [hint: sslsessioncache] [mon aug 08 14:44:56.097228 2016] [mpm_winnt:notice] [pid 7276:tid 340] ah00455: apache/2.4.10 (win32) openssl/1.0.1h php/5.4.31 configured -- resuming normal operations [mon aug 08 14:44:56.097228 2016] [mpm_winnt:notice] [pid 7276:tid 340] ah00456: apache haus vc9 server built: jul 15 2014 20:34:18 [mon aug 08 14:44:56.097228 2016] [core:notice] [pid 7276:tid 340] ah00094: command line: 'd:\\uwamp\\bin\\apache\\bin\\httpd.exe -d d:/uwamp/bin/apache -f d:\\uwamp\\bin\\apache\\conf\\httpd.conf' [mon aug 08 14:44:56.097228 2016] [mpm_winnt:notice] [pid 7276:tid 340] ah00418: parent: created child process 7524 ah00548: namevirtualhost has no effect , removed in next release d:/uwamp/bin/apache/conf/httpd.conf:264 [mon aug 08 14:44:57.033258 2016] [ssl:warn] [pid 7524:tid 352] ah01873: init: session cache not configured [hint: sslsessioncache] [mon aug 08 14:44:57.111261 2016] [mpm_winnt:notice] [pid 7524:tid 352] ah00354: child: starting 64 worker threads. 

so have copied php file, renamed it, use copied file , it's working content same.

i don't understand.

thanks of you.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -