Re: [PHP] problem with front page files downloaded to dev machine OT

2004-09-05 Thread Sam Hobbs
John Nichel [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]

 How about middle posting?

I have noticed that usually when people say things like don't top post, 
the reasons provided for not doing it apply equally as much to 
bottom-posting. What they really maen is that they want us to snip the 
extraneous portions and then reply inline (middle posting), but they don't 
say that.

I really, really feel that people would be more effective if they did not 
say things such as simply Please don't top post.. I think comments such as 
that, without explanation, is the type of thing that starts flames. It is 
entirely possible to be more reasonable. Sure it might require an extra 
minute of time, but the world would be so much nicer if people would do more 
things like that.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] problem with front page files downloaded to dev machine OT

2004-08-27 Thread Jason Wong
On Friday 27 August 2004 09:00, Gunter Sammet wrote:

 Yes. All my local stuff does work like a charm. I'm working with osCommerce
 shopping cart and all my local installs work just fine. And as I said, when
 I compare it with a local install, the files don't show anything unusual.

Based on the info you've given so far I suggest that you check that these 
settings in php.ini:

  short_open_tag
  asp_tags

are appropriate and/or the same on both servers.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
An eye in a blue face
Saw an eye in a green face.
That eye is like this eye
Said the first eye,
But in low place,
Not in high place.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] problem with front page files downloaded to dev machine OT

2004-08-27 Thread Jason Wong
On Friday 27 August 2004 12:40, Curt Zirzow wrote:
 * Thus wrote John Nichel:
  John Holmes wrote:
  Curt Zirzow wrote:
  Top posting is like this.
 
  How about middle posting?
 
  Please don't top post.

 Hehe.. thats pretty good :) Lets see if someone can decipher this
 top post to a context post to a middle post to a who knows what
 post ;)

Ok children, back to work.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Love your neighbor, but don't get caught
-- Murphy's Laws on Sex n28
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] problem with front page files downloaded to dev machine OT

2004-08-27 Thread Gunter Sammet

Jason Wong [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 On Friday 27 August 2004 09:00, Gunter Sammet wrote:

  Yes. All my local stuff does work like a charm. I'm working with
osCommerce
  shopping cart and all my local installs work just fine. And as I said,
when
  I compare it with a local install, the files don't show anything
unusual.

 Based on the info you've given so far I suggest that you check that these
 settings in php.ini:

   short_open_tag
   asp_tags

 are appropriate and/or the same on both servers.

Thanks for this info. I'll keep it in case I run into the same problem for
another reason.

It turned out to be a problem with some code my client added in for gzip
compression. Somehow it didn't work on my local machine. I commented it out
and everything worked like a charm. So it wasn't the FrontPage extensions
stuff.
If I get around, I might try it with another php version to see if it works
then.

Anyway. Thanks to all for their input.
Cheers,

Gunter


 -- 
 Jason Wong - Gremlins Associates - www.gremlins.biz
 Open Source Software Systems Integrators
 * Web Design  Hosting * Internet  Intranet Applications Development *
 --
 Search the list archives before you post
 http://marc.theaimsgroup.com/?l=php-general
 --
 /*
 An eye in a blue face
 Saw an eye in a green face.
 That eye is like this eye
 Said the first eye,
 But in low place,
 Not in high place.
 */

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] problem with front page files downloaded to dev machine OT

2004-08-26 Thread Jay Blanchard
[snip]
I downloaded files via FTP from a site published with FrontPage and
active
Front Page extensions. When I try to run them on my local machine, php
files
are not recognized and parsed by Apache. IE gives me the save to dialog
and
Mozilla displays binary garbage.
Checking the FTP log, it says that they have been downloaded in ASCII
mode.
I even tried a backup on the machine and download as tar file with the
same
result.

Any ideas what could cause the Apache php parser to not recognize this?
I am
running Apache 1.3.23 on W2K with PHP 4.3.4.
[/snip]

It is not a PHP problem. FrontPage and their extensions only run on M$
servers unless you are using an IIS imitator. 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] problem with front page files downloaded to dev machine OT

2004-08-26 Thread Gunter Sammet
I stripped out all the front page files and if I compare files frin a
wirjubg ubstakk with WinMerge, it tells me that they are identical (at least
all of the unmodified files). Can't find any invisible caracters with
WinMerg in the not identical files. How does the php parser or Apache
determine that these files are Frontpage and not plain php files?

