I blame my host, hostgator, since it was their quickinstall tool that I used.
I removed all of the extra // in the config file and it worked.
Thank you so much!
I blame my host, hostgator, since it was their quickinstall tool that I used.
I removed all of the extra // in the config file and it worked.
Thank you so much!
Hi,
Glad you're sorted.
What is this "quick install tool"?
Something that installs Zen Cart? Or third party ZC modules?
If ZC, then it created configure.php files with double slashes in them?
Out of curiosity, where were the double slashes, in which defines?
hostgator are quite popular I thought so surprised this is the first time I've encountered this problem.
All the best...
Conor
ceon
Quick Install is similar to Fantastico. A program in cPanel that automatically installs a large variety of programs with a few clicks. (tons of shopping cards, blogging engines, etc.)
For whatever reason they are adding extra // during the install phase. I send a message to tech support about it.
And hopefully any other people who run into this same issue now know the fix.
Hi,
Yes, thanks for the update!
Enjoy the new software/URIs! :)
All the best..
Conor
ceon
Hello,
I managed to install ceon_uri_mapping_4.0.3_for_zc with ZC 1.3.8a. It works fine and rewriting works smoothly for all pages, except the index page.
I have bilingual site and I would like to have unique URIs for both language mutations of the homepage, such as:
site.com/en/ (originally index.php?main_page=index&language=en)
site.com/fr/ (originally index.php?main_page=index&language=fr)
I inserted these records into the mappings table (in analogous manner which worked for all other main_page=pagename pages except 'index'):
[FONT="Courier New"]INSERT INTO `ceon_uri_mappings`
(`uri`, `language_id`, `current_uri`, `main_page`, `query_string_parameters`, `associated_db_id`, `alternate_uri`, `redirection_type_code`, `date_added`)
VALUES
('/en/', 1, 1, 'index', NULL, NULL, NULL, NULL, '2011-08-31 19:40:00'),
('/fr/', 2, 1, 'index', NULL, NULL, NULL, NULL, '2011-08-31 19:40:00');
[/FONT]
But I can't make these URIs visible and provide unique, distinguishable URIs for each language mutation. At the moment, the homepage has the same URI for both languages. Am I missing something here?
I also tried to add language=en|fr into the query_string_parameters column. This did not solve the problem.
Many thanks for help
Last edited by vko82; 4 Dec 2011 at 03:27 PM.
Hi,
The homepage is handled specifically in the Ceon URI Mapping code.
At Ceon we also use /en/ etc to specify differing language versions in our aarck / aawe software. Thinking about it, I may not ever have tested the same functionality in Ceon URI Mapping for the homepage. I have tested it for other pages, e.g. /fr/chaises etc
This is probably something ive overlooked.
If so I'll fix it in 4.0.8
I'm in hospital at the minute so I don't know when that will be released.
All the best...
Conor,
Ceon
Has anyone experienced an issue when the zenid is appended to the URI on a ezpage link?
If I go to http://www.snowrepublic.co.uk/Contac...i0rikinq2a4gn7 I get the 'page not found' page.
If I go to the same page without the zenid, so http://www.snowrepublic.co.uk/Contact-Us I get the contact us page.
It seems to be just an issue for me on ezpage links......categories, products and banners all work fine with the zenid appended.
Hi Damian,
The problem in the first URI is that the link is being built with an ampersand (&) instead of a question mark.
This doesn't happen with a standard Zen Cart and Ceon URI Mapping so the problem must be caused by some modification on the respective bit of your site.
Find and fix that and things will be fine..
Look for Zen ID being manually added on with an & in the template source and pass the zenid as a parameter to zen_href_link instead.
All the best...
Conor
ceon
Hi,
I should have realised..
you made a mistake. You put a slash at the end of the URIs!
Change them to
/en
and
/fr
and things work fine.
Great software this, nothing for me to fix here! :)
Version 4.0.8 on its way soon!
All the best..
Conor
ceon
Goodness, either you work like a gazelle or my client really is moving as slow as I think she is.. Her site is STILL in development and we're already SIX versions behind!!!??Gotta upgrade her Ceon URI module and the Mappings Manager (I see it's advanced as well since I installed it..) before she goes live..
Happy to see you here my friend.. Hope you are well.. I pray for your recovery..![]()
Last edited by DivaVocals; 13 Dec 2011 at 05:37 PM.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.