Page 22 of 186 FirstFirst ... 1220212223243272122 ... LastLast
Results 211 to 220 of 1859
  1. #211
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    163
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hmm. So I just installed Wordpress 2.2.1 in it's own directory. Then uploaded all the files for the mod, but I am getting nothing. I have some new options in the Layout Controller, but it doesn't really do much. It did turn on a "blog sidebar" link of text that has nothing, and when you click it there is an error. Then I turned if off, and it won't go away! Ugh!

    So, can anyone help. I follwed the mod instructions to a tee. I am really frustrated about now.

    Should I undo it all, and re-install IN my cart directory? Does it not work properly in it's own directory?

    Note: using zen cart 1.3.7 w/ wordpress 2.2.1

  2. #212
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    163
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Another thing I wanted to point is what seems to be a typo in the README:



    Step4) File editing of WordPress
    Open [wp-include/template-loader.php], and please replace "exit;" with "exit;".

    so, it asks us to change "exit;" with "exit;"? There is no difference here!

    umm...

  3. #213
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    thanks for report.
    Quote Originally Posted by magneteye View Post
    Another thing I wanted to point is what seems to be a typo in the README:
    http://www.zen-cart.com/forum/showpo...&postcount=209
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

  4. #214
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by magneteye View Post
    Hmm. So I just installed Wordpress 2.2.1 in it's own directory. Then uploaded all the files for the mod, but I am getting nothing.
    Open [Path of Zen-Cart]/includes/extra_configures/wordpress-config.php
    please check,
    define ('ABSPATH','[Path of WordPress]/');
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

  5. #215
    Join Date
    Mar 2007
    Posts
    29
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I'm having same problem as magneteye.
    I was able to enable sideboxes, but nothing shows in the main blog area.

    BTW I can enter the blog via

    http://www.versatilereproductions.co...ess/wordpress/

    but as you see on my main page, it doesn't show:
    http://www.versatilereproductions.com/

    here is my /includes/extra_configures/wordpress-config.php

    <?php
    //
    // wordpress on zencart by http://www.s-page.net/
    //
    define ('ABSPATH','/www.versatilereproductions.com/Wordpress/wordpress/');

    $woz_install=0;

    if (file_exists(ABSPATH.'wp-config.php')) {
    $woz_install=1;
    define('WP_USE_THEMES', true);
    $wp_did_header = true;

    require_once(ABSPATH.'wp-config.php');

    $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();
    }
    }

    ?>

  6. #216
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    It seems that ABSPATHis wrong
    define ('ABSPATH','***');

    Please set it in reference to [includes/configure.php] on the server again.
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

  7. #217
    Join Date
    Mar 2007
    Posts
    29
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    hmm, still not working.
    If I understood you correctly, I added the line:

    define ('ABSPATH','/www.versatilereproductions.com/Wordpress/wordpress/');

    to;
    /includes/configure.php

    as well as;

    /includes/extra_configures/wordpress-config.php

  8. #218
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by dssprogrammer View Post
    hmm, still not working.
    If I understood you correctly, I added the line:

    define ('ABSPATH','/www.versatilereproductions.com/Wordpress/wordpress/');

    to;
    /includes/configure.php

    as well as;

    /includes/extra_configures/wordpress-config.php
    hi,
    It seems to have been hard to understand my explanation.

    1.At first open [/includes/configure.php] on the server.
    2.Please look at the line of [ define('DIR_FS_CATALOG', '***'); ] ,
    and please copy text ***.
    3.Open [/includes/extra_configures/wordpress-config.php] ,
    and please paste a [***]+WordPress directory.
    If it is your environment, it is the following images.
    define ('ABSPATH','***wordpress/');

    An important thing is to input it without making a mistake a COMPLETE path to your WordPress directory.
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

  9. #219
    Join Date
    Mar 2007
    Posts
    29
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    OK, that makes sense.
    Unfortunately, still doesn't work.
    I've PM'd both files to you to take a closer look.
    Thanks in advance.

  10. #220
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    68
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hi All,

    I'm having trouble with integrating Wordpress into Zen Cart. First I had Wordpress in a separate file to Zen Cart and that worked fine but I wanted to integrate it into Zen Cart. I followed all of the instructions and have read every post on here and I still can't find the solution to my problem.

    When I go to my wordpress url http://www.beautyxpress.com.au/store...age=wordpress/

    it comes up with the error
    file not found /home/bea15660/public_html/store/index.php?main_page=wordpress/wp-config.php

    (please excuse my site at the moment as it is a work in progress).

    I believe I have followed all of the instructions but it's just not happening for me. I did put wordpress into a different sql database but I don't believe this to be the problem.

    If anyone could help that would be great!

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3668
    Last Post: 7 Jun 2025, 11:33 PM
  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