Any pointers to where I can find additional info would be very much
appreciated. My google search didn't turn out anything useful but I might
used the wrong keywords.

TIA

Gunter



Jay Blanchard [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
[snip]
I downloaded files via FTP from a site published with FrontPage and
active
Front Page extensions. When I try to run them on my local machine, php
files
are not recognized and parsed by Apache. IE gives me the save to dialog
and
Mozilla displays binary garbage.
Checking the FTP log, it says that they have been downloaded in ASCII
mode.
I even tried a backup on the machine and download as tar file with the
same
result.

Any ideas what could cause the Apache php parser to not recognize this?
I am
running Apache 1.3.23 on W2K with PHP 4.3.4.
[/snip]

It is not a PHP problem. FrontPage and their extensions only run on M$
servers unless you are using an IIS imitator.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] problem with front page files downloaded to dev machine OT

2004-08-26 Thread Jason Wong
Please do not top post.

On Friday 27 August 2004 02:58, Gunter Sammet wrote:
 I stripped out all the front page files and if I compare files frin a
 wirjubg ubstakk with WinMerge, it tells me that they are identical (at
 least all of the unmodified files). Can't find any invisible caracters with
 WinMerg in the not identical files. How does the php parser or Apache
 determine that these files are Frontpage and not plain php files?

 Any pointers to where I can find additional info would be very much
 appreciated. My google search didn't turn out anything useful but I might
 used the wrong keywords.

Do any php pages work at all on your development server? 

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Magic is always the best solution -- especially reliable magic.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] problem with front page files downloaded to dev machine OT

2004-08-26 Thread Gunter Sammet

Jason Wong [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

 Please do not top post.

What do you mean by top post?

 On Friday 27 August 2004 02:58, Gunter Sammet wrote:
  I stripped out all the front page files and if I compare files frin a
  wirjubg ubstakk with WinMerge, it tells me that they are identical (at
  least all of the unmodified files). Can't find any invisible caracters
with
  WinMerg in the not identical files. How does the php parser or Apache
  determine that these files are Frontpage and not plain php files?
 
  Any pointers to where I can find additional info would be very much
  appreciated. My google search didn't turn out anything useful but I
might
  used the wrong keywords.

 Do any php pages work at all on your development server?

Yes. All my local stuff does work like a charm. I'm working with osCommerce
shopping cart and all my local installs work just fine. And as I said, when
I compare it with a local install, the files don't show anything unusual.



 -- 
 Jason Wong - Gremlins Associates - www.gremlins.biz
 Open Source Software Systems Integrators
 * Web Design  Hosting * Internet  Intranet Applications Development *
 --
 Search the list archives before you post
 http://marc.theaimsgroup.com/?l=php-general
 --
 /*
 Magic is always the best solution -- especially reliable magic.
 */

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] problem with front page files downloaded to dev machine OT

2004-08-26 Thread Curt Zirzow
Top posting is like this.

* Thus wrote Gunter Sammet:
 
 Jason Wong [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 
  Please do not top post.
 
 What do you mean by top post?
 

Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] problem with front page files downloaded to dev machine OT

2004-08-26 Thread John Holmes
Curt Zirzow wrote:
Top posting is like this.
Please don't top post.
--
---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals  www.phparch.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] problem with front page files downloaded to dev machine OT

2004-08-26 Thread John Nichel
John Holmes wrote:
Curt Zirzow wrote:
Top posting is like this.
How about middle posting?
Please don't top post.

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] problem with front page files downloaded to dev machine OT

2004-08-26 Thread Curt Zirzow
* Thus wrote John Nichel:
 John Holmes wrote:
 
 Curt Zirzow wrote:
 
 Top posting is like this.
 
 How about middle posting?
 
 Please don't top post.
 

Hehe.. thats pretty good :) Lets see if someone can decipher this
top post to a context post to a middle post to a who knows what
post ;)


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] problem with front page files downloaded to dev machine OT

2004-08-26 Thread Jim Grill
s John Holmes wrote:
i 
d  Curt Zirzow wrote:
e  
  Top posting is like this.
p 
o How about middle posting?
s 
t  Please don't top post.
i  
n 
g 
? -- 
J By-Tor.com
i It's all about the Rush
m http://www.by-tor.com
 
G -- 
r PHP General Mailing List (http://www.php.net/)
i To unsubscribe, visit: http://www.php.net/unsub.php
l 
l 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php