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

Ceon URI Mapping v4.x

Views: 451,994

Results 681 to 700 of 2,454
13 Jul 2012, 6:25 PM
#681
gaffettape avatar

gaffettape

Zen Follower

Join Date:
May 2009
Posts:
433
Plugin Contributions:
0

Ceon URI Mapping v4.x

conor:

Hi,

Sorry you're having trouble, not sure what you've done wrong.

Please get in contact privately with PHPMyAdmin and admin details for your site and I'll take a look. Please also supply some real URIs to check instead of made up ones.

Thanks,

Conor
ceon

Hi Conor,

I'll contact you ASAP - which will probably be early next week, as I'm away for the weekend.

Thanks :smile:

13 Jul 2012, 6:32 PM
#682
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,

gaffettape:

I'll contact you ASAP - which will probably be early next week, as I'm away for the weekend.

Have a nice weekend! :)

There'll be a new version released by then but it won't affect your issue, and it's a minor upgrade.

All the best..

Conor
ceon

13 Jul 2012, 11:32 PM
#683
devlin avatar

devlin

New Zenner

Join Date:
Oct 2010
Posts:
40
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

I have been noticing problems with EZ-Pages when updating or adding a new file. After editing the page and hitting Uppdate, I am confronted with a blank page. Viewing the website shows the page has been updated.

Viewing my error logs, I find the same error. I have rechecked the logs immediately after editing an EZ-Page.

The error is:

[13-Jul-2012 16:20:18] PHP Fatal error: Call to undefined method CeonURIMappingAdminEZPagePages::autogenEZPageURIMapping() in My-URL/My_Admin-Folder/includes/classes/class.CeonURIMappingAdminEZPagePages.php on line 134

