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

Ceon URI Mapping (SEO)

Locked

Views: 472,337

Results 1,761 to 1,780 of 2,913
This thread is locked. New replies are disabled.
26 Jul 2010, 3:50 PM
#1761
afterhour avatar

afterhour

Zen Follower

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

Ceon URI Mapping (SEO)

Hi Conor

I have used your excellent addon on a previous site but this time I have somehow gone wrong.

I have built a new site on 1.39D and don't have any other addons

I can't get the sidebox links to generate correctly, they still show
http://www.allgoodideas.co.uk/index.php?main_page=page_4 etc.

Where have I gone wrong?

Regards
AfterHouR

26 Jul 2010, 4:07 PM
#1762
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

AfterHouR:

I have used your excellent addon on a previous site but this time I have somehow gone wrong.

Glad you like it so much!

AfterHouR:

I can't get the sidebox links to generate correctly

You've forgotten to modify includes/functions/html_output.php. Just to be sure, carry out the installation from start to finish once more.

All the best..

Conor
ceon

26 Jul 2010, 4:34 PM
#1763
afterhour avatar

afterhour

Zen Follower

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

Re: Ceon URI Mapping (SEO)

Thanks for the fast reply Conor

I have overwritten all of the module again and checked paths etc.

I have also used beyond compare to check the html_output.php against the one prior to install and I don't have any differences, only your new additions??

I just can't see where I have gone wrong.

Kind Regards
AfterHouR

26 Jul 2010, 4:49 PM
#1764
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

AfterHouR:

I have also used beyond compare to check the html_output.php against the one prior to install and I don't have any differences, only your new additions??

Short of the module not being installed or it being disabled, the html_output.php modifications not being present is the only thing this could be caused by.

If you're still having trouble please get in contact with FTP and admin details for the site at this address and I'll take a quick look to see if I can spot/fix anything.

All the best..

Conor
ceon

26 Jul 2010, 5:20 PM
#1765
afterhour avatar

afterhour

Zen Follower

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

Re: Ceon URI Mapping (SEO)

Thanks Conor

Message sent

Regards
AfterHouR

26 Jul 2010, 5:34 PM
#1766
afterhour avatar

afterhour

Zen Follower

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

Re: Ceon URI Mapping (SEO)

Hi Conor
I just thought I would have a look at the debug log and have found this

PHP Parse error: syntax error, unexpected $end, expecting ')' in includes/functions/html_output.php on line 894

Regards
AfterHouR

26 Jul 2010, 6:36 PM
#1767
akki avatar

akki

New Zenner

Join Date:
Jul 2010
Posts:
7
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

hi conor

successfully installed ceon uri but have tried a lot but ceon uri are generated but all links give http 404 error mod_rewrite is enabled on apache and my .htacess file looks like

RewriteEngine On

ONLY rewrite URIs beginning with /zen/

RewriteCond %{REQUEST_URI} ^/zen/ [NC]

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

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

Don't rewrite admin directory

RewriteCond %{REQUEST_URI} !^/zen/admin [NC]

Don't rewrite editors directory

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

Don't rewrite cPanel directories

RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]

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

RewriteRule .* index.php?%{QUERY_STRING} [L]

however when i disable ceon uri it works fine
i doubt can i ever get it working tried searching the forum
on similar problem but all efforts in vain

can you please help me in this regard

26 Jul 2010, 6:51 PM
#1768
akki avatar

akki

New Zenner

Join Date:
Jul 2010
Posts:
7
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

tried changing rule for .htacess file to
RewriteRule .* /zen/index.php?%{QUERY_STRING} [L]

but result same http404 error:frusty:

27 Jul 2010, 2:50 PM
#1769
vasilics avatar

vasilics

New Zenner

Join Date:
Jul 2010
Posts:
24
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hello there,
I just intstalled CEON module, and from the introducing information I find it great, but unfortunately I have one problem.
I installed all the files there from the contribution - 3.6.3
And when I go to Modules => URI Ceon... Nothing happens.
So , this script doesn't create the necessary tables and I am not able to go ahead. I tried to change the permissions on the file, but that didn't help.
Can anyone answer me how I can fix that problem.
Thank you in advance.

27 Jul 2010, 2:53 PM
#1770
vasilics avatar

vasilics

New Zenner

Join Date:
Jul 2010
Posts:
24
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I forgot to say that I am running zen cart 1.3.9d, php5 , apache 2 and mysql -5.0.37

27 Jul 2010, 2:57 PM
#1771
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

vasilics:

And when I go to Modules => URI Ceon... Nothing happens.

What do you mean? Please describe things in more detail.

vasilics:

I tried to change the permissions on the file, but that didn't help.

No changes to any permissions are needed for the module.

I'd guess you've simply not uploaded all the necessary files and are getting a PHP error of some sort on the config page. Try uploading ALL of the files again.

All the best..

Conor
ceon

