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

Ceon URI Mapping v4.x

Views: 452,087

Results 1,461 to 1,480 of 2,454
3 Mar 2014, 6:28 PM
#1461
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Ceon URI Mapping v4.x

kitcorsa:

Imgetting an error with google sitemaps generation that appears to be to do with urls.

2008 MySQL client ran out of memory
in:
[ SELECT uri FROM ceon_uri_mappings WHERE main_page = 'product_info' AND associated_db_id = '1294' AND language_id = '1' AND current_uri = '1' LIMIT 1;]
2013 Lost connection to MySQL server during query
in:
[select count(*) as total from sessions where sesskey = '1ca2fbd7dc8c2849bf4b6788953ada29']

Not related to this plugin.. Your server timed out during a SQL query. Hence the error:

MySQL client ran out of memory

This is a SERVER issue.. the fact that it happened to error out on a query for this module is coincidental.. It's likely that the sitemap processing tied up the server and caused it to time out..

4 Mar 2014, 10:20 AM
#1462
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

I have asked the sitemap authors and they are getting back to me, no server issues and plenty of memory as i have a VPS, hosts say "It seems that mysql does not have enough memory to store the entire query result.
Please make sure that your query is correct. More information about this issue you can find
on the following pages:

https://dev.mysql.com/doc/refman/5.0/en/out-of-memory.html
http://forums.mysql.com/read.php?37,94800,190727
"

was working till a thursday last week. I posted in both as this mod was listed.
Thanks

5 Mar 2014, 11:06 PM
#1463
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Ceon URI Mapping v4.x

DivaVocals:

Not related to this plugin. ... The fact that it happened to error out on a query for this module is coincidental. ...
I'd have to agree with this statement. Basically the error message you are referencing indicates PHP (the mysql client) ran out of memory receiving the result of a query.

It could be another modification is using up all the memory allowed or caching a large result set... Make sure Zen Cart's SQL cache is disabled (set to none)... You also might want to check the PHP memory settings...

kitcorsa:

... no server issues and plenty of memory as i have a VPS ...
Define "plenty of memory"? How much is allocated to the MySQL server? The Web Server? PHP? Core OS functions? Other scripts / programs? Email Server? How many concurrent hits does your site experience (during peak)? Etc?

5 Mar 2014, 11:36 PM
#1464
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Ceon URI Mapping v4.x

lhungil:

How many concurrent hits does your site experience (during peak)? Etc?

And realize that the other unrelated plugin may be performing a large number of concurrent hits in it's processing andmay need to slow down. But that if the issue is not related to this...

5 Mar 2014, 11:57 PM
#1465
uswebworx avatar

uswebworx

Zen Follower

Join Date:
Sep 2006
Location:
USA
Posts:
297
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

kitcorsa:

I have asked the sitemap authors and they are getting back to me, no server issues and plenty of memory as i have a VPS, hosts say "It seems that mysql does not have enough memory to store the entire query result.

VPS is only as good as the server hosting it as I found out recently and upgraded and 99% of my issues went away. May want to look into a new VPS provider.

I took the advide of Diva and lhungil awhile back and diagnosed almost every issue to being an issue with my previous provider not providing me with what I was paying for!

11 Mar 2014, 10:45 AM
#1466
crixus avatar

crixus

New Zenner

Join Date:
Oct 2013
Location:
United States
Posts:
88
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

Hello...............

I am using Ceon URI Mapping

After i install FDC

i got .... (mysite.com/checkout?fecaction=null) on checkout page url

please help how can i remove ?fecaction=null From checkout page url

11 Mar 2014, 12:10 PM
#1467
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Ceon URI Mapping v4.x

crixus:

Hello...............

I am using Ceon URI Mapping

After i install FDC

i got .... (mysite.com/checkout?fecaction=null) on checkout page url

please help how can i remove ?fecaction=null From checkout page url

Not related to CEON, but the answer is, You Don't. It is part of FEC

23 Mar 2014, 1:37 PM
#1468
enzo_ita avatar

enzo_ita

Zen Follower

Join Date:
Jul 2009
Posts:
402
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

Hi,
Im getting an error that appears when adding or modifying a product.
The message is PHP Warning: constant() [<a href='function.constant'>function.constant</a>]: Couldn't find constant FILENAME_TELL_A_FRIEND in /public_html/admin/includes/classes/class.CeonURIMappingAdminProductPages.php on line 788 (i have changed the admin folder name for this post)
I can not find any reference to FILENAME_TELL_A_FRIEND
If someone could be of hlep, please do it.
ciao from Italy

24 Mar 2014, 6:39 AM
#1469
luckystu avatar

luckystu

New Zenner

Join Date:
Oct 2013
Posts:
18
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

Hello, I'm using ZC 1.51 with Ceon URI v4 installed. I built my site on a subdomain - test dot - and once the site was ready to go, I renamed my site to the primary domain name (without the test dot). When visitors come to my site and surf around, the page url's show the much-discussed zenid tacked on at the end - looks something like:

