
Originally Posted by
DivaVocals
The other issue that went away when I removed this code block was the feed errors I had gotten when using the Google Base Feed module..
Here's the post in regards to the Google Base Feed module:
http://www.zen-cart.com/forum/showpo...&postcount=958
Also here's a_berezin's reponse with regards to WOZ conflicts with the RSS feed module. (Again please note that the issue leads back to SAME problematic area of the WOZ code)
http://www.zen-cart.com/forum/showpo...&postcount=957
On another note, I've been looking at Hira's new 1.5 code.. Am I seeing this incorrectly or is it adding the ability to auto-generate a WordPress URI in the Ceon URI table?
Code:
$woz_uri_query = "<br />
SELECT<br />
um.language_id,<br />
um.uri<br />
FROM<br />
" . TABLE_CEON_URI_MAPPINGS . " um<br />
WHERE<br />
um.main_page = \'" . FILENAME_WORDPRESS . "\'<br />
ORDER BY<br />
BIT_LENGTH(um.uri) DESC;";<br />
$woz_uri_result = $db->Execute($woz_uri_query);<br />
Code:
define('TEXT_URI_MAPPING_WOZ_URI_AUTOGEN', 'Tick this box to have the URI auto-generated for WOZ.');
define('TEXT_URI_MAPPING_WOZ_URIS_AUTOGEN', 'Tick this box to have the URIs auto-generated for WOZ.');
Not for nothing, but the Numinix blog solution doesn't require any such hack to work with the Ceon URI module (all that's needed is a simple .htaccess exclusion), and since WordPress generates it's own URI's, this is a done deal..
Bookmarks