|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I've installed apache, php and mysql, but php doesn't run correctly. It
don't include file. php info run correctly Any ideas? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Thu, 17 Jan 2008 17:29:07 +0100, Scream
<danitagSPAMMATUANONNA@infinito.it> wrote: >I've installed apache, php and mysql, but php doesn't run correctly. It >don't include file. > >php info run correctly > >Any ideas? First: Read the php_info() results carefully, there might be a clue there. Then define: error_reporting = E_ALL log_errors = On error_log = "/some/path/logs/phperr.log" Run the application. Look at the messages in phperr.log Check: include_path = "somedir1;somedir2" open_basedir = "somedir" I'm sure you will find the problem this way. Good luck! -- ( Kees ) c[_] Write documentation as if whoever reads it is a violent psychopath who knows where you live. (Steve English) (#353) |
|
![]() |
| Outils de la discussion | |
|
|