Re: Ceon URI Mapping (SEO)
Hi Josh,
Quote:
Originally Posted by
jsmith1611
I have uploaded all of the CEON Uri files, with the exception of:
You can't upload just selected parts of a module and expect the module to work!!
Quote:
Originally Posted by
jsmith1611
admin\includes\functions\extra functions\ceon_uri_mapping.php
(causes white screen in admin)
This means that you have set the path to your admin folder incorrectly in admin/includes/configure.php
Fix your configure file and upload the file you chose not to upload and everything should work fine.
Hope that helps and that you like the software!
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Hi
I am just looking at this mod and have a question please.
My primary interest in for upgrading ZenCart. I find it a pain, as my site is currently in the root of my domain and not a sub folder e.g. /shop.
I would like to put it in a sub folder for ease of upgrade, but my site IS zencart, so it's not like I can just change a link from my index page or anything. What I want to do is to keep my URL for people and Search engines as www.MyDomin.com/ but the real location to be www.MyDomin.com/shop/index.php
Is this possible with this mod?
If I can do that, then I can work on my zen upgrade in a new folder e.g. /beta then when it is working and I want the upgraded site to be live, I just re-name /beta to /shop and change the 2 configure.php files.
Thanks
Paul
Re: Ceon URI Mapping (SEO)
Hi,
Someone else from Belfast on Zen Cart.. almost never thought I'd see the day! :)
Quote:
Originally Posted by
ardhill
My primary interest in for upgrading ZenCart. I find it a pain, as my site is currently in the root of my domain and not a sub folder e.g. /shop.
That's a fine way to run a store, I'd keep it easy and keep things as they are.
Quote:
Originally Posted by
ardhill
I would like to put it in a sub folder for ease of upgrade, but my site IS zencart, so it's not like I can just change a link from my index page or anything. What I want to do is to keep my URL for people and Search engines as
www.MyDomin.com/ but the real location to be
www.MyDomin.com/shop/index.php
Is this possible with this mod?
No, if you move the store into /shop, then the address of the store will be mydomain.com/shop.
Quote:
Originally Posted by
ardhill
If I can do that, then I can work on my zen upgrade in a new folder e.g. /beta then when it is working and I want the upgraded site to be live, I just re-name /beta to /shop and change the 2 configure.php files.
Just set up a subdomain, e.g. beta.mydomain.com, and use it instead of a "test" folder, it's the professional way to do things.
When you're ready for beta.mydomain.com to become the site at mydomain.com you can either copy the files across or simply adjust the paths to the two sites, changing them over with each other.. easy!
Hope that helps!
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Re: Ceon URI Mapping (SEO)
i thin i screwed up the install as i get a blank page and this error
Quote:
PHP Parse error: syntax error, unexpected $end in admin/includes/modules/product/collect_info.php on line 692
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
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
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
Re: Ceon URI Mapping (SEO)
yeah i used winmerge and injected your 2 peices of code into the my file
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
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
Re: Ceon URI Mapping (SEO)
my buddy found the issue the file was missing one little symbol in the merging of the files
PHP Code:
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