(proper page url)?zenid=c5c5810bfcf(and a bunch more numbers and letters)

However, when you click on "Home" link (upper right) on the homepage and enter the site through that portal, the zenid's do not appear. All URL's are nice and clean. Is there a way to get rid of the zenid's? As many people probably won't click on the "Home" link. Many thanks for your help!

24 Mar 2014, 10:47 AM
#1470
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Ceon URI Mapping v4.x

luckystu:

Hello, I'm using ZC 1.51 with Ceon URI v4 installed. I built my site on a subdomain - test dot - and once the site was ready to go, I renamed my site to the primary domain name (without the test dot). When visitors come to my site and surf around, the page url's show the much-discussed zenid tacked on at the end - looks something like:

(proper page url)?zenid=c5c5810bfcf(and a bunch more numbers and letters)

However, when you click on "Home" link (upper right) on the homepage and enter the site through that portal, the zenid's do not appear. All URL's are nice and clean. Is there a way to get rid of the zenid's? As many people probably won't click on the "Home" link. Many thanks for your help!

This is not a result of this plugin (see readme) and should be addressed by beginning a new thread. Possibly caused by the template or maybe cookie and session settings.

24 Mar 2014, 11:06 AM
#1471
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Ceon URI Mapping v4.x

enzo-ita:

Hi,
Im getting an error that appears when adding or modifying a product.
The message is PHP Warning: constant() [<a href='function.constant'>function.constant</a>]: Couldn't find constant FILENAME_TELL_A_FRIEND in /public_html/admin/includes/classes/class.CeonURIMappingAdminProductPages.php on line 788 (i have changed the admin folder name for this post)
I can not find any reference to FILENAME_TELL_A_FRIEND
If someone could be of hlep, please do it.
ciao from Italy

Around line 677 of the same file, $page_types is defined as an array that includes tell_a_friend. At about line 684, the various page_types are reviewed one by one to create a new array that includes each page_type that is to be considered for auto management. If not mistaken the management options are in one of the confiiguration screens for this plugin. At the line in question a constant is created from each page type to manage that capitalizes the previous page_types array value(s) that areto be managed. The complete absence of a declared FILENAME_TELL_A_FRIEND, further indicates that this page type should be excluded, or that you are missing a filename define. I thought that ZC 1.5.x removed the tell a friend option/capability, so technically again, this option should be disabled.

Modules->Ceon URI Mapping (SEO) Config, then the Auto-managed ProductPage URIs tab.

24 Mar 2014, 12:04 PM
#1472
enzo_ita avatar

enzo_ita

Zen Follower

Join Date:
Jul 2009
Posts:
402
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

mc12345678:

I thought that ZC 1.5.x removed the tell a friend option/capability, so technically again, this option should be disabled.

Modules->Ceon URI Mapping (SEO) Config, then the Auto-managed ProductPage URIs tab.
WOW!!! This is THE ANSWER!
Not simply an answer.
Thanks. You certainly got the problem and given the solution.
ciao from Italy.

24 Mar 2014, 12:33 PM
#1473
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping v4.x

luckystu:

Hello, I'm using ZC 1.51 with Ceon URI v4 installed. I built my site on a subdomain - test dot - and once the site was ready to go, I renamed my site to the primary domain name (without the test dot). When visitors come to my site and surf around, the page url's show the much-discussed zenid tacked on at the end - looks something like:

(proper page url)?zenid=c5c5810bfcf(and a bunch more numbers and letters)

However, when you click on "Home" link (upper right) on the homepage and enter the site through that portal, the zenid's do not appear. All URL's are nice and clean. Is there a way to get rid of the zenid's? As many people probably won't click on the "Home" link. Many thanks for your help!

mc12345678:

This is not a result of this plugin (see readme) and should be addressed by beginning a new thread. Possibly caused by the template or maybe cookie and session settings.

