try to use settings independent from the Linux standard directories to 
avoid conflicts. Set the error log to a writable directory by www-data, 
do not use apache log dirs, e.g.

error_log = /tmp/php_errors.log

If it works (which I would guess...) then you can set a correct 
directory for it (and include it also in the log rotation, but be aware 
of the permission settings...), e.g.

# mkdir /var/log/php
# chown www-data /var/log/php

armin

On 02/03/2012 10:44, Chris forum wrote:
> Hi Armin,
>
> Thanx for your answer.
>
> I had already made the following modifications to the php.ini files,
> according to the DocQuickInstall:
>
> *error_reporting = E_ALL&  ~E_NOTICE
> log_errors = On
> error_log = php_errors.log*
>
> and
>
> *enable_dl=On
> extension=php_mapscript.so*
>
> I don't think there are other parameters related to my error on the
> DocQuickInstall that I should change.
>
> Reading your answer, I tried to set*
> error_log = pm_debug.log*
> ->  error still displaying
>
> I also tried to create the pm_debug.log into /var/log/apache2/ with
> www-data:users as the owner
> ->  error still here
>
> Is there anything I could show you to help locate the problem?
>
> Thx,
> BaK
>
>
>
>
>
>
>
>
> On Tue, Feb 28, 2012 at 7:39 PM, Armin Burger<armin.bur...@gmail.com>wrote:
>
>> just follow the installation instructions described here (especially the
>> ones listed as "IMPORTANT")
>>
>> http://svn.pmapper.net/trac/wiki/DocQuickinstall
>>
>> and it should be done
>>
> ------------------------------------------------------------------------------
> Virtualization&  Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to