Thank you @mc12345678, that solved the issue.
Printable View
I've just installed this on 1.5.6, and wanted to say, great job. It is a bloody fantastic bit of software.
Has anybody got Ceon's Mapping Manager installed on 1.5.6? I would like to buy it as my store already has thousands of products and I don't want to map them manually, but just wanted to be sure it has also been updated to 1.5.6.
On their site they have an updated version, no doubt that works.
(I modified the old one before they had that available and haven't got a need for the new one yet.)
I need to add more information to this:
I am using ZC1.5.6
Plugins:
Dynamic Filter
CEON URI Mapping
Easy Populate 4
Running on an Apache server with PHP 7.1.
The URL is formed as folowing:
mydomain.co.uk/dynamic_filter?cPath=108_109_112&sort=20a&fltExpressDelivery[]=1+Day+Express+Delivery
but all the results disappear and give a 404 error instead.
It seems to be missing part of the URL, my other site with just Dynamic FIlter gives a result like this:
mydomain.co.uk/dynamic_filter?main_page=index&cPath=293_347_348&sort=20a&fltCategories%5B%5D=Pe ns
The "main_page=index&" is missing from the URL that is not functioning. If I paste it in, then suddenly it redirects to the URI mapped category names, and displays the correct results.
Is this perhaps something that can be fixed from the .htaccess entry?
applied the fix listed above here
and the site is working for known pages.
If I enable "Auto-generate URIs for Unmapped Categories/Products/Manufacturers/EZ-Pages"
I get this error
Changing /includes/classes/class.CeonURIMappingAdminEZPages.phpCode:#1 trigger_error() called at [/home/spares/public_html/includes/classes/db/mysql/query_factory.php:171]
#2 queryFactory->show_error() called at [/home/spares/public_html/includes/classes/db/mysql/query_factory.php:143]
#3 queryFactory->set_error() called at [/home/spares/public_html/includes/classes/db/mysql/query_factory.php:270]
#4 queryFactory->Execute() called at [/home/spares/public_html/includes/classes/class.CeonURIMappingAdminEZPages.php:189]
#5 CeonURIMappingAdminEZPages->autogenEZPageURIMapping() called at [/home/spares/public_html/includes/classes/class.CeonURIMappingHREFLinkBuilder.php:685]
#6 CeonURIMappingHREFLinkBuilder->_autogenEZPageURIMapping() called at [/home/spares/public_html/includes/classes/class.CeonURIMappingHREFLinkBuilder.php:337]
#7 CeonURIMappingHREFLinkBuilder->buildHREFLink() called at [/home/spares/public_html/includes/classes/observers/class.ceon_uri_mapping_link_build.php:47]
#8 CeonUriMappingLinkBuild->updateNotifySefuIntercept() called at [/home/spares/public_html/includes/classes/class.base.php:103]
#9 base->notify() called at [/home/spares/public_html/includes/functions/html_output.php:35]
#10 zen_href_link() called at [/home/spares/public_html/includes/functions/functions_ezpages.php:53]
#11 zen_ez_pages_link() called at [/home/spares/public_html/includes/templates/yourstore/common/tpl_header_v2.php:122]
#12 require(/home/spares/public_html/includes/templates/yourstore/common/tpl_header_v2.php) called at [/home/spares/public_html/includes/templates/yourstore/common/tpl_main_page.php:192]
#13 require(/home/spares/public_html/includes/templates/yourstore/common/tpl_main_page.php) called at [/home/spares/public_html/index.php:97]
--> PHP Fatal error: 1054:Unknown column 'pages_title' in 'field list' ::
SELECT
pages_title
FROM
ezpages
WHERE
pages_id = '27'
AND
languages_id = '1' ==> (as called by) /home/spares/public_html/includes/classes/class.CeonURIMappingAdminEZPages.php on line 189 <== in /home/spares/public_html/includes/classes/db/mysql/query_factory.php on line 171.
toCode:FROM " . TABLE_EZPAGES . "
Solves that problemCode:FROM " . TABLE_EZPAGES_CONTENT . "
If "Auto-generate URIs for Unmapped Categories/Products/Manufacturers/EZ-Pages" is enabled, creating category mappings in the Manager appears to hang.
I wasn't able to reproduce either of the errors in the last two posts.
Then you are a winner and I am unlucky