
Originally Posted by
mc12345678
Not sure what happened to the remainder of the original message but to perform miniimal modification to the software I added into includes/classes/class.CeonURIMappingAdminProducts.php
At line 31:
Code:
define('CEON_URI_MAPPING_GENERATION_ATTEMPT_FOR_PRODUCT_WITH_NO_MODEL',##-3);
Note that because of my browser, #'s were inadvertently added to the above, the code should be without the #'s, like hopefully below will appear:
Code:
define('CEON_URI_MAPPING_GENERATION_ATTEMPT_FOR_PRODUCT_WITH_NO_MODEL', -3);