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