I mentioned before that clicking "Next comic" on this strip somehow skips over hundreds of entries to the end. That problem was never resolved. Now I've discovered that the two subsequent strips have the same problem and the two before it don't even have a "Next comic" or "Latest comic" option. I'm sure that these were not issues earlier.
If I don't get good help on this soon, I will look into moving my archives elsewhere.
New problem for an old strip
-
Deckard Canine
- Regular Poster
- Posts: 295
- Joined: Thu Oct 12, 2006 5:21 am
- Location: DC
- LibertyCabbage
- Cartoon Hero
- Posts: 4667
- Joined: Tue Jan 25, 2005 4:08 pm
- Location: bat country
- Contact:
Re: New problem for an old strip
Hi, Deckard Canine,
You have two ways you can resolve this problem, both of which are easy to do:
1) Access your /public_html/d/ folder on the FTP and delete the buggy HTML files you specified. Then, upload your PNG files from those dates to your /public_html/workspace/comics folder, like you were uploading new comics. Delete the old files from your /public_html/comics/ folder, and schedule an update in Site Admin. The server will create new HTML files to replace the ones you deleted.
Or,
2) Access your /public_html/d/ folder on the FTP and edit the buggy HTML files to work as intended. For the pages that incorrectly link to the latest comic, change the URL in the following...
...to the HTML file you desire, such as...
For the HTML files that don't have the "Next comic" and "Latest comic" links, add the following after "Previous comic</a> "...
...using the correct date for "Next comic."
For http://downscale.comicgenesis.com/d/20100521.html, which lists the author as "ARRAY(0xd130b0)," you can fix it by changing this line...
...to this...
Also, note that adding...
...anywhere in your HTML will generate a calendar-style navigation section that displays the comic's entire archives.
You have two ways you can resolve this problem, both of which are easy to do:
1) Access your /public_html/d/ folder on the FTP and delete the buggy HTML files you specified. Then, upload your PNG files from those dates to your /public_html/workspace/comics folder, like you were uploading new comics. Delete the old files from your /public_html/comics/ folder, and schedule an update in Site Admin. The server will create new HTML files to replace the ones you deleted.
Or,
2) Access your /public_html/d/ folder on the FTP and edit the buggy HTML files to work as intended. For the pages that incorrectly link to the latest comic, change the URL in the following...
Code: Select all
<a href="http://downscale.comicgenesis.com">Next comic</a>Code: Select all
<a href="http://downscale.comicgenesis.com/d/20100604.html">Next comic</a>Code: Select all
<a href="http://downscale.comicgenesis.com/d/20100604.html">Next comic</a> <a href="http://downscale.comicgenesis.com">Latest comic</a>For http://downscale.comicgenesis.com/d/20100521.html, which lists the author as "ARRAY(0xd130b0)," you can fix it by changing this line...
Code: Select all
<h2>by ARRAY(0xd130b0)</h2>Code: Select all
<h2>by Stephen Gilberg</h2>Code: Select all
***calendar***-
Deckard Canine
- Regular Poster
- Posts: 295
- Joined: Thu Oct 12, 2006 5:21 am
- Location: DC
Re: New problem for an old strip
Thank you, LC; I'll give it a try.
Now for someone to eject the spammer who replied right after you.
EDIT: Your first method worked! I think the whole archive is good to go now. Thanks again!
Now for someone to eject the spammer who replied right after you.
EDIT: Your first method worked! I think the whole archive is good to go now. Thanks again!
-
Deckard Canine
- Regular Poster
- Posts: 295
- Joined: Thu Oct 12, 2006 5:21 am
- Location: DC
- LibertyCabbage
- Cartoon Hero
- Posts: 4667
- Joined: Tue Jan 25, 2005 4:08 pm
- Location: bat country
- Contact:
Re: New problem for an old strip
Both pages you linked seem to work fine for me. 20090414 goes to 20090417, and 20090417 goes to 20090421. Can you try clearing your browser's cache and viewing them again?
-
Deckard Canine
- Regular Poster
- Posts: 295
- Joined: Thu Oct 12, 2006 5:21 am
- Location: DC
Re: New problem for an old strip
Yes! Thank you again.LibertyCabbage wrote:Both pages you linked seem to work fine for me. 20090414 goes to 20090417, and 20090417 goes to 20090421. Can you try clearing your browser's cache and viewing them again?
- LibertyCabbage
- Cartoon Hero
- Posts: 4667
- Joined: Tue Jan 25, 2005 4:08 pm
- Location: bat country
- Contact:
Re: New problem for an old strip
Great, I'm glad it worked.Deckard Canine wrote: Yes! Thank you again.

