Zen Cart Logo
Forums / All Other Contributions/Addons / Ceon URI Mapping (SEO)

Ceon URI Mapping (SEO)

Locked

Views: 472,352

Results 1,741 to 1,760 of 2,913
This thread is locked. New replies are disabled.
18 Jul 2010, 12:26 AM
#1741
mb1 avatar

mb1

Totally Zenned

Join Date:
Jun 2006
Posts:
565
Plugin Contributions:
0

Ceon URI Mapping (SEO)

i thin i screwed up the install as i get a blank page and this error

PHP Parse error: syntax error, unexpected $end in admin/includes/modules/product/collect_info.php on line 692

18 Jul 2010, 12:49 AM
#1742
mb1 avatar

mb1

Totally Zenned

Join Date:
Jun 2006
Posts:
565
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

it doesn't seem to like working with group pricing per item if i just have the old collect file with the group pricing code in it everything works and if i have the original CEON URI MAPPING 1.3.9d collect file the page works file but if i have the 2 pages merged i get the error

18 Jul 2010, 9:09 AM
#1743
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

MB1:

it doesn't seem to like working with group pricing per item if i just have the old collect file with the group pricing code in it everything works and if i have the original CEON URI MAPPING 1.3.9d collect file the page works file but if i have the 2 pages merged i get the error

Quite simply you aren't merging the files properly.

Try using software such as Beyond Compare to merge the files.

If you are still having trouble you'll probably have to pay someone to help you.

Good luck in sorting out your mistake!

All the best..

Conor
ceon

18 Jul 2010, 1:19 PM
#1744
mb1 avatar

mb1

Totally Zenned

Join Date:
Jun 2006
Posts:
565
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

yeah i used winmerge and injected your 2 peices of code into the my file

18 Jul 2010, 1:46 PM
#1745
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

MB1:

yeah i used winmerge and injected your 2 peices of code into the my file

Then everything should work fine.

I'm afraid that if it doesn't that our free support here doesn't extend to helping fix problems with third party modules.

I hope you can get this sorted. My advice would be to try installing both the modules from scratch as you must have done something wrong.

All the best..

Conor
ceon

18 Jul 2010, 4:59 PM
#1746
mb1 avatar

mb1

Totally Zenned

Join Date:
Jun 2006
Posts:
565
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

my buddy found the issue the file was missing one little symbol in the merging of the files

 while (!$group_pricing->EOF) {
      $group_pricing_array[] = $group_pricing->fields['group_name'];
      $group_pricing->MoveNext();
       } ... this was missing on line 82
    // BEGIN CEON URI MAPPING 1 of 2
18 Jul 2010, 5:35 PM
#1747
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

MB1:

my buddy found the issue the file was missing one little symbol in the merging of the files

Glad to hear you found your mistake.

I'd suggest using software like ActiveState's Komodo editor.. (or any other programming software which has PHP syntax checking in it).. that would have highlighted the problem for you straight away!

All the best..

Conor
ceon

18 Jul 2010, 6:46 PM
#1748
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 (SEO)

conor:

Hi,

Glad to hear you found your mistake.

I'd suggest using software like ActiveState's Komodo editor.. (or any other programming software which has PHP syntax checking in it).. that would have highlighted the problem for you straight away!

All the best..

Conor
ceonGreat something ELSE you recommend that I'm gonna try and find I can't live without.. :laugh::laugh::laugh:

Thanks to you I am a Beyond Compare JUNKIE!!! I had to go back to using Winmerge for one day while I waited for my Beyond Compare license key, and it was hell I tell ya.. Just hell!!! :laugh::laugh:

18 Jul 2010, 6:59 PM
#1749
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

DivaVocals:

Great something ELSE you recommend that I'm gonna try and find I can't live without.. :laugh::laugh::laugh:

Probably! :) It's one of the "golden three" programs that I can't live without.. Directory Opus, Beyond Compare and Komodo. If only the first two were available on other platforms I wouldn't be tied into windoze.. Komodo uses Mozilla's engine so is multiplatform, although that probably is also the reason it's a little slow if lots of files are open (I rarely have less than 15 open, I'd call lots about 20+).

DivaVocals:

Thanks to you I am a Beyond Compare JUNKIE!!! I had to go back to using Winmerge for one day while I waited for my Beyond Compare license key, and it was hell I tell ya.. Just hell!!! :laugh::laugh:

lol glad I could help! I'm the same, WinMerge works, but Beyond Compare is in another league.. simple little things like its support for "ignoring version tags" when doing comparisons make it so much more efficient to use.

Anyway.. enjoy playing with Komodo! :) I'd recommend downloading and installing the version 6 beta - http://www.activestate.com/komodo-ide/downloads

Also, download and install the free MoreKomodo extension for it.. it adds features I think should be part of the main software (Rename, Delete options on the file tabs etc.).. you can get that from http://dafizilla.sourceforge.net/morekomodo/

