Zen Cart Logo
Forums / All Other Contributions/Addons / Ceon URI Mapping v4.x

Ceon URI Mapping v4.x

Views: 452,028

Results 721 to 740 of 2,454
11 Aug 2012, 9:24 AM
#721
taurus avatar

taurus

New Zenner

Join Date:
Aug 2012
Posts:
4
Plugin Contributions:
0

Ceon URI Mapping v4.x

DivaVocals:

Please search this thread.. the answer to why creating EZ Pages for internal links for pages won't work with this add-on has been discussed a few times in this thread.. latest discussion on this topic was a week or two back so paging back a few pages will yield the answer to your question..

I just want to know is it working for EZ-Pages to have them static pages?

11 Aug 2012, 11:05 AM
#722
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping v4.x

Hi,

taurus:

I just want to know is it working for EZ-Pages to have them static pages?

Yes. The distribution even comes with code to get the Multi-language EZ-Pages using static URIs if you want. :)

Have a good weekend!

All the best...

Conor
ceon

11 Aug 2012, 7:56 PM
#723
taurus avatar

taurus

New Zenner

Join Date:
Aug 2012
Posts:
4
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

conor:

Hi,

Yes. The distribution even comes with code to get the Multi-language EZ-Pages using static URIs if you want. :)

Have a good weekend!

All the best...

Conor
ceon

I have succeed with all the pages but when i hover the mouse over New Products and Special link in HEADER it shows the index.php?main_page=products_new and index.php?main_page=specials, but after clicking on it it goes to /new-products
Can you tell me what is wrong?

13 Aug 2012, 7:19 AM
#724
pasi avatar

pasi

Zen Follower

Join Date:
Mar 2004
Location:
Finland
Posts:
435
Plugin Contributions:
1

Re: Ceon URI Mapping v4.x

Just installed this for the first time for a customer.

the site has the following structure
example.com/cms
example.com/shop

Where CMS is drupal and shop is zencart

Now if both have the rewrite rules in the root .htaccess file (in example.com/.htacces), drupal will still work, but zencart will not. Moving drupal definitions to the /cms/.htaccess and everything works fine.

So you probably can't have an zencart installation with this mod so that drupal is installed in the root and zencart is a subfolder?

13 Aug 2012, 10:28 AM
#725
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping v4.x

Hi,

taurus:

I have succeed with all the pages but when i hover the mouse over New Products and Special link in HEADER it shows the index.php?main_page=products_new and index.php?main_page=specials, but after clicking on it it goes to /new-products
Can you tell me what is wrong?

You obviously have a custom template and have hard coding inside it, setting the links to

index.php?main_page=products_new

instead of using something like (must be output using PHP):

zen_href_link(FILENAME_PRODUCTS_NEW)

So this is a problem you need to fix where you have hard codings in your template.

The reason the link changes from the dynamic one you see when you hover over the link to the static URI is that Ceon URI Mapping smartly redirects from the dynamic link to the static one.

That's you sorted then!

All the best...

Conor
ceon

13 Aug 2012, 10:33 AM
#726
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping v4.x

Hi,

pasi:

So you probably can't have an zencart installation with this mod so that drupal is installed in the root and zencart is a subfolder?

You can indeed. But you need to add a condition(s?) to your Drupal rewrite rule to stop it trying to handle the /shop URIs.

The information in the Ceon URI Mapping documentation about adding exclusions may be of use. Or you can search the 'net for info on rewrite rules.

If you're still stuck, then I'm afraid that, as I've never used Drupal and custom rewrite rules are what I'd consider custom coding, I won't comment on this further here, that sort of support is not provided by me for free, but hopefully the above information is enough or maybe someone else can help you.

Have a nice day!

All the best..

Conor
ceon

13 Aug 2012, 12:38 PM
#727
taurus avatar

taurus

New Zenner

Join Date:
Aug 2012
Posts:
4
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

this is my code for my templates, i can't find the code you gave me, please can you help?