28 Jul 2010, 1:11 AM
#1772
vasilics avatar

vasilics

New Zenner

Join Date:
Jul 2010
Posts:
24
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Well, when I go to Modules => URI ... it shows blank page.
May be there some logs, that I can check for any errors. If it is so, please tell me where I could check(if you know)
I believe it is a PHP error too, I just don't know how to find it.
By the way I tried to upload the files again, and tomorrow I will try to upload them for the third time :)
Hope everything will go well.

28 Jul 2010, 7:47 AM
#1773
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

vasilics:

Well, when I go to Modules => URI ... it shows blank page. May be there some logs, that I can check for any errors. If it is so, please tell me where I could check(if you know)
I believe it is a PHP error too, I just don't know how to find it.

Search the forums and you'll find the answer to this.. it's one of the main wiki entries for Zen Cart.

vasilics:

By the way I tried to upload the files again, and tomorrow I will try to upload them for the third time :)

If it's not missing files then you have configured your admin/includes/configure.php file wrongly. Edit it and fix the setting for your DIR_FS_ADMIN definition.. I'm guessing you've changed the name of your admin folder but forgot to ste the path to the folder there.

Hope that helps! If it does, you should still read up about the blank pages as it's important for someone managing a Zen Cart store to know about such things, managing Zen Cart needs someone who knows about PHP involved in the process.

All the best..

Conor
ceon

28 Jul 2010, 9:46 AM
#1774
tomharto avatar

tomharto

New Zenner

Join Date:
Oct 2009
Posts:
34
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Ive just set up the Ceon URI Mapping module, however now when i click on a product i get this error

Not Found

The requested URL /tdam/zen/Catagory-1/Product-3 was not found on this server.

Anyone else had this issue/know a fix for it?

Thanks

28 Jul 2010, 9:55 AM
#1775
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

tomharto:

The requested URL /tdam/zen/Catagory-1/Product-3 was not found on this server.

Anyone else had this issue/know a fix for it?

You need to add a rewrite rule for the site, most likely to a .htaccess file.

Please read the instructions that come with the module and follow the configuration information/steps about creating a rewrite rule.

All the best..

Conor
ceon

28 Jul 2010, 10:06 AM
#1776
vasilics avatar

vasilics

New Zenner

Join Date:
Jul 2010
Posts:
24
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I finally did it!
I understood that I have placed some files in the wrong places, so they could not work.
I am sorry to bother you conor, thank you very much.
This is one great mod :clap:

28 Jul 2010, 10:17 AM
#1777
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

vasilics:

I finally did it!

Glad to hear that.

vasilics:

This is one great mod :clap:
Thanks, glad you like it!

All the best..

Conor
ceon

28 Jul 2010, 10:26 AM
#1778
mike_dean avatar

mike_dean

Totally Zenned

Join Date:
Feb 2006
Location:
Central Coast, NSW, Australia
Posts:
531
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi Conor,

Trust you are ok ??

I assume you are aware that a new update for ZC has been released 1.3.9e !! (Where will it end.!! LOL)

Before I go and do the updates, do you know if your mod will be ok on 1.3.9e ?

(Trust that makes sense ?:wacko::wacko::wacko:)

Regards,
Mike

28 Jul 2010, 10:35 AM
#1779
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi Mike,

How are you?

Mike_Dean:

Trust you are ok ??

Quite ill but ploughing on! :)

Mike_Dean:

I assume you are aware that a new update for ZC has been released 1.3.9e !! (Where will it end.!! LOL)

Yes, I've a new version of Ceon URI Mapping with modified core files for 1.3.9e.. I'll release it when I get a chance.

Mike_Dean:

Before I go and do the updates, do you know if your mod will be ok on 1.3.9e ?

The only changes from 1.3.9d to 1.3.9e which affect the URI Mapping module are the collect_info.php scripts in the admin. A single line has change in each.

When upgrading just take care to merge the Ceon URI Mapping files with the 1.3.9e files and all will be fine.

All the best...

Conor
ceon

28 Jul 2010, 10:40 AM
#1780
mike_dean avatar

mike_dean

Totally Zenned

Join Date:
Feb 2006
Location:
Central Coast, NSW, Australia
Posts:
531
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

conor:

Hi Mike,

Quite ill but ploughing on! :)

I knew you had not been well, hence why I asked.. sorry to hear it, fingers crossed you get better soon...

conor:

Yes, I've a new version of Ceon URI Mapping with modified core files for 1.3.9e.. I'll release it when I get a chance.

The only changes from 1.3.9d to 1.3.9e which affect the URI Mapping module are the collect_info.php scripts in the admin. A single line has change in each.

When upgrading just take care to merge the Ceon URI Mapping files with the 1.3.9e files and all will be fine.

All the best...

Conor
ceon

Thanks good man.. I'll wait until you release the update, then merge any duplicate Ceon with the matching new ZC files and all should be good, correct ?

Thanks,
Mike