The "much-discussed zenid" is not created by this module.. Suggest searching the forum for the MANY posts on the "much-discussed zenid" to see what it REALLY is.. (hint: the answer is it's NOT an "issue" at all though folks certainly seem to believe it is)

24 Mar 2014, 5:43 PM
#1474
luckystu avatar

luckystu

New Zenner

Join Date:
Oct 2013
Posts:
18
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

DivaVocals:

The "much-discussed zenid" is not created by this module.. Suggest searching the forum for the MANY posts on the "much-discussed zenid" to see what it REALLY is.. (hint: the answer is it's NOT an "issue" at all though folks certainly seem to believe it is)

Hello Diva, No offense intended, just looking for some friendly help. Actually I've searched through many threads, honestly it gets confusing. There was a response couple years back suggesting a slight change in php code having to do with cookie sessions but thought I'd ask here first. I'll take from your response that zenid is not connected to this module and is just part of Zen Cart. Easier on the eyes though to see a nice, clean url, esp for email purposes. Again no offense intended. Thank you.

24 Mar 2014, 5:52 PM
#1475
luckystu avatar

luckystu

New Zenner

Join Date:
Oct 2013
Posts:
18
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

mc12345678:

This is not a result of this plugin (see readme) and should be addressed by beginning a new thread. Possibly caused by the template or maybe cookie and session settings.

mc, Thank you for pointing me in a clearer direction. I'll keep digging, esp re: cookie and session settings, thanks.

25 Mar 2014, 2:30 AM
#1476
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping v4.x

luckystu:

Hello Diva, No offense intended, just looking for some friendly help. Actually I've searched through many threads, honestly it gets confusing. There was a response couple years back suggesting a slight change in php code having to do with cookie sessions but thought I'd ask here first. I'll take from your response that zenid is not connected to this module and is just part of Zen Cart. Easier on the eyes though to see a nice, clean url, esp for email purposes. Again no offense intended. Thank you.
Not offended.. :no: but it's truly NOTHING and NOT generated as a result of this module.. and a quick search of this support thread and the forum in general will tell you that it's not a "problem" to be resolved.. (I've quoted two older posts) It's NORMAL Zen Cart behavior.. Seriously.. The zenid does not cause ANY issues you may be thinking it causes.. Leave it OUT of URLs in emails if that's the issue you are having..

DivaVocals:

zenid had been discussed to death here.. but short answer it is that the zenid is attached to the URL for first time visitors..

conor:

Hi,

Normally it's only the first page as no cookie will have been set yet.

The zenid is set by Zen Cart, Ceon URI Mapping has nothing to do with it.

Maybe there is something up with the cookie settings on your site?

(Having it does no harm, due to the software's canonical URI support, but it obviously doesn't look as nice, I'd not like to have that happen on our site).

All the best...

Conor
ceon

31 Mar 2014, 9:28 PM
#1477
akrogers avatar

akrogers

New Zenner

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

Re: Ceon URI Mapping v4.x

My client using Zen Cart and CEON URI (latest version) has many products that are linked to different categories. When they submit the feed to google, it shows duplicate products for those because numbers are added to the end of the url. I've searched around and haven't found a solution. I'm hoping this forum might be able to give me some suggestions. Thank you!

31 Mar 2014, 10:08 PM
#1478
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

akrogers:

My client using Zen Cart and CEON URI (latest version) has many products that are linked to different categories. When they submit the feed to google, it shows duplicate products for those because numbers are added to the end of the url. I've searched around and haven't found a solution. I'm hoping this forum might be able to give me some suggestions. Thank you!

I too would be curious about the answer cause for now we ---my client and I---have tried ignoring google when it claims there are duplicate urls. She too has category/product and has them copied to several other categories....as I do in my own store.

She gets tons of dupe links and we have no real clue what to do about them since I suppose in essence they are duplicates, in a way.

31 Mar 2014, 10:44 PM
#1479
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Ceon URI Mapping v4.x

DarkAngel:

I too would be curious about the answer cause for now we ---my client and I---have tried ignoring google when it claims there are duplicate urls. She too has category/product and has them copied to several other categories....as I do in my own store.

She gets tons of dupe links and we have no real clue what to do about them since I suppose in essence they are duplicates, in a way.

This is not a CEON URI issue specifically, readme states this happens for linked products. Whatever interfaces with google should be updated to ignore the category parameter in the "final" URI when interfacing with google. My suggestion is that further assistance on this topic should either be sought in the applicable google thread, in a new thread, or by way of getting custom code developed.

1 Apr 2014, 3:23 AM
#1480
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping v4.x

akrogers:

My client using Zen Cart and CEON URI (latest version) has many products that are linked to different categories. When they submit the feed to google, it shows duplicate products for those because numbers are added to the end of the url. I've searched around and haven't found a solution. I'm hoping this forum might be able to give me some suggestions. Thank you!

DarkAngel:

I too would be curious about the answer cause for now we ---my client and I---have tried ignoring google when it claims there are duplicate urls. She too has category/product and has them copied to several other categories....as I do in my own store.

She gets tons of dupe links and we have no real clue what to do about them since I suppose in essence they are duplicates, in a way.

mc12345678:

This is not a CEON URI issue specifically, readme states this happens for linked products. Whatever interfaces with google should be updated to ignore the category parameter in the "final" URI when interfacing with google. My suggestion is that further assistance on this topic should either be sought in the applicable google thread, in a new thread, or by way of getting custom code developed.

Yup.. especially because Google will tell you WHY it considers a product a dup.. and I promise you their criteria is based on WAAAAAAY more than the JUST the URL.. Time to login to your Google account and spend some serious time going through the error messages Google provides and resolve each issue one by one.. there aren't any "magic buttons" to push to fix.. AND truly this is NOT an issue that is caused by this module.. So you are going to have to move this conversation to the Google Product Search thread..