> I made some system for my customer with CakePHP 1.3.6.
> It worked as we planned on the test server but it go wrong on the
> customer's server.
>
> 1. Session does not work.
> 2. Some garbaged character is shown one moment and after then it is
> shown precisely.
> That system is in Japanese.
> It seems one moment it is shown in Shift_JIS and then redirect to
> UTF-8.
> 3. Redirect does not work because "header is already sent" error.
Why is the header already sent? Where?
> PHP version is 5.2.17.
Please upgrade to 5.3.x.
> The difference of the test server and customer's server is that PHP is
> CGI mode one the customer's server.
Then you should probably be developing with PHP's CGI SAPI on your development machine too. Make your development machine as similar to the production machine as possible.
--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
No comments:
Post a Comment