Page 96 of 186 FirstFirst ... 46869495969798106146 ... LastLast
Results 951 to 960 of 1859
  1. #951
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Sorry to b-u-t-t in.. (excuse the spelling.. but the forum seems to have a slightly over enthusiastic word filter )

    I'm not sure Gueston even has his blog up anymore.. If he/she does, it's not integrated with Zen Cart using this mod as far as I can tell:

    Based on his posts a direct link to his blog (http://gueston.com/blog) redirects to the store

    and the standard WOZ URL
    http://gueston.com/index.php?main_page=wordpress gets a "page not found" error.
    Quote Originally Posted by MediBiz View Post
    Gueston

    How did you resolve your registration problem with wordpress?

    I am having the same problem as you mentioned earlier in this forum. That being the "Fatal error: Call to undefined function: username_exists() n /home/content/l/i/q/liqinghua/html/includes/classes/observers/class.registerWordPress.php on line 17"

    I just registered on your site with the user name "Ben Franklin" and I saw that your registration is now working. You can delete that user. Sorry. How did you resolve the registration problem?

    I am sure hoping that you can help me with this.

    I'm Using:
    Zencart: 1.3.8a
    Wordpress: 2.8.4
    WOZ: 1.301
    zencart-and-wordpress-user-integration: .5
    Last edited by DivaVocals; 16 Sep 2009 at 11:43 PM. Reason: edited the word "b u t t" due to over enthusiastic word filter :)

  2. #952
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Wordpress On Zencart / Released

    I'm using:
    Zencart: 1.3.8a
    Wordpress: 2.8.4
    WOZ: 1.301

    I installed using the readme in separate directories.
    My shop url:
    PHP Code:
    www.myshopurl.com 
    Wordpress is in:
    PHP Code:
    www.myshopurl.com/blog 
    The wordpress url is working, but it take's me to the blog, without the zen cart shop surrounded.

    In the wordpress admin I have set up the blog adress url to:
    PHP Code:
    http://www.myshopurl.com/ 
    When I access in the sidebox to the blog it displayed the link:
    PHP Code:
    http://www.myshopurl.com/en/index/m/200909 
    but the blog is not showing, only my shop with products.


    When I go to
    PHP Code:
    www.myshopurl.com/index.php?main_page=wordpress 
    it displayed the error:
    PHP Code:
    WarningCannot modify header information headers already sent by (output started at /home/myusername/public_html/includes/templates/template_default/common/html_header.php:22in /home/myuser/public_html/wp-includes/pluggable.php on line 850 
    As I read true the forum, for that error should be applaied the kiddo patch to includes/extra_configures/wordpress-config.php, witch is:
    PHP Code:
    // kiddos patch for WP 2.7
        
    $i=strlen(DIR_WS_CATALOG);
        
    $req=substr($_SERVER['REQUEST_URI'],$i,1);
        if((
    $req=='i') && ($_GET['main_page']=='wordpress')) {
            
    $_SERVER['REQUEST_URI'] = str_replace("index.php","",$_SERVER['REQUEST_URI']);
        } 
    Now, when I access that url it' take's me to the home page. The blog is not showing, only the shop with products.


    I hope I was clear enought.

    Thank's for your help.
    I love internet and the power of information... Best Wishes!!

  3. #953
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Jeet Kune Do...
    Have you tried accessing via
    See demo at
    http://www.dezinashop.com/demo/

  4. #954
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Yes. It take's me to the home page. No blog is displayed.
    I love internet and the power of information... Best Wishes!!

  5. #955
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by rachelgreen View Post
    Great module, but interfere with the rss feed mod.
    http://www.zen-cart.com/forum/showpo...&postcount=617

  6. #956
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Well this post gave me a hint and a place to look for resolving an issue I am having with running the Google Base mod and WOZ..

    I have been testing using Google Base Feeder and WOZ together. Like others before me, I discovered that many folks have gotten stuck due to errors when running the Google Base feeds with WOZ. I may have come up with a solution..

    Now my disclaimer.. I am NOT using the blog embedding features of WOZ. I only use the WOZ sideboxes. This "fix" does not appear to affect the WOZ sideboxes (your mileage may vary).. but admittedly I have NOT tested how this change affects the blog embedding features WOZ..

    As for the "fix" (at least this is working for me so far..):
    In the includes/extra_configures/wordpress-config.php file

    Around line 29 find this:
    PHP Code:
    if(isset($_GET['feed'])){ 
    Comment out lines 29-36 as follows:
    PHP Code:
    //if(isset($_GET['feed'])){
        //wp();
        //gzip_compression();
        //require_once('./wordpress/wp-includes/template-loader.php');
        //require_once(ABSPATH . WPINC . '/template-loader.php');

            //exit();
        //} 
    Like I said, your mileage may vary.. So far I can run my Google Base feeds and my WOZ sideboxes still work.. So far so good..
    Google Base Wordpress error
    ERROR: fy_un_tp is not a valid feed template
    Last edited by DivaVocals; 22 Sep 2009 at 05:39 AM.

  7. #957
    Join Date
    Apr 2009
    Posts
    118
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    Sorry to b-u-t-t in.. (excuse the spelling.. but the forum seems to have a slightly over enthusiastic word filter )

    I'm not sure Gueston even has his blog up anymore.. If he/she does, it's not integrated with Zen Cart using this mod as far as I can tell:

    Based on his posts a direct link to his blog (http://gueston.com/blog) redirects to the store

    and the standard WOZ URL
    http://gueston.com/index.php?main_page=wordpress gets a "page not found" error.
    cbwp.us/blog please
    or blog.cbwp.us
    http://www.gueston.com Gueston wholesale plaza--wholesale cheap brand apparel

  8. #958
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by gueston View Post
    cbwp.us/blog please
    or blog.cbwp.us
    Sooooooo.. Totally off topic.. When is your store going to be open for business?? Is the other store NOT open?? I've been eyballing some of your purses.. You can PM the response..

  9. #959
    Join Date
    Apr 2009
    Posts
    118
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    Sooooooo.. Totally off topic.. When is your store going to be open for business?? Is the other store NOT open?? I've been eyballing some of your purses.. You can PM the response..
    ok,gueston.com opened , and coach.gueston.com
    http://www.gueston.com Gueston wholesale plaza--wholesale cheap brand apparel

  10. #960
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Wordpress On Zencart / Released

    Over the passed couple of years, many users of the Google Base Feeder and similar modules have cited issues created by the Wordpress on Zen Cart (WoZ) module.

    So, I've created a tutorial on how to integrate wordpress into your Zen Cart.
    numinix.com/blog/2009/09/26/integrating-wordpress-into-zen-cart-1-3-8a

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3662
    Last Post: 30 Apr 2025, 04:14 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 109
    Last Post: 1 Dec 2024, 01:36 PM
  4. PurpleShades Support Thread
    By kobra in forum Addon Templates
    Replies: 122
    Last Post: 18 May 2011, 07:18 PM
  5. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR