Re: Ceon URI Mapping (SEO)
Hi Conor,
Thanks for the information. I switched it to a subdomain vs. a subfolder and everything seems to be working correctly except anything related to https where I now get a "connection has timed out". As soon as I go in the configure.php file and change ENABLE_SSL_ADMIN to 'false' or ENABLE_SSL to 'false', everything is fine. Any suggestions on what might be causing my issues with SSL?
Re: Ceon URI Mapping (SEO)
Never mind, I'm an idiot. Since it's in a subdomain, not a subfolder, the subdomain would need it's own certificate. I'll just have to test it w/the SSL off. Everything else seems to be working. Thanks for the suggestion!
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
akabin
Since it's in a subdomain, not a subfolder, the subdomain would need it's own certificate. I'll just have to test it w/the SSL off.
Yes, for the test site disable SSL then re-enable SSL when the code for the test site becomes the live site. Of course the paths for DIR_FS_CATALOG and DIR_FS_ADMIN will change at the same time so it's easy to change the ENABLE_SSL setting when changing them.
Quote:
Originally Posted by
akabin
Everything else seems to be working. Thanks for the suggestion!
Glad you have things working. Enjoy the new URIs! :)
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Hi Conor,
I'm having some trouble getting this module to work. On my admin panel I have an option under the modules drop-down, which I visited and it added the db tables without error. I also have an option under the configuration drop-down. I do not however, have any new options added when I go to edit a category/product and so I'm a little stuck.
Thanks in advance!
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
~lynks
I do not however, have any new options added when I go to edit a category/product and so I'm a little stuck.
You haven't applied the core file modifications. Read the installation information about that bit of the installation process and carry it out. You must have missed it before.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
You haven't applied the core file modifications. Read the installation information about that bit of the installation process and carry it out. You must have missed it before.
All the best..
Conor
ceon
Christ I'm an idiot, I misread that section of the installation.
Thanks for the quick reply and a great module!
Re: Ceon URI Mapping (SEO)
great, all working. now to save each of the 1200 products :P
should be able to write a perl script or a iterated (and probably very complex) sql insert, do you know of anyone whose done something like this successfully?
Re: Ceon URI Mapping (SEO)
sorry conor but i have another problem;
the url rewrite works flawlessly for categories and subcategories, even correctly showing a list of products once you have navigated to a subcategory. when i try to visit a product page however, the rewrite works fine, the url shows correctly but none of the inner page content is shown
the zencart cache is showing this error:
PHP Fatal error: Call to undefined function tep_draw_form_with_function() in /var/www/freshspark/data/www/fran.freshsparkcreative.com/includes/templates/template_default/templates/tpl_product_info_display.php on line 20
as a side note, any product for which i have not assigned a url mapping breaks even worse; returning a completely blank page upon visiting a product!
in this second case, the following, different error is returned;
PHP Fatal error: Call to undefined function zen_get_generated_category_path_rev() in /var/www/freshspark/data/www/fran.freshsparkcreative.com/includes/init_includes/overrides/init_canonical.php on line 24
any thoughts? and thanks again.
Re: Ceon URI Mapping (SEO)
HI,
[quote=~lynks;990551Call to undefined function tep_draw_form_with_function() in /var/www/freshspark/data/www/fran.freshsparkcreative.com/includes/templates/template_default/templates/tpl_product_info_display.php[/quote]
This means that you are using an oscommerce template with Zen Cart.. it is calling a function that doesn't exist in Zen Cart! It's nothing to do with Ceon URI Mapping.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Hi There,
Having a bit of trouble with EZ-pages.
I can re-name the URI's of categories and products perfectly, however when i try to auto-generate ones for my EZ pages such as
/shop/index.php?main_page=contact_us
It generates /shop/contact-us
and when i type that in in my address bar, it takes me to a blank page on my site that just has the heading 'Contact us', as well as the fact that the contact us button is still linked to p/index.php?main_page=contact_us
Any Suggestions?
Thanks in advance.