Re: [clug-talk] Quick look at a website - primepi.ca PHP Error

2013-11-04 Thread Shawn
The error indicates that HTTP headers are being adjusted after content has already been sent to the client. Headers have to be set/adjusted before any content is delivered. If the page has a situation where multiple parts all want to set the headers, but do not know of the other parts, then t

Re: [clug-talk] Quick look at a website - primepi.ca PHP Error

2013-11-04 Thread Derya Yinanc
Hey Dave, I am a new comer to the list and have experience with PHP And JavaScript development on Linux/Ubuntu. What is happening is either a typo or PHP error.. you are sending something before starting a session; as a result Apache is panicking and sending this warning. If it is a typo

Re: [clug-talk] Quick look at a website - primepi.ca PHP Error

2013-11-04 Thread Dave Watkins - Calgary IT Services
Looks like the issue has been resolved. Thanks to those with suggestions. I'll let you know what the problem was as soon as I chat with my dev. Cheers, Dave Watkins Calgary IT Services C - 1-403-701-5746 F - 1-403-229-4801 E - d...@calgaryitservices.com W - www.calgaryitservices.com > On Nov