Page 41 of 186 FirstFirst ... 3139404142435191141 ... LastLast
Results 401 to 410 of 1859
  1. #401
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by ladyink View Post
    Good Morning!

    I have installed Wordpress in the root directory... Zen cart in /store. Things are improved this morning- I'm not getting an error message! It all still looks a little funny but that's cosmetic!

    My main question here is... When I goto www.mysite.com, I'm getting the generic wordpress template. When I goto http://www.mysite.com/store/index.ph...page=wordpress I see the wordpress in my zen cart template (which is what I want - minus the cosmetic issues of course). How do I make www.mysite.com look like that?

    Any help is greatly appreciated!

    Nancy
    Can anyone offer any assistance for this? I've got all of my other modules installed now and the customer would really like to see all of the "good stuff" when he goes to the main URL. I'm sure it's a simple setting somewhere- I'm just not that proficient when it comes to wordpress!

    Thanks
    Nancy

  2. #402
    Join Date
    May 2008
    Posts
    37
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hi all,

    I've been trying to integrate both programs for the last 2 days. I don't seem to be getting anywhere. Not too sure what went wrong. I will list out the different methods I used.

    Method A
    1) Created woz category and uploaded zen cart 1.3.8a and wordpress 2.5 into individual folders.
    2) Used different databases for both ZC and WP.
    3) Installation went fine. Uploaded WOZ folders into the stated folders.
    --> Do not understand the instructions: *[/ZC_ROOT/includes/templates/MY_TEMP/] to [/includes/templates/template_default/] --> can someone explain the meaning of this?
    4) Edited the file for ZC: ('ABSPATH','/var/www/vhosts/mysite.com/httpdocs/woz/wordpress_25/')
    5) Sideboxes were showing on ZC but I'm getting a "file not found".

    This is what I get: http://www.singaporevault.com/woz/ze...page=wordpress

    Method B would be the same as above, except that I used wordpress 2.51. Same problem.

    From my understanding, it is due to my editing of the file includes/extra_configures/wordpress-config.php

    I am just not understanding what is wrong though. I followed the instructions given by HIRA on his site: http://www.s-page.net/en/2008/04/13/...v138_and_wp25/

    Any help would be grateful. Thank you...

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

    Default Re: Wordpress On Zencart / Released

    I think that ABSPATH is wrong simply.
    Please confirm whether ABSPATH has a file(wp-config.php).
    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. #404
    Join Date
    May 2008
    Posts
    37
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I'm not good with ABSPATH.

    My "wp-config.php" file is in "wew.singaporevault.com/woz/wordpress_25/wp-config.php"

    So, what should I type into the "includes/extra_configures/wordpress-config.php" file?

    What does "/var/" means?
    What does "/vhosts/" means?
    What does /httpdocs/" means?

    If I've a better idea on how to create the path, I should be able to make it work.

    I've tried a different method.
    Method C:
    1) Put both ZC and WP into the same folder.
    2) Used the same database
    3) Installed everything but again, I get the same problem.

    Check: http://www.singaporevault.com/next/i...page=wordpress

    I'm encountering same issue.

    Arigato HIRA...

  5. #405
    Join Date
    May 2008
    Posts
    37
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hi HIRA,

    I've figured out the path for ABSPATH.

    For anyone who needs to find it, I found it in post #218.

    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.
    Now, I've a different problem. I got it to work when I put everything into the same folder but when I put them in 2 different folders, I get an error.

    See the error at: http://www.singaporevault.com/woz/ze...page=wordpress

  6. #406
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by Svault View Post
    I'm not good with ABSPATH.

    My "wp-config.php" file is in "wew.singaporevault.com/woz/wordpress_25/wp-config.php"

    So, what should I type into the "includes/extra_configures/wordpress-config.php" file?
    define ('ABSPATH','woz/wordpress_25/');

    It's that simple... first active line in wordpress-config.php

    If you place all in the root, "wew.singaporevault.com" then 'ABSPATH','/'
    Dave
    Always forward thinking... Lost my mind!

  7. #407
    Join Date
    Oct 2007
    Location
    Atlanta, GA
    Posts
    79
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released



    I've been in the process of switching webhosts and my new host set me up a temporary website while I got all the kinks worked out. I had everything working perfectly, but as soon as the domain name propagated today I got this error:

    Warning: Cannot modify header information - headers already sent by (output started at /home/queerrep/public_html/includes/templates/qr/common/html_header.php:22) in /home/queerrep/public_html/wp-includes/pluggable.php on line 689

    I read that sometimes this error is caused by an extra space or lines in the first file it mentions ... so I checked and there's no extra space or lines. So I looked at the second file and on lines 688 and 689 it reads,

    Code:
    status_header($status); // This causes problems on IIS and some FastCGI setups
    		header("Location: $location");
    Is this what's causing this message? If so, how do I get rid of it?

    page is here:
    http://www.queerrepublictees.com/ind...page=wordpress

    I'm running ZenCart 1.3.7 and this is WP 2.5

  8. #408
    Join Date
    Dec 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I need help please. I don't understand why when viewing archives, all the archives work and show posts except for Categories. When it's in the categories archive, it shows nothing, all it says is "Not Found" and is replaced by a search box, any help on this please? It's driving me insane.

    You can see the problem here

    http://www.oxylifeco.com/store/?cat=29

    Thanks guys
    Last edited by reden; 6 May 2008 at 06:24 AM.

  9. #409
    Join Date
    Oct 2007
    Location
    Atlanta, GA
    Posts
    79
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by reden View Post
    I need help please. I don't understand why when viewing archives, all the archives work and show posts except for Categories. When it's in the categories archive, it shows nothing, all it says is "Not Found" and is replaced by a search box, any help on this please? It's driving me insane.

    You can see the problem here

    http://www.oxylifeco.com/store/?cat=29

    Thanks guys
    Which version of Word Press are you using? I see you're using BlueHost and I was told by them this morning that people using WP 2.5 need to upgrade to 2.5.1 because there are too many problems on their platform with 2.5.

    Is anybody out there using 2.5.1 successfully with the WOZ module?

    I guess I'll take one for the team and try it later today ....

  10. #410
    Join Date
    Dec 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I''m using version 2.3.2. Do you have an idea of what's going on?

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3611
    Last Post: 3 May 2024, 07:11 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 107
    Last Post: 13 Jan 2019, 12:32 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