kklouccs
Posts: 12
|
| Posted: 11/12/2007, 3:13 AM |
|
Hi,
pls help.
i published the project to the production site, which is a Unix/Linux server. But it didn't work.
i developed it under WinXP.
i changed the project setting to output file in Unix/Linux format before publishing, but it still didn't work too.
it seems to be like that:
the first echo statement can display data, but all of the rest are disappeared after the first echo statement.
pls advise how to solve.
thanks
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 11/13/2007, 7:56 PM |
|
kklouccs
Have you tried support( http://support.yessoftware.com )? What is the development language that you are using? Database? Are you getting any errors? What version of CCS are you using? Have you created a development and production copy of publishing settings?
|
 |
 |
quasimidi
Posts: 151
|
| Posted: 11/14/2007, 1:12 PM |
|
I had similar problem couple of days ago, I had to set the PHP version from 4 to 5.
Make sure the version number on the linux box, and compile your php project (if it is using php) according to that.
Regards,
Robert
_________________
RS |
 |
 |
wkempees
Posts: 1679
|
| Posted: 11/15/2007, 3:52 AM |
|
What do you mean with
'after the first echo statement'
please post screen output
walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
kklouccs
Posts: 12
|
| Posted: 11/20/2007, 8:25 AM |
|
Quote quasimidi:
I had similar problem couple of days ago, I had to set the PHP version from 4 to 5.
Make sure the version number on the linux box, and compile your php project (if it is using php) according to that.
Regards,
Robert
thanks for your advise, will set the PHP version and try again.
Also, thanks to all who have read or reply this post .
Regards
kklou
Note:
i am using PHP4, but the PHP in the production server seems to be PHP5. Let me check.
i have several echo statements in a PHP script, but only the first echo statement can display data, all the others are no effect.
will try to set the PHP version of the production server to match that of the development server.
|
 |
 |
kklouccs
Posts: 12
|
| Posted: 12/09/2007, 7:18 PM |
|
Hi, all,
the problem has been solved as followings:
in project setting, i set the php version to 5, and with the file extension of .php (not .php5)
In server side, i set the apache handler to handle the .php file as an php5 application.
that is all. it is OK now.
thanks
kklouccs
|
 |
 |
|