Page 94 of 186 FirstFirst ... 44849293949596104144 ... LastLast
Results 931 to 940 of 1859
  1. #931
    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 divaboutiques View Post
    I have my blog setup here:http://divaboutiques.com/store/?main...rdpress/?p=226, but when I try to click on one of my blog title it doesn't go anywhere, everything stay's on the same page, how can i fix my blog so when someone click on a certain recent post they just get that one post?
    I've got NOTHING to offer in the way of help.. But BOY oh BOY am I bookmarking your store!!!

  2. #932
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by divaboutiques View Post
    I have my blog setup here:http://divaboutiques.com/store/?main...rdpress/?p=226, but when I try to click on one of my blog title it doesn't go anywhere, everything stay's on the same page, how can i fix my blog so when someone click on a certain recent post they just get that one post?
    Something is still not right with a setting. It shouldn't be going to /?main_page=wordpress/?p=226 but to /?p=226. I think that Kiddo's fix might not be needed for the latest wordpress. What happens when you remove that from the wordpress-config file? Are you using an htaccess rewrite rule for wordpress?

    Zen Cart and it's community are the best!!

  3. #933
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    Double check your ABSPATH settings..

    Try this: Read posts 438 - 442 of this thread the answer should be here. Also check out:
    http://www.zen-cart.com/forum/showpo...&postcount=817
    http://www.zen-cart.com/forum/showpo...&postcount=819
    http://www.zen-cart.com/forum/showpo...&postcount=822
    Thank u DivaVocals,I had followed your instruction,and find the exact ABSPATH setting.It is absolutely different from my FTP transfer PATH,so it is really important to find the exact ABSPATH.

    How ever,I still face a problem as below:
    When I add a new blog post to WP,there will be a new problem happenend to all my ZENCART site and the WP part.
    It shows:

    ------------------------------------------------------------------------
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    ------------------------------------------------------------------------

    It seems there are some problems happened to the .htaccess file.
    I do not know what happened,would you mind give me another hep,please?

  4. #934
    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 paulnike View Post
    Thank u DivaVocals,I had followed your instruction,and find the exact ABSPATH setting.It is absolutely different from my FTP transfer PATH,so it is really important to find the exact ABSPATH.

    How ever,I still face a problem as below:
    When I add a new blog post to WP,there will be a new problem happenend to all my ZENCART site and the WP part.
    It shows:

    ------------------------------------------------------------------------
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    ------------------------------------------------------------------------

    It seems there are some problems happened to the .htaccess file.
    I do not know what happened,would you mind give me another hep,please?
    Well you now are officially over my head.. But in order for others to chime in, it might help to post a link to your site.. I'm glad the ABSPATH information was helpful..

  5. #935
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by paulnike View Post
    It seems there are some problems happened to the .htaccess file.
    Post your file here and a link to the site so we can have a look at it to see what is going on.

    Zen Cart and it's community are the best!!

  6. #936
    Join Date
    Feb 2007
    Location
    Worldwide Web
    Posts
    191
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    I've got NOTHING to offer in the way of help.. But BOY oh BOY am I bookmarking your store!!!
    Thank you DivaVocals
    Diva Boutiques
    www.divaboutiques.com

  7. #937
    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 divaboutiques View Post
    Thank you DivaVocals

  8. #938
    Join Date
    Feb 2007
    Location
    Worldwide Web
    Posts
    191
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by lankeeyankee View Post
    Something is still not right with a setting. It shouldn't be going to /?main_page=wordpress/?p=226 but to /?p=226. I think that Kiddo's fix might not be needed for the latest wordpress. What happens when you remove that from the wordpress-config file? Are you using an htaccess rewrite rule for wordpress?

    lankeeyankee-

    This is what's in my wordpress-configure.php file.

    <?php
    //
    // wordpress on zencart by http://www.s-page.net/
    //
    define ('ABSPATH','/home/divabou/public_html/blog/');
    $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']) && ($_GET['feed'] == 'rss2' || $_GET['feed'] == 'comments-rss2')) {
    wp();
    gzip_compression();
    // require_once('./wordpress/wp-includes/template-loader.php');
    require_once(ABSPATH . WPINC . '/template-loader.php');
    exit();
    }
    }
    ?>
    Where do I take the ? out to see what happens.

    Also I don't know if I'm using a htaccess to rewrite. How would I kow if I'm using a htaccess to rewrite wordpress
    Diva Boutiques
    www.divaboutiques.com

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

    Default Re: Wordpress On Zencart / Released

    I used below files to my zen cart,but many errors let it can't work,so help me please
    wordpress_on_zencart_v1-301.zip
    zencart_demo_templates_1.1.zip
    wordpress-2.8.4.zip
    zencart-and-wordpress-user-integration.0.5.zip


    1. can't vist home page and displayarse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/l/i/q/liqinghua/html/includes/functions/extra_functions/class.rlwp.php on line 23
    And can access home page after delete class.rlwp.php(zencart_demo_templates_1.1).

    2. can't display products detail after switch language when i check one of products.and display:Warning: Cannot modify header information - headers already sent by (output started at /home/content/l/i/q/liqinghua/html/includes/templates/shop/common/html_header.php:25) in /home/content/l/i/q/liqinghua/html/blog/wp-includes/pluggable.php on line 865
    But can display all after i back to home page and check the products again.(that mean it can display without wordpress,because i can see wordpress in url after switch language )


    3. have much problem with Register/login/logout/changepassword/forgotpassword,
    as register,it always display:Fatal error: Call to undefined function: username_exists() in /home/content/l/i/q/liqinghua/html/includes/classes/observers/class.registerWordPress.php on line 17
    (zencart-and-wordpress-user-integration.0.5.zip)

    http://www.zen-cart.com/index.php?ma...roducts_id=681 (wordpress_on_zencart_v1-301.zip)
    http://wordpress.org/extend/plugins/...r-integration/ (zencart-and-wordpress-user-integration.0.5.zip)
    http://wordpress.org/download/ (wordpress-2.8.4.zip)
    http://www.zen-cart.cn/forum/download/file.php?id=2392 (zencart_demo_templates_1.1.zip) as below
    http://www.gueston.com Gueston wholesale plaza--wholesale cheap brand apparel

  10. #940
    Join Date
    Apr 2009
    Posts
    118
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by misty View Post
    Did you install wordpress into same database as zencart?
    Post details of wp-config.php here, minus database password.
    Hi,misty.help me please
    http://www.zen-cart.com/forum/showth...476#post779476
    http://www.gueston.com Gueston wholesale plaza--wholesale cheap brand apparel

 

 

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