All the best..

Conor

18 Jul 2010, 9:13 PM
#1750
feznizzle avatar

feznizzle

Totally Zenned

Join Date:
Apr 2010
Posts:
900
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I'd like to toss one out for "other" platforms (Mac!) that I love. Wish I could give credit where it is due, but somebody in the Zen-Cart forums recommended TextWrangler... I absolutely LOVE it and have no idea how I ever got by without it!

18 Jul 2010, 10:15 PM
#1751
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

Feznizzle:

I'd like to toss one out for "other" platforms (Mac!) that I love. Wish I could give credit where it is due, but somebody in the Zen-Cart forums recommended TextWrangler... I absolutely LOVE it and have no idea how I ever got by without it!

Always good to have alternatives! I see that TextWrangler is from the same company who write BBEdit.

I have to point out though that Komodo is available for Mac too, just in case you thought it was for windoze only, so you can give it a try as well if you like and see how it compares to your current favourite.

Regardless, "no idea how I ever got by without it" means that TextWrangler must be doing something well so I'd imagine either editor would be good to you! :)

All the best..

Conor
ceon

19 Jul 2010, 5:50 AM
#1752
mb1 avatar

mb1

Totally Zenned

Join Date:
Jun 2006
Posts:
565
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

i'm going to have to take a look at those programs mentioned aboveas i always run into little issues like this last one :frusty: that take me forever to figure out and it's allways right in front of my nose

20 Jul 2010, 5:10 PM
#1753
ekele avatar

ekele

Zen Follower

Join Date:
Apr 2010
Location:
UK
Posts:
150
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Well, sorry for dumb question but it is first time I am trying to make online shop working and I do not know much about all these "rewrite" stuff.
So:

  • I have read installation and FAQ
  • my shop is in roots and admin is renamed
  • there is index.php file in the roots - I belive this is ZC installation index.php file? - there is already .htaccess file (301 redirect) - should I add rewrite rule to this file?

Any help aprecciated:smile::smile:!

20 Jul 2010, 5:39 PM
#1754
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

ekele:

there is already .htaccess file (301 redirect) - should I add rewrite rule to this file? !

Yes, put the rule in there and make sure you adjust it for the admin folder's name as in the installation instructions.

All the best...

Conor
ceon

20 Jul 2010, 6:33 PM
#1755
ekele avatar

ekele

Zen Follower

Join Date:
Apr 2010
Location:
UK
Posts:
150
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Thanks!:D

21 Jul 2010, 3:19 AM
#1756
samar777 avatar

samar777

Zen Follower

Join Date:
Nov 2009
Location:
Chicago, IL.
Posts:
202
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

HI, quick question. I just posted seperately too:

Will installing CEON URI Mapping now make me lose all my search engine rankings?

I am ranked pretty high for most of my keywords and would hate to lose it all.

Thanks in advance for a quick reply.

21 Jul 2010, 7:32 AM
#1757
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

samar777:

Will installing CEON URI Mapping now make me lose all my search engine rankings?

If you don't have any URI rewriting software currently installed , meaning that you are using standard dynamic Zen Cart URIs such as "index.php?main_page=index&cPath=XXX", then installing the module won't affect your rankings. It has historical URI mapping functionality built in so it redirects search engines from your old mappings to your new mappings.

All the best...

Conor
ceon

22 Jul 2010, 9:30 PM
#1758
ekele avatar

ekele

Zen Follower

Join Date:
Apr 2010
Location:
UK
Posts:
150
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hello, everyone,
I have installed this mod on my test site and it is working just fine. So I've installed it on my main site and I get a blank page. Could anyone give me tip what could that be before I will try to fix it tomorrow? PHP error? Is there any way to check what could cause it?
Or is it possible it is because other modules I installed? Some of them are not installed on my test site.
Any help, please:cry:

I am using v139d.

23 Jul 2010, 7:49 AM
#1759
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

ekele:

So I've installed it on my main site and I get a blank page. Could anyone give me tip what could that be before I will try to fix it tomorrow? PHP error? Is there any way to check what could cause it?

Search the forums for "blank page", then follow the instructions on tracking the PHP errors you have caused and fix things appropriately.

This may require restoring your site to a backed up version then carefully "comparing" the files one by one with the files in the "modified_core_files" folder, before uploading them.

All the best..

Conor
ceon

Please note that I'll not be on this forum for a few days so won't be responding to any posts here.

23 Jul 2010, 4:27 PM
#1760
ekele avatar

ekele

Zen Follower

Join Date:
Apr 2010
Location:
UK
Posts:
150
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I have checked again. I've simply forgotten about includes/init_includes/init_ceon_uri_mapping.php :oops:
Sorry for wasting time:blush: and thanks for reply.