From: Franky V. L. <lie...@te...> - 2007-06-29 13:23:02
|
Hi, Steve Bolton wrote: > Tried your updated version and got this message at the top of the page: > > Warning: session_start(): Cannot send session cache limiter - headers > already sent (output started at > /usr/local/pem/vhosts/119550/webspace/httpdocs/newmech/survey/service_survey.php:58) > in > /usr/local/pem/vhosts/119550/webspace/httpdocs/phpESP/public/phpESP.first.php > on line 25 phpESP.first.php initiates the php session (if it doesn't exist yet), so the include should happen before any output is generated. So make sure you put it "high enough" in your service_survey.php script. > And got this message at each question: > > * Notice: Undefined index: auto_num in > /usr/local/pem/vhosts/119550/webspace/httpdocs/phpESP/admin/include/function/survey_render.inc > on line 125 execute the mysql update script located at scripts/db/mysql_update-1.8.2h-1.8.2i.sql or do a clean install :-) Franky |