1) Numinix Mod for Wordpress Integration http://www.numinix.com/blog/2009/09/26/integrating-wordpress-into-zen-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/showpost.php?p=811824&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/showpost.php?p=812228&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/index.php?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! :P