Re: Chemo's Ultimate URL's
Thanks for chasing this one down, Dreamscape -- several of us were searching for the conditions that would cause consistent failure, but this is the first I've heard of anyone actually reproducing the behavior. I'm itching to try the new release -- if anyone out there has a bug that hasn't been reported yet, speak now!
Quote:
Originally Posted by
dreamscape
Yes, but the trouble is everyone who reported it says it is only "intermittent" or once every 100 logins or something of that nature. Tracking down bugs is extremely difficult if you don't have a test case that will reproduce the bug 100% of the time.
But I put a little time in since many seem to have this problem and have come up with a 100% reproducible test case, which should allow me to make sure the issues is fixed.
...
Bug Details:
In order for this bug to appear
all of the following criteria must be met. If one or more is not met, the bug will have no impact, making it appear to be an intermittent problem.
- The Session setting Force Cookie Use must be False
- The Session setting Recreate Session must be True
- The Session ID (zenid=xxxx...) must appear in the login URL
If all of the above are met, then upon attempting to login, a user will be redirected back to the page they were on prior to login with the old Session ID in the URL instead of the regenerated Session ID, causing them to remain logged out.
The most easy way to reproduce the bug is to start a new session at a store and try to login as the first thing you do.
Re: Chemo's Ultimate URL's
SEO URLs Version: <= 2.102
Zen Cart Version: >= 1.3.7
PHP Version: 4.4.4
MySQL Version: 5.0.27
Web Server: Apache
Server Platform: Linux
I had the login and left join problems with the old version of Ultimate URL's, I have not installed the new beta to see if it fixed that problem. In addition, to the login problem I had was when I was able to login my SSL did not work correctly. I was able to login, but on the URL it does not show up as https: but as http:. I dont' recall reading any SSL problems on this thread. Well be installing the beta to see if the problem is fixed.
Thanks
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
dreamscape
Ok samad64, it appears to be a problem between SEO URLs and the wordpress in Zen Cart mod. Thanks for the report ;-)
i don't have that mod installed though :)
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
samad64
i don't have that mod installed though :)
Yes you do. You are running wordpress in your Zen Cart. Check your headers, and you'll see the wordpress X-Pingback header when you're on your index page, so you do in fact have wordpress installed with Zen Cart.
It may not be that exact mod, but you are running wordpress on your Zen Cart index page.
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
dreamscape
Yes you do. You are running wordpress in your Zen Cart. Check your headers, and you'll see the wordpress X-Pingback header when you're on your index page, so you do in fact have wordpress installed with Zen Cart.
It may not be that exact mod, but you are running wordpress on your Zen Cart index page.
Hm... ill try removing that from the front page and see what happens with it.. i figured it was just that specific mod and not the way i had set it up :)
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
dreamscape
Yes you do. You are running wordpress in your Zen Cart. Check your headers, and you'll see the wordpress X-Pingback header when you're on your index page, so you do in fact have wordpress installed with Zen Cart.
It may not be that exact mod, but you are running wordpress on your Zen Cart index page.
Whoops.. you are correct! Sorry about that dude :). Its definitely an issue when wordpress is thrown into the mix.. after commenting out everything on my main page it worked just fine
Re: Chemo's Ultimate URL's
Sorry.. one last update
Bug # 507 can be removed. After upgrading wordpress, everything works perfectly
Re: Chemo's Ultimate URL's
Quote:
Bug Details:
EZPage URLs are generated in the form /page.html?chapter=0&id=1. They should be generated with the page title instead, such as /ez-page-title-ezp-1.html
Hi Dreamscape,
Will this bugfix include support for the chapter numbers as well? It's crucial in order for the table of contents to work.
Thanks,
Matt
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
MattC
Hi Dreamscape,
Will this bugfix include support for the chapter numbers as well? It's crucial in order for the table of contents to work.
Thanks,
Matt
Yes. Chapter 0 is automatically cut off, and other chapters are mapped as /ez-page-title-ezp-id/chapter-n where id is the ez page ID and n is the chapter number.
Re: Chemo's Ultimate URL's
Hi,
I downloaded this contribution, but the instructions don't match my files at all. I'm wondering why not. The first step of the instructions refers to line 355 in file "includes/application_top", but I only have 131 lines in that file.
One of the lines at the top of that file is:
* @version $Id: application_top.php 4665 2006-10-02 04:20:24Z drbyte $
Could this be why?
How can I find out if this contribution can be installed in my copy of Zen-Cart?
I'm on 1.3.6 with some contributions installed, that I could list if it would help.
Thanks.