Closed Bug 145337 Opened 22 years ago Closed 14 years ago

0catch.com - JPEG files are changed to HTML files when publishing fails and the JPEG files do not already exist on the server

Categories

(SeaMonkey :: Composer, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED EXPIRED

People

(Reporter: TucsonTester1, Unassigned)

Details

From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID:    20020512

jpg files are changed to html files when publishing fails and the jpg files do 
not already exist on the server.  This happens to different degrees when 
publishing. It is easy to reproduce but will have different files changed 
depending on which files are successfully uploaded on the 1st attempt.

Reproducible: Always
Steps to Reproduce:
1. Open a new Composer page
2. Create a page with several images
3. Publish the page to 0catch.com (worked OK on tripos and freecoolpages)

Actual Results:  0CATCH.COM

Settings 
Site subdirectory for this page: bugs/
Include images and other files:
Use this subdirectory:
 bugs/images/  (there are NO files in this directory when I started this)



HTML source prior to publishing:

<html>
<head>
  <title></title>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
</head>
<body>
<img
 src="file:///C:/Documents%20and%20Settings/QA%20Tester/My%20Documents/My%
20Pictures/Kids2.jpg"
 alt="1" width="640" height="480">
<br>
<img
 src="file:///C:/Documents%20and%20Settings/QA%20Tester/My%20Documents/My%
20Pictures/Kids3.jpg"
 alt="1" width="640" height="480">
<br>
<img
 src="file:///C:/Documents%20and%20Settings/QA%20Tester/My%20Documents/My%
20Pictures/pc1.jpg"
 alt="1" width="1024" height="768">
<br>
<img
 src="file:///C:/Documents%20and%20Settings/QA%20Tester/My%20Documents/My%
20Pictures/pegripdup.jpg"
 alt="1" width="563" height="320">
<br>
<img
 src="file:///C:/Documents%20and%20Settings/QA%20Tester/My%20Documents/My%
20Pictures/Sample.jpg"
 alt="1" width="283" height="212">
<br>
<img
 src="file:///C:/Documents%20and%20Settings/QA%20Tester/My%20Documents/My%
20Pictures/yogi2.jpg"
 alt="1" width="1024" height="768">
<br>
<img
 src="file:///C:/Documents%20and%20Settings/QA%20Tester/My%20Documents/My%
20Pictures/yogi01.jpg"
 alt="1" width="800" height="1200">
<br>
</body>
</html>

--------------------------------------------------------------------------------
---------------


1st attempt to publish:
"<" = Succeeded

X picturetest1.html
X Kids2.jpg
X pegripdup.jpg
< Kids3.jpg
X yogi01.jpg
< Sample.jpg
X pc1.jpg
X yogi2.jpg

HTML:
<html>
<head>
  <title></title>
      
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
</head>
<body>
 <img src="images/Kids2.jpg" alt="1" width="640" height="480">
 <br>
 <img src="images/Kids3.jpg" alt="1" width="640" height="480">
 <br>
 <img src="images/pc1.jpg" alt="1" width="1024" height="768">
 <br>
 <img src="images/pegripdup.jpg" alt="1" width="563" height="320">
 <br>
 <img src="images/Sample.jpg" alt="1" width="283" height="212">
 <br>
 <img src="images/yogi2.jpg" alt="1" width="1024" height="768">
 <br>
 <img src="images/yogi01.jpg" alt="1" width="800" height="1200">
 <br>
 
</body>
</html>

----------------------------------------

2nd attempt to Publish with same settings:

< picturestest1.html

This was the ONLY file that published, no other files were even attempted.

HTML:
<html>
<head>
  <title></title>
      
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
</head>
<body>
 <img src="images/Kids2.jpg" alt="1" width="640" height="480">
 <br>
 <img src="images/Kids3.jpg" alt="1" width="640" height="480">
 <br>
 <img src="images/pc1.jpg" alt="1" width="1024" height="768">
 <br>
 <img src="images/pegripdup.jpg" alt="1" width="563" height="320">
 <br>
 <img src="images/Sample.jpg" alt="1" width="283" height="212">
 <br>
 <img src="images/yogi2.jpg" alt="1" width="1024" height="768">
 <br>
 <img src="images/yogi01.jpg" alt="1" width="800" height="1200">
 <br>
 
</body>
</html>

NO CHANGES
----------------------------------------

3rd attempt to publish with same settings:

JPG files changed to HTML files

X picturetest1.html
X pegridup.jpg
X Kids3.jpg
X pc1,jpg
X yogi2.jpg
< pegripdup.html  DID NOT EXIST
X Sample.jpg
x yogi01.jpg
X Kids2.jpg
X yogi2.html DID NOT EXIST
< pc1.html DID NOT EXIST
X yogi01.html DID NOT EXIST
X Kids2.html DID NOT EXIST

HTML:
<html>
<head>
  <title></title>
      
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
</head>
<body>
 <img src="images/Kids2.html" alt="1" width="640" height="480">
 <br>
 <img src="images/Kids3.jpg" alt="1" width="640" height="480">
 <br>
 <img src="images/pc1.html" alt="1" width="1024" height="768">
 <br>
 <img src="images/pegripdup.html" alt="1" width="563" height="320">
 <br>
 <img src="images/Sample.jpg" alt="1" width="283" height="212">
 <br>
 <img src="images/yogi2.html" alt="1" width="1024" height="768">
 <br>
 <img src="images/yogi01.html" alt="1" width="800" height="1200">
 <br>
 
</body>
</html>


The 5 JPG files that did not publish were changed to HTML files.

Expected Results:  Expected the page to publish.  If it failed I would expect 
the page to remain the same on susequent attempts to publish, not change the 
file type.

This page published as expected to tripod and freecool pages.com.

I tried this again after uploading the images thru the 0catch file manager, 
then uploading the page.  Composer changed all JPG to HTML, I would expect an 
error that the files already exist, or that the files on server to be written 
over.
I am able to reproduce this problem with simpler steps:

1. Launch Composer, add some text, and publish to valid 0catch.com site - works fine
2. Add an image to the page, and republish to the same site - works fine
3. Add some more text to the page and republish to the same site - the html file
publishes fine, but the image that was published on step 2 does not appear to
publish, the progress bar just spins.
4  Cancel the publish, add some more text to the page, and attempt to republish
again - this time the original html file publishes, and an html file with the
image's filename is published, but the image itself continues to hang without
publishing.
Assignee: syd → brade
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: 0catch.com - jpg files are changed to html files when publishing fails and the jpg files do not already exist on the server → 0catch.com - jpg files are changed to html files when publishing fails and the jpg files do not already exist on the server
Had this issue a couple days ago.  Wasd trying to publish to my verizon.net
account.  I noticed that I had local files named image1.html (for example). 
These files contained verizon's 404 message.  This part is probably not a bug,
Moz wouldn't be saving these files if the images hadn't been renamed erroneously.
Summary: 0catch.com - jpg files are changed to html files when publishing fails and the jpg files do not already exist on the server → 0catch.com - JPEG files are changed to HTML files when publishing fails and the JPEG files do not already exist on the server
Product: Browser → Seamonkey
Assignee: brade → nobody
QA Contact: sujay → composer
MASS-CHANGE:
This bug report is registered in the SeaMonkey product, but has been without a comment since the inception of the SeaMonkey project. This means that it was logged against the old Mozilla suite and we cannot determine that it's still valid for the current SeaMonkey suite. Because of this, we are setting it to an UNCONFIRMED state.

If you can confirm that this report still applies to current SeaMonkey 2.x nightly builds, please set it back to the NEW state along with a comment on how you reproduced it on what Build ID, or if it's an enhancement request, why it's still worth implementing and in what way.
If you can confirm that the report doesn't apply to current SeaMonkey 2.x nightly builds, please set it to the appropriate RESOLVED state (WORKSFORME, INVALID, WONTFIX, or similar).
If no action happens within the next few months, we move this bug report to an EXPIRED state.

Query tag for this change: mass-UNCONFIRM-20090614
Status: NEW → UNCONFIRMED
MASS-CHANGE:
This bug report is registered in the SeaMonkey product, but still has no comment since the inception of the SeaMonkey project 5 years ago.

Because of this, we're resolving the bug as EXPIRED.

If you still can reproduce the bug on SeaMonkey 2 or otherwise think it's still valid, please REOPEN it and if it is a platform or toolkit issue, move it to the according component.

Query tag for this change: EXPIRED-20100420
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → EXPIRED
You need to log in before you can comment on or make changes to this bug.