phpScheduleIt
May 18, 2013, 02:07:09 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: phpScheduleIt 2.4.2 has been released!
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Log file  (Read 3635 times)
krem
Newbie
*

Karma: 0
Posts: 12


« on: June 13, 2007, 10:49:52 AM »

Hello,

I am trying to generate a log file, but even if I set $conf['app']['use_log'] = 1; I can't find the log file corresponding..

I tried different path:
$conf['app']['logfile'] = 'phpscheduleitlog.txt';
$conf['app']['logfile'] = '/log/phpscheduleitlog.txt';
$conf['app']['logfile'] = './log/phpscheduleitlog.txt';
$conf['app']['logfile'] = 'c:/wamp/..../phpscheduleitlog.txt';
$conf['app']['logfile'] = '..localhost/.../phpscheduleitlog.txt';

I am running PhpScheduleIt 1.2.7 on a Windows XP machine with WAMP.

Have you got any suggestion to generate a log file in a windows machine?

Thanks,
Clem
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5403


WWW
« Reply #1 on: June 14, 2007, 10:50:31 AM »

Its possible that the directory that the app is trying to write to does not have write permissions for PHP.  Take a look in your webserver error logs and see if there is an error when trying to touch() something.
Logged
krem
Newbie
*

Karma: 0
Posts: 12


« Reply #2 on: June 16, 2007, 03:30:00 PM »

That's fine, in fact I changed some code and wanted to see the log because no error where displayed on the screen, just a blank page. It was because of those errors that I wasn't able to see the log.

Thanks anyway,
Clem
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!