Donate
While I don't maintain stripShow for a living, I wouldn't say no to a little donation, if you think the plugin is worth it...
Advertisements
-
RSS Links
-
Meta
Recent Forum Posts
-
Stripshow 3.0 killed all my comics!
posted in forum Support Requests by Li-An on January 18, 2012 at 3:45 am
-
Call User error message.
posted in forum Support Requests by lesbionix on November 27, 2011 at 7:38 pm
-
This post is a comic - not working
posted in forum Support Requests by Brad on November 27, 2011 at 1:17 pm
-
Getting The Side Bar Besides The Comic In Either Sandbox Or AutoComic
posted in forum Support Requests by Brad on November 16, 2011 at 6:26 am
-
"Your comics directory is not writable by the web server"
posted in forum Support Requests by Brad on August 18, 2011 at 5:59 am
-
Stripshow 3.0 killed all my comics!
Forums | Re: Drop down Story arc not working..
Re: Drop down Story arc not working..
6:45 pm
January 13, 2009
solarsun
posts 3
So I got my comic set up at http://www.sthhcomic.com with strip show add on. I can't thank you enough for such an add on. If it wern't for it then I'd have to manually add 1300+ to the directory..
Anyway the drop down menu doesn't seem to work. When someone chooses a storyline and hits go I get a 'do not have permission 404 error.'
Any help?
7:39 am
January 14, 2009
Brad
posts 233
I can see your issue, and I'll look into why it's happening. What version of stripShow are you running, and what version of WordPress?
UPDATE: Hmm. Very odd indeed. It's looking like it might be a permissions or webserver configuration issue. How much do you know about using a login shell to access your web host? Do you know what a .htaccess file is by any chance? I'd like to see what that file looks like on your system.
10:38 am
January 14, 2009
Brad
posts 233
OK, here's what I've found: The problem doesn't appear to be stripShow, or WordPress.
This is what's happening: When you select the storyline from the dropdown, it reloads the index page with a URL query, for example: http://sthhcomic.com/?story_redirect=ht … line_go=Go
This calls a particular function in stripShow, but what I've found is that that function doesn't have anything to do with your issue. I can change the query parameter to anything at all and it will do the same thing:
http://sthhcomic.com/?arbitrary_crap=ht … line_go=Go
There is no function in stripShow or WordPress to process an "arbitrary_crap" query, so it should do nothing and give the index page. However, it gives the same error.
So I started whittling it down, and I find this: It doesn't matter what the query type is, as long as it's got "http%3A%2F" in it, it's going to fail. I have no idea what sort of setting on a webserver would present this sort of issue. Perhaps the webserver just fails if it looks like there's a second URL in the URL.
Whatever the problem may be, I can work around it on the stripShow side. I'm putting together a maintenance release, 1.6.2, which will encode the URLs in the dropdown menu before sending them — this should work on your server. I'll let you know when I've put it up.
1:52 pm
January 14, 2009
solarsun
posts 3
Thank you! ^_^
I did think it was odd indeed how it was doing error. I don't know much about my webhost (I use hostigator and I think am on a linax server)
I'm using 1.6.1 of strip show and wordpress is 2.7.
Do you mean like a cpanel for login shell?
and no I don't know what a .htaccess file is. Let me go google to see what I can do.
6:14 am
January 15, 2009
Brad
posts 233
Did you get my email? I sent you an updated copy of stripShow 1.6.2 — I wanted to make sure it works on your system before I put it up for download.
3:21 pm
January 15, 2009
solarsun
posts 3
ok I uploaded it and it seems to be working