Re: Chemo's Ultimate URL's
its definitely not a host problem.. i've tried on 3 different hosts w/ SEO URL & Recreate sessions enabled.. its indeed a problem with Ultimate SEO and not the server. Each server had a different version of PHP/MySQL if that helps any. Currently running PHP 5.2 w/ MySQL 5.0.21 I think.. not sure on the MySQL part
Re: Chemo's Ultimate URL's
If someone can recreate the login problem, and allow me access to their server to take a look at the files involved, I would be more than happy to take a look and get this bug quahed for good. So far, I've been unable to replicate this on any of my installs.
I would rather this issue was dealt with on a test store, rather than a live store, for obvious reasons, if there is one out there!
Absolute
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
Absolute
If someone can recreate the login problem, and allow me access to their server to take a look at the files involved, I would be more than happy to take a look and get this bug quahed for good. So far, I've been unable to replicate this on any of my installs.
I would rather this issue was dealt with on a test store, rather than a live store, for obvious reasons, if there is one out there!
Absolute
Absolute, are you saying that with recreation session set to true on the admin side you do not have the problem we are describing here? If that's the case, perhaps you can zip up your version of Ultimate SEO URL for us to do a file compare to see what's different in yours.
Thanks!
Re: Chemo's Ultimate URL's
absolute.. i'm willing to provide for a test environment. i run php 5.2 and mysql 5.0. send me a PM if thats the kind of environment you're looking for or if it really doesn't matter too much
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
tvadpro
I understand more than one of you donated money to the development of SEO-URLs;
Which reminds me - can people please now start contacting Paypal or liaise via PM with SarahL who's looking into this for people? Thanks
Re: Chemo's Ultimate URL's
Need Bug Reports
I am finalizing the new version and want to be sure that it also fixes all known bugs in the current version.
This thread is ungodly long, so please help me out people if you know of a bug.
Please try to provide as much information as possible, because if I cannot reproduce the bug, I cannot hope to fix it.
Also, please let's keep it to one report per bug, and to keep things sane, let's follow the following format:
Quote:
SEO URLs Version: The version this occurs on, if known
Zen Cart Version: The version(s) of Zen Cart this is known to occur on
PHP Version: The version(s) of PHP this is known to occur on
MySQL Version: The version(s) of MySQL this is known to occur on
Web Server: Apache, LiteSpeed, LightTPD, etc. Please include version if known.
Server Platform: FreeBSD, CentOS, Fedora Core, Red Had Enterprise, etc. Please include version if known.
Bug Summary: Short one or two sentence summary of the bug
Bug Details:
Give as much detailed information about the bug as is possible. This may include conditions which will reproduce the bug, such as SEO URL settings, Zen Cart settings, PHP settings, or MySQL settings. Please do not hold back. You cannot give too much information.
Thank you for your continued patience.
Re: Chemo's Ultimate URL's
I will start.
Quote:
SEO URLs Version: <= 2.102
Zen Cart Version: >= 1.3.x
PHP Version: Any
MySQL Version: Any
Web Server: Any
Server Platform: Any
Bug Summary: Breaks EZPages internal links
Bug Details:
If you create an internal link with EZPages such as index.php?main_page=contact_us, SEO URLs module messes up the link
Re: Chemo's Ultimate URL's
I almost forgot. Here is a vB coded bug report template to use:
Code:
[SIZE="5"]Bug Report[/SIZE]
[B]SEO URLs Version:[/B]
[B]Zen Cart Version:[/B]
[B]PHP Version:[/B]
[B]MySQL Version:[/B]
[B]Web Server:[/B]
[B]Server Platform:[/B]
[B]Bug Summary:[/B]
[B]Bug Details:[/B]
Re: Chemo's Ultimate URL's
Bug Report
SEO URLs Version: Any
Zen Cart Version: Any
PHP Version: Any
MySQL Version: Unknown
Web Server: Any
Server Platform: Any
Bug Summary: MySQL "Unknown column" errors
Bug Details:
Certain versions of MySQL, (the exact versions is unknown) may produce an error similar to the following:
Code:
1054 Unknown column 'c.parent_id' in 'on clause'
in:
[SELECT c.categories_id as id, c.parent_id, cd.categories_name as cName,
cd2.categories_name as pName FROM categories c, categories_description cd
LEFT JOIN categories_description cd2 ON c.parent_id=cd2.categories_id AND
cd2.language_id='1' WHERE c.categories_id=cd.categories_id AND
cd.language_id='1']
The error is caused by a poorly formed LEFT JOIN statement.
Re: Chemo's Ultimate URL's
Bug (semi) Report
SEO URLs Version: Any
Zen Cart Version: >= 1.3
PHP Version: Any
MySQL Version: Any
Web Server: Any
Server Platform: Any
Bug Summary: EZPage URLs don't contain the page title.
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