Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 9th, 2004, 04:52 PM
Registered User
 
Join Date: Jul 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem moving php from linux to windows

Hi,
 I am kind of beginner in PHP, I am trying to move a working web site from Linux machine with mysql database to a windows 200 machine with mysql database installed. I am getting the following error:
"Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at..."

I have seen some related postings in the forum but still could not solve the issue.
I would like to know if anyone had some similar problem and how they solved that.


Thanking you
skn

 
Old July 9th, 2004, 06:21 PM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

This kind of error means that you have output from your PHP script before the call to session_start(). As far as what you're showing me this shouldn't have anything to do with the OS. Is this the only error??

Regards,
Rich

::::::::::::::::::::::::::::::::::::::::::
The Spicy Peanut Project
http://www.spicypeanut.net
::::::::::::::::::::::::::::::::::::::::::





Similar Threads
Thread Thread Starter Forum Replies Last Post
Remote Connection To Linux from Windows venky_vjti Linux 7 January 5th, 2015 07:37 AM
moving from windows 2000 to 2003 dave1234US .NET Framework 1.x 0 May 4th, 2006 09:59 PM
Authentication between Windows and Linux... jacob .NET Web Services 0 July 19th, 2005 05:04 PM
Incompatibility Linux-Windows jguillen Pro PHP 3 April 19th, 2005 06:49 AM
problem with PHP - MYSQL in LINUX cnilashis PHP How-To 3 August 18th, 2003 02:24 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.