Page 112 of 186 FirstFirst ... 1262102110111112113114122162 ... LastLast
Results 1,111 to 1,120 of 1859
  1. #1111
    Join Date
    Mar 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Kburner it's, #1087! I missed it too! That's the problem with so many threads, pages, mods. I really did some research and took a lot of time trying to find the best mod, best documentation, and best desired method for my site, yet still could not find all the info. And, would be nice if managed better all in on place. Got to say Misty and especially Diva have put some good stuff together I see. Wish I saw this info in the beginning that Diva outlined. Either way, it seems like I did pick the best which is the Numinix solution so was happy to read her comments with great recommendations on it. Wish every mod was listed in Zen-Cart mods and they all included: Rating, comments, demo store, installation docs (including anyone that created another one), and comparison of what the new mod has over the older ones. Wishful thinking I guess, but would save people so much more time with running through hundreds of forums all over the place.

    Diva - I did go over my install a few times and my .htaccess configuration. But, I will try to take this up with Numinix from here on out so no worries! Thanks for all your help with these mods. Especially since Hira rarely supports, so it's nice to have someone help. And Misty as well!

    Numinix - If comments need to be approved, I still don't see my comments from yesterday (I also emailed you to let you know about your site and threw in my problem as well). I got a blank page when I submitted my comment so it never said it needed to be approved?!? Damn blank pages again. lol. My username there is azdolfan. How long on average does it take to appear for first time? Once I can get in touch, I'll get off this thread.

    Thanks to all!

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

    Default Re: Wordpress On Zencart / Released

    Does anyone have link to version that works?
    http://www.dezinashop.co.uk/?
    using
    PHP 5.29, zencart 138a and WOZ Version 1.301

  3. #1113
    Join Date
    Mar 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    1) Numinix Mod for Wordpress Integration http://www.numinix.com/blog/2009/09/...n-cart-1-3-8a/

    I fixed the Numinix issue!

    Problem: Blank Page

    Install Directions: Directions in step 3 -

    Open includes/wordpress_page.php and change
    require('../wordpress/wp-blog-header.php');

    To use your wordpress folder name that you chose previously. If your Zen Cart folder is in the root, remove “../”.

    Solution: I removed ".." and not "../".

    Otherwise this mod was a breeze other than the CSS work I will need to do later. Note: Strict Error Reporting did not display anything, but Enable Error Logging did and helped me resolve.

    2) WordPress Theme Generator http://www.yvoschaap.com/wpthemegen/

    Was a breeze as well but did get errors when loading in WordPress...

    "Warning: fopen(/home/content/c/s/l/cslakans/html/zenpro/wordpress/wp-content/themes/WPThemeGen070110/style.css) [function.fopen]: failed to open stream: No such file or directory in /home/content/c/s/l/cslakans/html/zenpro/wordpress/wp-includes/functions.php on line 3598
    Warning: fread(): supplied argument is not a valid stream resource in /home/content/c/s/l/cslakans/html/zenpro/wordpress/wp-includes/functions.php on line 3601
    Warning: fclose(): supplied argument is not a valid stream resource in /home/content/c/s/l/cslakans/html/zenpro/wordpress/wp-includes/functions.php on line 3604
    The active theme is broken. Reverting to the default theme"

    However, after it doesn't activate if you say activate again it does. And all seems well?!?

    I removed the right sidebox in WP and the blog fell into place. Still need some CSS work tho. Later I did read DivaVocals thread about this program which made me realize I didn't remove from all the files needed. Thanks again DV! http://www.zen-cart.com/forum/showpo...postcount=1034

    So I was feeling all warm and fuzzy inside at this point and now on to....

    3) WordPress On ZenCart - Sideboxes Only Edition v1.0.zip http://www.zen-cart.com/forum/showpo...postcount=1036

    Didn't go as well as the others....I had to remove it and my blog is still not there. And, when loaded and sidebox enabled, my pages would never finish loading.

    Some of the problems I ran into....

    Directions #2: In your ZenCart configure.php (includes/configure.php) around line 40 is the direct path to your store. Since you are putting WordPress in it's own directory, as in "blog", all you would have to do in your wordpress-config.php file is add the path to ZC and then add "blog/" at the end.

    Problem: Numinix had us rename the blog directory to Wordpress so my ABSPATH ending up be wrong. I had this:
    (/home/content/c/s/l/cslakans/html/zenpro/blog//wp-includes/classes.php)

    Resolved: changed blog to wordpress and took out the extra "/"

    Problem: Got "there doesn't seem to be a wp-config.php file".

    This one a little harder to troubleshoot since it calls text by WP to help you create a wp-config.php file and so it didn't register with my enable error logging. But, figured it out and then when I did, found a lot more instances of this thoughout files....

    (/home/content/c/s/l/cslakans/html/zenpro/wordpresswp-content/themes/default/sidebar.php)

    Resolved: Changed files to (ABSPATH.'/wp-content.php') With the "/" before file! Note this example not for wp-config.php but was the quickest that I got from my error log. Point being it happens to about 4 different files and in about 8 different places.

    Once I got those all fixed my page finally was loading, however, it would never finish loading my pages. I turned off the sidebox and it helped load the pages faster however, at some point I lost my blog. I renamed all the files in this mod as to revert back and my blog is still not there anymore. Does load faster but still not the same! Whoa is me! Tho I'm on Godaddy servers, so who knows they could be having ANOTHER spike in overload!

    Sorry, so long but wanted to leave info to others of problems I ran into and resolved. Also, the wp sidebox only mod had readme notes saying it hasn't been tested with Numinix's integration, but should work. So wanted to give feed back there.

    My missing in action blog on my site: http://animalsuperstore.com/zenpro/i...main_page=blog

    Note: I only started learning code and zen carts in the last 2 months, so I'm still learning it all. Bare with me!

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

    Default Re: Wordpress On Zencart / Released

    I'm on Godaddy servers
    Visited site, waited over 2 minutes for it to load, so left..
    Suggest you move to zencart certified host before trying
    to install zencart and any other mods associated with zen.

  5. #1115
    Join Date
    Mar 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Thanks for trying Misty! lol Nothing worse than dealing with code problems on a server that decides to not respond at times.

    I've actually been on the phone with Godaddy last couple of days and talked about their grid hosting servers that don't have resource and overload problems (so they say). But will need to backup and import everything first. I bought a 3 year hosting plan with them so not sure about moving?!? But their servers were inconsistent spikes and this loading problem is consistent since loading the last mod. And, that was about 4 hours ago.

    Is there anyone out there that has installed the Numinix mod and the WordPress On ZenCart - Sideboxes Only Edition together? Maybe not anything to do with them integrated, but heard they both work fine apart?!? And, can't figure out why it's still acting this way after renaming all of the WP sidebox only edition's files so it's no longer seen?!?

  6. #1116
    Join Date
    Mar 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    It's loading in seconds now and nothing done! Freakn Godaddy! I didn't know they had servers that work better with certain applications like Zen Carts?!? Still have no blog and sidebar though! Would feel really better if I at least had my blog since renaming the files.

  7. #1117
    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 cslakans View Post
    Is there anyone out there that has installed the Numinix mod and the WordPress On ZenCart - Sideboxes Only Edition together? Maybe not anything to do with them integrated, but heard they both work fine apart?!? And, can't figure out why it's still acting this way after renaming all of the WP sidebox only edition's files so it's no longer seen?!?
    I really appreciate the DETAILED posts.. (so much more helpful for others than "it doesn't work")

    As I said, my WOZ sideboxes only solution had not been tested with Numinix's solution, and I surmised that in THEORY it looked like it MIGHT work.. I finally have some time so I'll test this weekend and post my results too.. So I'll let you know if my results vary, and what I did if they do..
    Last edited by DivaVocals; 8 Jan 2010 at 02:02 AM.

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

    Default Re: Wordpress On Zencart / Released

    http://zen138blog2.overthehillweb.com/

    New WOZ test store following these instructions.
    Quote Originally Posted by misty View Post
    Tested..sideboxes tried both right and left sides...no problems
    encountered...

    The only time had problems with woz was when installing WordPress into
    different directory to zencart, so since then
    always use following method...

    Install zencart first, with own seperate database...TEST...
    then install
    Wordpress into same root/directory as zencart, uploading all WP files.

    Temporarily RENAME ZENCART INDEX.PHP file FIRST
    or it will be overwritten by wordpress index.php file.

    WordPress has seperate database to zencart...
    Get wordpress working on its own, testing admin functions/posting functions...

    Rename WordPress index.php file and reinstate zencart index.php

    Then add WOZ 1.301...following Hira's instructions..

    Suggestion.. always have ZenCart using Classic Template when installing
    wordpress/woz ...
    Only added one post because regardless of how many posts I add, the result I've gotten in the past is the same.

    • ANY blog posts dated AFTER the initial blog posts will throw the “Sorry, no posts matched your criteria.” error.
    • Oddly, if I move the WOZ sidebox to the right side, then this issue no longer occurred.

    I'll add posts tomorrow morning to see if these same results bear out or if I get a different result.

  9. #1119
    Join Date
    Mar 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Thanks DivaVocals! I think I mentioned in my post that it wasn't tested out so that's one reason I left a detailed message. Let us know how it goes! Most things I mentioned were minor ######## like "readme" files or a stupid dashes in files. So easily can be missed for the overall picture like you analyzed. Thanks so much for looking into it!

  10. #1120
    Join Date
    Mar 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Thanks DivaVocals! I think I mentioned in my post that it wasn't tested out so that's one reason I left a detailed message. Let us know how it goes! Most things I mentioned were minor ######## like "readme" files or a stupid dashes in files. So easily can be missed for the overall picture like you analyzed. Thanks so much for looking into it!

 

 

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