[Cialug] PHP problem, ..
David Champion
dave at dchamp.net
Thu Feb 11 23:09:06 CST 2010
The first problem may be related to this...
http://bugs.php.net/bug.php?id=49503
http://bugs.php.net/bug.php?id=49401
Looks like the quick fix is to make sure you set your session.save_path
explicitly.
The second problem with the "unexpected $end" can be caused by a lot of
thing, usually because the code doesn't close a quote or something like
that. Also check to see if the server is now requiring php long tags
"<?php" but you're using short tags "<?" some place... including "<?=" in
place of "<?php echo".
-dc
More information about the Cialug
mailing list