Line 133 starts the if statement:

			if ($uri_mapping_autogen) {
				$uri_mapping = $this->autogenEZPageURIMapping((int) $pages_id, $pages_title,
					$languages[$i]['code'], $languages[$i]['id']);

All help appreciated

Dev

14 Jul 2012, 8:23 AM
#684
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,

devlin:

I have been noticing problems with EZ-Pages when updating or adding a new file. After editing the page and hitting Uppdate

You haven't installed the software properly.

Basically, check your modifications of ezpages.php first, making sure you have modified it correctly (I think you probably have), - you may simply have had problems with bad FTP software not uploading files properly.. clearly the EZ pages code is missing, so its CLASS file probably didn't upload properly or at all.

Upload all the files again, use FireFTP for Firefox if necessary (it's free).

All the best..

Conor
ceon

14 Jul 2012, 12:15 PM
#685
devlin avatar

devlin

New Zenner

Join Date:
Oct 2010
Posts:
40
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

conor:

Hi,
You haven't installed the software properly.

Thank you Conor,
for clarification, is it the URI software you're talking about, or ZC?

Dev

14 Jul 2012, 12:35 PM
#686
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,

devlin:

Thank you Conor,
for clarification, is it the URI software you're talking about, or ZC?

Dev

URI

15 Jul 2012, 5:05 PM
#687
hairydog avatar

hairydog

Zen Follower

Join Date:
Sep 2006
Posts:
165
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

gaffettape:

I'm using ZC 1.3.9, SitemapXML (formerly "Google Sitemap") v3.0.3, Ceon URI Mapping (UMM Edition) v4.0.8 and Ceon URI Mappings Manager v1.2.0

Where did you get Ceon URI Mapping (UMM Edition) v4.0.8 from? I just bought Mappings Manager and find it needs the UMM Edition of URI Mapping, which I can't find anywhere.

15 Jul 2012, 5:35 PM
#688
hairydog avatar

hairydog

Zen Follower

Join Date:
Sep 2006
Posts:
165
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

Not to worry - found it now!

18 Jul 2012, 8:00 AM
#689
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!

It gives me great pleasure to (rather belatedly) release a new version of Ceon URI Mapping.

The main changes are that some handy new functionality for those with custom product pages has been added, as has more convenient support for the nginx webserver.

On new installations of Zen Cart 1.5.x, warnings will no longer be generated for the define the ZC developers removed between it and version 1.3.x.

All changes, from the Revision History:

[ADDED] List of product pages is now maintained in a its own data file in the includes/extra_datafiles folder, making it easy to add support for additional product page types.

[ADDED] Support for the nginx webserver added to the Installation Check. When an nginx webserver is detected, the example directive for the rewrite rule will be displayed.

[UPDATED] The filename define for the Tell A Friend page is no longer present in Zen Cart 1.5.x, so its use would cause PHP warnings in error logs on new installations. A check, included as part of the new additional product page type functionality, is now made to only use the define if it exists.

[UPDATED] All files updated to comply with Ceon Coding Guidelines (http:// dev.ceon.net/software/coding-guidelines).

[BUGFIX] Call to method to build a URL encoded string for an array query parameter was broken, it was calling the old deprecated function (must not have been much of a problem as has been present ever since the version 4.x rewrite but went unnoticed/unreported by anyone for almost two years!).

[BUGFIX] Convenient link to select (and copy in IE) the content of the example rewrite rule text field was broken by removal of necessary tags in previous release's attempt for valid HTML output for the installation check interface.

[UPDATED] Installation instructions updated to make the purpose of the functionality to Auto-manage URIs for Products' Reviews and Tell-A-Friend pages clearer, and to make the instructions on how to configure this functionality much easier to follow.

The latest version should be available from the downloads area shortly.

As always the latest version can be downloaded directly at any time from the Ceon website:

Download 4.2.0 Now!

Upgrading is as simple as always, taking just 2 or 3 minutes to perform an upgrade, thanks to the auto-upgrade functionality!

Enjoy!

All the best..

Conor
ceon

18 Jul 2012, 7:34 PM
#690
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping v4.x

Hi Conor how are you doing? I have a question for you, in this new version 4.2.0 is the product_book a new feature or what will it do. I don't see that in /admin/includes/modules/ in zen cart v1.5.0 Have a nice day. By the way your new site looks great.

18 Jul 2012, 7:40 PM
#691
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

countrycharm:

Hi Conor how are you doing? I have a question for you, in this new version 4.2.0 is the product_book a new feature or what will it do. I don't see that in /admin/includes/modules/ in zen cart v1.5.0 Have a nice day. By the way your new site looks great.

It's simply support the custom product type of "book".. This is not a default Zen Cart product type.. It's a custom product type for books (similar to the built in features for music which is a custom product type that does come with Zen Cart) In the case of books I believe there is an add-on or instructions on the forum for creating this custom product type..

19 Jul 2012, 2:53 AM
#692
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping v4.x

DivaVocals:

It's simply support the custom product type of "book".. This is not a default Zen Cart product type.. It's a custom product type for books (similar to the built in features for music which is a custom product type that does come with Zen Cart) In the case of books I believe there is an add-on or instructions on the forum for creating this custom product type..

Thanks for the explanation. I understand whats going on now.....lol

21 Jul 2012, 12:22 PM
#693
olcs avatar

olcs

New Zenner

Join Date:
Dec 2011
Posts:
92
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

Hi,

Firstly many thanks for this amazing module, it works brilliantly!

I wonder if you can help me with a problem I having. I have just installed Fast and Easy Checkout with AJAX and one of the instructions for install is:

4.If using a SEO URLs module, add "checkout_payment", "quick_checkout", and "fec_confirmation" to the exempt list. In other words, do not rewrite the URLs for these pages.

Can anyone show be how I make sure these urls aren't rewritten. I understand that I will need to add them to my .htacess file but am unsure how.

This is my .htaccess file:

BEGIN CEON URI MAPPING REWRITE RULE

RewriteEngine On

RewriteRule ^blog(.*)$ /index.php?main_page=blog&$1 [E=VAR1:$1,QSA,L]

Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])

RewriteCond %{REQUEST_URI} !.[a-z]{2,5}$ [NC]

Don't rewrite any URIs for some, popular specific file format extensions,

which are not covered by main file extension condition above

RewriteCond %{REQUEST_URI} !.(mp3|mp4|h264)$ [NC]

Don't rewrite any URIs for some specific file format extensions,

which are not covered by main file extension condition above

Uncomment the following line to apply this condition! (Remove the # at the start of the next line)

#RewriteCond %{REQUEST_URI} !.(3gp|3g2|h261|h263|mj2|mjp2|mp4v|mpg4|m1v|m2v|m4u|f4v|m4v|3dml)$ [NC]

Don't rewrite admin directory

RewriteCond %{REQUEST_URI} !^/olcs_admin [NC]

Don't rewrite editors directory

RewriteCond %{REQUEST_URI} !^/editors/ [NC]

Don't rewrite bmz_cache directory

RewriteCond %{REQUEST_URI} !^/bmz_cache/ [NC]

Handle all other URIs using Zen Cart (its index.php)

RewriteRule .* index.php [QSA,L]

END CEON URI MAPPING REWRITE RULE

Any help anyone can give me would be much appreciated!

21 Jul 2012, 2:51 PM
#694
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,

OLCS:

Firstly many thanks for this amazing module, it works brilliantly!

Glad you like it. :)

OLCS:

I wonder if you can help me with a problem I having. I have just installed Fast and Easy Checkout with AJAX and one of the instructions for install is:

The people who write that software don't really appear to keep up to date with things so I wouldn't necessarily go by anything they say.

I know lots of stores use Ceon URI Mapping fine with FEC so you most likely don't have to do anything.

In fact, in the past few months there hasn't been a single report of a clash between Ceon URI Mapping and another module (That can cope with static URIs) that I know of, which is great, that was one of the main things I tried to avoid with the 4.x rewrite.

Hope that puts your mind at rest.. if it works, it works! :)