<!--bof-header ezpage links--> <div class="topper-menu float-right"> <?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?> <?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?> <?php } ?> </div> <!--eof-header ezpage links-->

conor:

Hi,

You obviously have a custom template and have hard coding inside it, setting the links to

index.php?main_page=products_new

> 
> instead of using something like (must be output using PHP):
> 
> ```php
zen_href_link(FILENAME_PRODUCTS_NEW)

So this is a problem you need to fix where you have hard codings in your template.

The reason the link changes from the dynamic one you see when you hover over the link to the static URI is that Ceon URI Mapping smartly redirects from the dynamic link to the static one.

That's you sorted then!

All the best...

Conor
ceon

13 Aug 2012, 7:25 PM
#728
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping v4.x

Hi,

taurus:

this is my code for my templates, i can't find the code you gave me, please can you help?

Sorry I don't help with custom templates etc. Maybe someone else here will.

If not, you should pay someone to help.

All the best...

Conor
ceon

15 Aug 2012, 10:39 AM
#729
neil_9481 avatar

neil_9481

New Zenner

Join Date:
Jul 2012
Posts:
22
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

Big issue when i have the uri mapping switched on customers can only log in on the main page logging in any where else creates a system 404 error but with it off customers can login as and when they like no matter where what could i have done wrong?

btw : i'm using zen cart 150 with all business template.

15 Aug 2012, 10:48 AM
#730
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping v4.x

Hi,

Neil_9481:

Big issue when i have the uri mapping switched on customers can only log in on the main page logging in any where else creates a system 404 error but with it off customers can login as and when they like no matter where what could i have done wrong?

btw : i'm using zen cart 150 with all business template.

Have you added a custom static URI for the login page?

If so, it's possible/likely that your log-in link in your template isn't using zen_href_link() and is posting to the wrong address, the dynamic address or something like that.

Regardless, check the PHP/HTML around the log-in links/forms you are using and make sure they are posting to the correct address/PHP function + parameters.

All the best..

Conor
ceon

15 Aug 2012, 11:02 AM
#731
neil_9481 avatar

neil_9481

New Zenner

Join Date:
Jul 2012
Posts:
22
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

conor:

Hi,

Have you added a custom static URI for the login page?

If so, it's possible/likely that your log-in link in your template isn't using zen_href_link() and is posting to the wrong address, the dynamic address or something like that.

Regardless, check the PHP/HTML around the log-in links/forms you are using and make sure they are posting to the correct address/PHP function + parameters.

All the best..

Conor
ceon

i've not changed any of the generic zen cart uri's

with ceon turned off whilst viewing a product and logging in the user would be returned to:-

https://www.youronestore.co.uk/index.php?main_page=product_info&cPath=7_977_978&products_id=51210

with ceon turned off the same url produces this:-

https://www.youronestore.co.uk/pets/small-animals/activity/boredom-buster-coco-fun-chinchilla-toy

the second returns 404 not found i've tried the .htaccess rewrite varients but both still return the same results.

15 Aug 2012, 11:08 AM
#732
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping v4.x

Hi,

Neil_9481:

i've not changed any of the generic zen cart uri's

with ceon turned off whilst viewing a product and logging in the user would be returned to:-

[/url]

with ceon turned off the same url produces this:-

[/url]

the second returns 404 not found i've tried the .htaccess rewrite varients but both still return the same results.

If I use http:// instead of https:// both of those URIs work.. you've simply messed up the HTTPS handling on the site I think.

All the best..

Conor
ceon

15 Aug 2012, 11:18 AM
#733
neil_9481 avatar

neil_9481

New Zenner

Join Date:
Jul 2012
Posts:
22
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

with ceon turned on*

15 Aug 2012, 11:52 AM
#734
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping v4.x

Hi,

Neil_9481:

with ceon turned on*

Sorry, that's all I have to say.

Good luck in getting this sorted.

All the best..

Conor
ceon

16 Aug 2012, 10:23 PM
#735
molywerks avatar

molywerks

Zen Follower

Join Date:
Aug 2006
Posts:
136
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

Hello, Conor, glad to see you're up and about!

Say, I am having two or three issues with ceon_uri_mapping_umm_edition_4.2.0_for_zc and ceon_uri_mappings_manager_1.4.0beta1_for_zc.

The first issue is that Ceon is failing to encode some product URLs properly, the {product-id} is excluded in some cases. See http://goo.gl/JaZ5b (which is in turn not formatting properly for a reason I've not yet discovered) vs. http://goo.gl/dNiqq. Have any ideas for why Ceon is failing to include the {product-id}?

The second issue is related to the first, I believe. Some URLs have incomplete cPaths. See http://goo.gl/Hq2F7. What is causing the cPath truncation?

I would love to identify the cause of the breakdown with these two issues. The bottom fell out of the site's Google rankings, part of which were caused by other issues that a script is handling now but there are still many of these {product-id}less and incomplete cPath URLs on the site.

The third issue involves SSU, which I never got working with 1.5. Ceon must have learned of SSU from a database setting because the SSU mod wasn't installed when the site went live. Ceon doesn't need the SSU cache folders, right? I can delete them? They are nearly 3GB in size (and has tens of thousands of files within) and I would love to delete all SSU cache folders because backups take too long and place an unnecessary burden upon the server.

Thanks Conor (or anybody else) for answering my questions or pointing me in the right direction to relay to a programmer.

-jk

17 Aug 2012, 8:28 AM
#736
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping v4.x

Hi,

molywerks:

Hello, Conor, glad to see you're up and about!

Thanks, I'm not actually, it'll be a few weeks at least, but am doing best to keep up here.

molywerks:

Say, I am having two or three issues with ceon_uri_mapping_umm_edition_4.2.0_for_zc and ceon_uri_mappings_manager_1.4.0beta1_for_zc.

This isn't the appropriate place I'm afraid, please get in contact privately and I'll get you sorted/discuss any "issues" with Google etc (which are nothing to do with a correctly installed Ceon URI Mapping).

Thanks,

All the best...

Conor
ceon

19 Aug 2012, 9:54 AM
#737
neil_9481 avatar

neil_9481

New Zenner

Join Date:
Jul 2012
Posts:
22
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

Hi Connor,

I've found the issue and just need a hand to remove the ssl setting, I installed a test site and during setup i left the ssl catalog set to false after this the URI mappings worked fine but during the setup of my main site i set this to true now i've editted the admin config file and set the secure catalog to false but the URI still redirects to https instead of http do you know which file is overiding this setting.

Thanks in Advance

19 Aug 2012, 9:20 PM
#738
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping v4.x

Hi,

Neil_9481:

the URI still redirects to https instead of http do you know which file is overiding this setting.

As I said, this isn't anything to do with Ceon URI Mapping. However, send me FTP and admin details and I'll take a quick look and see if I can fix the mistake you've made.

All the best..

Conor
ceon

27 Aug 2012, 11:05 PM
#739
serious avatar

serious

Totally Zenned

Join Date:
Feb 2011
Posts:
686
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

ZC 1.39h

So I've installed on this on my local copy of my ZC store and hope to do so on my live site once I get the hang of it.

I ran the install check via my admin panel and get 17 errors. All seem to be related to core files.
Here's my error message:

17 problems were found with core files that need to be modified for Ceon URI Mapping to work optimally.

The errors should be fixed as soon as possible. In the meantime though, since the store's configure files have been checked and found to be valid, information about the example rewrite rule for the store was able to built.

Does this mean I've missed copying files or did I make a mistake during the installation.

28 Aug 2012, 12:44 AM
#740
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping v4.x

Hi,

Serious:

I ran the install check via my admin panel and get 17 errors. All seem to be related to core files.

Does this mean I've missed copying files or did I make a mistake during the installation.

It means you've missed the entire section of the installation about modifying the core files! :)

You must have simply skipped past it accidentally.

Follow through that section of the installation instructions (which I suppose is essentially "modify these core files") and the Installation Check will let you know you've completed installation correctly. Handy wee thing!

All the best...

Conor
ceon