Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(10 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Support

Install problem


You must be signed-in to post.

AuthorSubject
  Page: 1
billT
Subject: Install problemQuote this post in your reply
I have tried 3 clean installs of 1.31 and keep getting the following, I made it completely thru the install process with no problems that I could see

Warning: Cannot set time limit in safe mode in /home/www/bigislesouth/ATutor/include/session.inc.php on line 15

Warning: Cannot send session cache limiter - headers already sent (output started at /home/www/bigislesouth/ATutor/include/session.inc.php:15) in /home/www/bigislesouth/ATutor/include/session.inc.php on line 20

Warning: Cannot add header information - headers already sent by (output started at /home/www/bigislesouth/ATutor/include/session.inc.php:15) in /home/www/bigislesouth/ATutor/include/vitals.inc.php on line 83

Warning: Cannot add header information - headers already sent by (output started at /home/www/bigislesouth/ATutor/include/session.inc.php:15) in /home/www/bigislesouth/ATutor/include/basic_html/header.php on line 15

Any suggestions on where to look
Posted: 2003-12-23 12:13:08
greg

Avatar for greg
Subject: Safe mode problemQuote this post in your reply
This is probably happening because your server's php running in safe mode. There will be other problems as well. Have a look at the php manual coverage of Safe Mode:

www.phpworld.com/manual2003/features.safe-mode.html

Try adding an at sign (@) to the beginning of line 16 in include/session.inc.php

@set_time_limit(0);
Posted: 2003-12-23 13:54:43
billT
Subject: Did the trickQuote this post in your reply
@ seemed to do the trick so far everything else seems to be working fine.

Mahalo nui loa for your help and enjoy the holidays
Posted: 2003-12-24 12:54:09
 Page: 1

You must be signed-in to post.