All the best..

Conor
ceon

22 Jul 2012, 3:22 AM
#695
redspinnaker avatar

redspinnaker

New Zenner

Join Date:
Oct 2010
Posts:
50
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

Hi,

Using SitemapXML v.2 to generate EZ-pages sitemap with Ceon URI Mapping 4.2.0

In Zencart v1.3.9h we can generate static URI's for products, categories and EZ-pages under Ceon URI Mapping 4.2.0 no problem.

But something puzzling happens using SitemapXML v.2.

When we then go to >Tools > Sitemap XML the resulting products (sitemap/sitemapproducts.xml) and categories (sitemap/sitemapcategories.xml) pages remain in static form as we would expect, but the new sitemap/sitemapezpages.xml is in dynamic format.

Any comments / ideas please?

22 Jul 2012, 8:07 AM
#696
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,

RedSpinnaker:

The new sitemap/sitemapezpages.xml is in dynamic format.

Any comments / ideas please?

Must be a problem with that module. Ceon URI Mapping will output the static URI for any code that uses zen_href_link(). It has no concept of what module is using it via that function.

Best ask your question on the thread for this other module.

Sorry I can't be more help than that but at least you know the issue isn't with Ceon URI Mapping.

All the best..

Conor
ceon

25 Jul 2012, 8:21 PM
#697
gandalfsmith avatar

gandalfsmith

New Zenner

Join Date:
Oct 2011
Location:
Toronto Canada
Posts:
69
Plugin Contributions:
0

Re: Ceon URI Mapping v4.x

Using V1.3.9h
Installed latest version of Ceon URI (umm) and the purchased Manager.
All links have been re-written correctly, BUT need to ask if this is right or I have done something wrong?

For any page that is an EZPage and is pointing to an internal link URL:
On the store front if I mouse over a page in links (eg: Shipping & Returns) it shows as https://mysite.com/index.php?main_page=shippinginfo
even though the URL has been re-written to: https://mysite.com/shipping-returns

Now the only way I can get it to show as https://mysite.com/shipping-returns when you MOUSE over it - is to actually go in and EDIT the EZPage and change the internal link to : https://mysite.com/shipping-returns

Does this seem correct that I have to do this for every EZPage that has an internal page link? Or have I missed something?

Many Thanks
PS: Fantastic Modules :smile:

25 Jul 2012, 9:44 PM
#698
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,

Glad you like the software and that it's useful for your site!

gandalfsmith:

For any page that is an EZPage and is pointing to an internal link URL:

I think I'll be making this a FAQ. :)

Internal links are a hack that the dynamic-URI Zen Cart uses. Once you have a site with static URIs, internal EZ-Page links shouldn't be used. Instead you should simply use the actual URIs, preferably via a call to zen_href_link() in the template(s) in which you'd otherwise have been using these EZ-Page links.

I'll get more info about this into a FAQ as I said, in the meantime feel free to contact me privately, I'm afraid support for the manager software can't be offered here.

All the best..

Conor
ceon

25 Jul 2012, 10:20 PM
#699
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

conor:

Hi,

Glad you like the software and that it's useful for your site!

I think I'll be making this a FAQ. :)

Internal links are a hack that the dynamic-URI Zen Cart uses. Once you have a site with static URIs, internal EZ-Page links shouldn't be used. Instead you should simply use the actual URIs, preferably via a call to zen_href_link() in the template(s) in which you'd otherwise have been using these EZ-Page links.

I'll get more info about this into a FAQ as I said, in the meantime feel free to contact me privately, I'm afraid support for the manager software can't be offered here.

All the best..

Conor
ceonI think though that folks still use these to add internal links to the EZ Pages header and footer menus as well as the EZ Pages sidebox.. While it's true one could simply edit the EZ Pages, header and Footer menus and the sidebox to add these internal links, but many will not know how to make the change this way..

26 Jul 2012, 12:47 AM
#700
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,

DivaVocals:

I think though that folks still use these to add internal links to the EZ Pages header and footer menus as well as the EZ Pages sidebox.. While it's true one could simply edit the EZ Pages, header and Footer menus and the sidebox to add these internal links, but many will not know how to make the change this way..

I realise that but it results in double redirects and the issue described above.

All the best..

Conor
ceon