Re: Wordpress On Zencart / Released
Just in case, I though I should mention that WOZ 1.5 is only available for download from the website in Hira's signature. It is not presently available from the Zen Cart Free Downloads section.
私がWOZ 1.5はHira'でウェブサイトからのダウンロードのためだけに利用できることを述べるべきであるけれどもちょうど場合で、I; sの署名。 それは禅のカートのフリー・ダウンロードセクションから利用できない。
Quote:
Originally Posted by
conor
Hi hira,
Got a question or two here for
anyone using WOZ and Ceon URI Mapping...
Are you manually adding a URI Mapping for the wordpress main_page to the uri mapping table?
Why are you adding that?
Does wordpress not have its own static URIs on the site?
If so, you could just add exclusions for these URIs to the rewrite rule.
Code:
# Don't rewrite wordpress URIs
RewriteCond %{REQUEST_URI} !/^comments.* [NC]
RewriteCond %{REQUEST_URI} !/^feed.* [NC]
Or are you tring to set a static URI for a page such as index.php?main_page=wordpress&feed=rss2
?
Please let me know what it is that you are doing!
Thanks,
Conor
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
loosefast
Just in case, I though I should mention that WOZ 1.5 is only available for download from the website in Hira's signature. It is not presently available from the Zen Cart Free Downloads section.
Thank you for supplementing it:smile:
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
conor
Does wordpress not have its own static URIs on the site?
If so, you could just add exclusions for these URIs to the rewrite rule.
Code:
# Don't rewrite wordpress URIs
RewriteCond %{REQUEST_URI} !/^comments.* [NC]
RewriteCond %{REQUEST_URI} !/^feed.* [NC]
Or are you tring to set a static URI for a page such as index.php?main_page=wordpress&feed=rss2
?
At first I show URL of the feed of the demonstration site.
http://demo.s-page.net/woz/en/blog/feed/
http://demo.s-page.net/woz/en/blog/comments/feed/
http://demo.s-page.net/woz/en/blog/2...lo-world/feed/
I do not add a rewrite rule.
Re: Wordpress On Zencart / Released
I could not tell from Conor's question if he is using the latest version of WOZ.
私はConor'から言うことができなかった; 彼がWOZの最新バージョンを使用すればsの質問。
Quote:
Originally Posted by
hira
Thank you for supplementing it:smile:
Re: Wordpress On Zencart / Released
Hi,
Quote:
Originally Posted by
loosefast
I could not tell from Conor's question if he is using the latest version of WOZ.
I've never used any version of WOZ.
I'm in the middle of some other work today and tomorrow so I won't get a chance to install it until Sunday, hopefully I do get the time then.
I was hoping to get more feedback about how you are actually using WOZ and how it is breaking your sites? No-one has replied about that yet! When you install WOZ what isn't actually working? Please give a detailed description of the process - what you are expecting to happen and what is actually happening that you don't want to happen.
Thanks!
Obviously when I install the software myself I can then root out the cause of the issues you describe.
All the best..
Conor
ceon
Re: Wordpress On Zencart / Released
I can give you all backend access to a mirror setup of Zen 1.3.8, WOZ 1.5, Wordpress, Advanced Shipper and URI mapping on the site I licensed AS for. Let me know.
I am seeing WOZ blank out, insert and replace text in the fields of your Advanced Shipper methods, specifically the surcharge and USPS and UPS methods. Also, inserting the term "Array" into Zen's customer comments field, and preventing the shipping estimator from working at all.
Thanks!
私がに関しては認可した場所で地図を描いている私は禅1.3.8、WOZ 1.5、Wordpress、高度の海運業者およびURIのミラーの組み立てへのすべての後部のアクセスを与えてもいい。 私に知らせなさい。 私はWOZが消し、あなたの高度の海運業者方法、とりわけ過重およびUSPSおよびUPS方法の分野のテキストを挿入し、そして取り替えることを見てい る。 また、言葉の"を挿入する; Array" Zen'に; sの顧客のコメント欄および船積みの見積者が全然働くことを防ぐこと。 ありがとう!
Quote:
Originally Posted by
conor
Hi,
I've never used any version of WOZ.
I'm in the middle of some other work today and tomorrow so I won't get a chance to install it until Sunday, hopefully I do get the time then.
I was hoping to get more feedback about how you are actually using WOZ and how it is breaking your sites? No-one has replied about that yet! When you install WOZ what isn't actually working? Please give a detailed description of the process - what you are expecting to happen and what is actually happening that you don't want to happen.
Thanks!
Obviously when I install the software myself I can then root out the cause of the issues you describe.
All the best..
Conor
ceon
Re: Wordpress On Zencart / Released
As for URI mapping, I am not aware of how specific problems manifest themselves. Hoping others will chime in with the facts...
地図を描くようにURIのために私は特定の問題が彼ら自身をいかに明示するかに気づいていない。 他を望むことは事実と鳴る…
Re: Wordpress On Zencart / Released
Conor,
I dunno if you have any of the old e-mail exchange you and I had around Oct of last year, but if you recall the issues I had were DIRECTLY related to the WOZ app. Here's the forum posts just prior to our brief e-mail exchange where you verified that the issue was indeed caused by WOZ.
http://www.zen-cart.com/forum/showpo...&postcount=609
http://www.zen-cart.com/forum/showpo...&postcount=610
http://www.zen-cart.com/forum/showpo...&postcount=613
http://www.zen-cart.com/forum/showpo...&postcount=616
http://www.zen-cart.com/forum/showpo...&postcount=618
http://www.zen-cart.com/forum/showpo...&postcount=619
http://www.zen-cart.com/forum/showpo...&postcount=620
After looking at my setup, you determined that the issue was being caused by the WOZ configuration file specifically this code:
Quote:
$i=strlen(DIR_WS_CATALOG);
$req=substr($_SERVER['REQUEST_URI'],$i,1);
if($req=='?'){
$_GET['main_page']='wordpress';
}
if(isset($_GET['feed'])){
wp();
gzip_compression();
// require_once('./wordpress/wp-includes/template-loader.php');
require_once(ABSPATH . WPINC . '/template-loader.php');
exit();
}
Once I removed this block of code, the errors I was experiencing stopped.
Now it should be noted that in this particular implementation I am using and early version of:WordPress On ZenCart - Sideboxes Only Edition v1.0. I could not use the full version of WOZ on this site because of the weird issue WOZ had where new posts were throwing an error when the sideboxes were positioned on the left side of the site.
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..
Quote:
Originally Posted by
conor
I was hoping to get more feedback about how you are actually using WOZ and how it is breaking your sites? No-one has replied about that yet! When you install WOZ what isn't actually working? Please give a detailed description of the process - what you are expecting to happen and what is actually happening that you don't want to happen.
Re: Wordpress On Zencart / Released
Quote:
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..
Re: Wordpress On Zencart / Released
If the code you are referring to is contained in the wordpress-config.php file, I believe that file is now gone in version 1.5 of WOZ
cheers
あなたが参照しているコードがwordpress-config.phpファイルに、私信じればあればWOZの版1.5で今入られることを 喝采
Quote:
Originally Posted by
DivaVocals