Page 10 of 186 FirstFirst ... 891011122060110 ... LastLast
Results 91 to 100 of 1859
  1. #91
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by hemos View Post
    Does the Wordpress mod create the SEF urls on your site?

    Thanks

  2. #92
    Join Date
    Feb 2006
    Posts
    130
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Here is this module?

    I can not find it in the module downloads.

    Thanks for your support,

    Pic

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

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by Picci View Post
    Here is this module?

    I can not find it in the module downloads.

    Thanks for your support,

    Pic
    First post in this thread i.e.
    http://www.zen-cart.com/forum/showpo...54&postcount=1

  4. #94
    Join Date
    Feb 2006
    Posts
    130
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    That link now takes you to a broken installation of Wordpress.

    Can anyone provide a good link to the latest version of Wordpress on Zencart?

    Thanks for your support,

    Pic

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

    Default Re: Wordpress On Zencart / Released

    Only working link can find at moment is at
    http://www.s-page.net/products/50:56...aea130993.html
    In Japanese though, so might be an idea to contact module dev..

  6. #96
    Join Date
    Feb 2006
    Posts
    130
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Thanks Misty, I was able to get the latest version there. There was a link to the english version.

    Thanks for your support,

    Pic

  7. #97
    Join Date
    Apr 2005
    Posts
    392
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I've elected to have the wordpress files located in its own folder: (/home/mysite/public_html/blog). After installation, upon turning on the wp_archives and wp_cats sideboxes, I noticed that only the title background is showing (pls. see attachment).

    In step 6 of the document,
    6.Change a file name [includes/extra_configures/wp-config.txt] to [includes/extra_configures/wp-config.php]
    I am assuming that wp-config.txt is really wordpress-config.php. If that is the correct assumption, I've also change the 2 lines in red so that "wp-settings.php" file can be found and the 'ABSPATH' is pointing to the correct path.

    Code:
    <?php
    //
    // wordpress on zencart by http://www.s-page.net/
    //
    
    $woz_install=0;
    
    if (file_exists(DIR_FS_CATALOG . 'blog/' . 'wp-settings.php')) {
    	$woz_install=1;
    
    	define('WP_USE_THEMES', true);
    	$wp_did_header = true;
    
    	define('DB_NAME', DB_DATABASE);    // The name of the database
    	define('DB_USER', DB_SERVER_USERNAME);     // Your MySQL username
    	define('DB_PASSWORD', DB_SERVER_PASSWORD); // ...and password
    	define('DB_HOST', DB_SERVER);    // 99% chance you won't need to change this value
    
    	// You can have multiple installations in one database if you give each a unique prefix
    	$table_prefix  = DB_PREFIX . 'wp_';   // Only numbers, letters, and underscores please!
    
    	// Change this to localize WordPress.  A corresponding MO file for the
    	// chosen language must be installed to wp-includes/languages.
    	// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
    	// to enable German language support.
    	define ('WPLANG', '');
    
    	/* That's all, stop editing! Happy blogging. */
    
    	//define('ABSPATH', './wordpress/');
    	define('ABSPATH', DIR_FS_CATALOG . 'blog/');
    However, I am seeing the following error messages in the sideboxes:
    Warning: mysql_error(): 10 is not a valid MySQL-Link resource in /home/sensuous/public_html/blog/wp-includes/wp-db.php on line 177
    Could someone be so kind to let me in on where I have stuffed up? Thanks very much.
    Attached Images Attached Images  

  8. #98
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    PM Received from Stenrique regarding his post above..
    My response, which may help other members, is as follows:-
    Do you have database link correctly configured in sideboxes i.e. archive side box..
    Code:
      $content = '<ul>'.zen_wp_get_archives('type=monthly').'</ul>';
    Above is configuration from my own install which reflects database table for wordpress install as zen_wp
    Tips...
    WordPress install integrated into zencart slows down
    cart performance considerably..
    my install was wordpress mod release before current offering
    ..sideboxes..I reverted to rss sidebox/es instead..
    see demo, leftside bottom box, at
    http://www.mistily.com/zendemo/index.php

  9. #99
    Join Date
    Aug 2005
    Posts
    336
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I've gone through this thread at least 3 times and read the others about Wordpress -- at some point, I think I saw the answer to my problem but now I can't find it.

    I have zen cart installed in a directory (catalog) -- my REAL live shop is in the root, but this is my test shop where I want to set up wordpress first. The wordpress files are installed in the "root" of the test shop (in the catalog directory). Isn't there a way to make this work?

    It mostly works, I see the wordpress page with menu on the right, the sideboxes are showing up fine. Everything except no posts or pages ever show up. I click on a page and it just doesn't show -- all that I see is "Edit this post" at the top. Or sometimes it says "Not Found". I'm guessing this is because I'm in a directory?

    Third day on this -- would really appreciate some help! I'd hate to have to install this in my live shop to test and set up.
    Currently using ZEN CART v. 1.3.6

  10. #100
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Third day on this -- would really appreciate some help! I'd hate to have to install this in my live shop to test and set up.
    WordPress Module Files are currently at
    http://www.s-page.net/products/62.html
    magicpants..which version have you installed i.e.
    1.2 or 1.3? Makes BIG difference because version 1.2
    would only install correctly into zencart using actual
    domain..i.e your domain.com and not yourdomain.com/cart

 

 
Page 10 of 186 FirstFirst ... 891011122060110 ... LastLast

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