RE: [phpWebLog-devel] Weblog configuration problem (2)
Brought to you by:
openface
|
From: Anthony P. <ap...@en...> - 2004-03-01 05:56:25
|
> My provider has the servers working with PHP4. Is that > version not enough > for Weblog ? Pierre: The only thing I could suggest is trying to ensure that the path you have used is correct. If you want to know if PHP is working properly, put the following in a file, and go to that through a web browser: <?php phpinfo() ?> This will tell you the details of what your php configuration settings are. I would first recommend, however, that you make sure your path settings are correct. Cheers, Anthony |