Page 54 of 186 FirstFirst ... 444525354555664104154 ... LastLast
Results 531 to 540 of 1859
  1. #531
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    The database is the same too. still no dice. heres what i have in the wordpress-config. php, is this the right syntax? define ('ABSPATH',);
    ('ABSPATH','http://www.short-wedding-dresses.net/');
    $woz_install=0;
    READ posts 438 - 442 of this thread

  2. #532
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hello all, i am having a major issue. my wordpress install and my google base install feeder are interupting each other. has anyone else run into this problem, if so, how did you fix it.

    whenever i run froogle, i get a prompt that say fy-tp something is not a valid template.

  3. #533
    Join Date
    Jan 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by wagnerguy View Post
    Hello all, i am having a major issue. my wordpress install and my google base install feeder are interupting each other. has anyone else run into this problem, if so, how did you fix it.

    whenever i run froogle, i get a prompt that say fy-tp something is not a valid template.
    I just read through most of the forum before installing WP (someone please correct me if I missed it) and from my understanding, Google Base Feeder and Wordpress don't work together. It's either WP or Google Base. I hope that helps!

  4. #534
    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 VitorB View Post

    Warning: Cannot modify header information - headers already sent by (output started at /home/oragever/public_html/includes/templates/magic/common/html_header.php:22) in /home/oragever/public_html/blog/wp-includes/pluggable.php on line 850
    I installed this, and I got the exact same error when I go to the WordPress link:
    http://testsite.overthehillweb.com/z...page=wordpress

    I've searched this whole thread for an answer, and while I see others reporting the same or similar error, I am not seeing a solid solution to clear this error.

    All the sideboxes links seem to be working fine, but the main blog page does not. I've looked at the pluggable.php file, hoping the answer might be obvious.. But alas it's not..

    Any ideas??

  5. #535
    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 DivaVocals View Post
    I installed this, and I got the exact same error when I go to the WordPress link:
    http://testsite.overthehillweb.com/z...page=wordpress

    I've searched this whole thread for an answer, and while I see others reporting the same or similar error, I am not seeing a solid solution to clear this error.

    All the sideboxes links seem to be working fine, but the main blog page does not. I've looked at the pluggable.php file, hoping the answer might be obvious.. But alas it's not..

    Any ideas??
    So I did a little more research.. Now I still don't know the solution, but I've gotten a clue as to the cause..

    My error message is this:
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/o/v/e/overthehill/html/testsite.overthehillweb.com/zentest1/includes/templates/template_default/common/html_header.php:22) in /home/content/o/v/e/overthehill/html/testsite.overthehillweb.com/zentest1/wp-includes/pluggable.php on line 850
    I found this page: http://codex.wordpress.org/Answers-T...s_already_sent
    The relevant portion is this:
    Interpreting the Error Message:
    If the error message states: Warning: Cannot modify header information - headers already sent by (output started at /path/blog/wp-config.php:34) in /path/blog/wp-login.php on line 42, then the problem is at line #34 of wp-config.php, not line #42 of wp-login.php. In this scenario, line #42 of wp-login.php is the victim. It is being affected by the excess whitespace at line #34 of wp-config.php.

    If the error message states: Warning: Cannot modify header information - headers already sent by (output started at /path/wp-admin/admin-header.php:8) in /path/wp-admin/post.php on line 569, then the problem is at line #8 of admin-header.php, not line #569 of post.php. In this scenario, line #569 of post.php is the victim. It is being affected by the excess whitespace at line #8 of admin-header.php.
    So based on this, the issue I am having is in this file: includes/templates/template_default/common/html_header.php. And the offending line is this:
    Code:
    <html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?>>
    Now I know what.. But I am still unclear about HOW to solve this error.. I am hoping that someone here knows the answer.. This looks like it's ALMOST there.. **sigh**

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

    Default Re: Wordpress On Zencart / Released

    So I stepped away from this for a bit to give my problem some thought.. It occurred to me that nowhere in this thread could I confirm that anyone had successfully gotten this mod working correctly with WordPress v2.7. (Someone PLEASE correct me if I am wrong) So I decided to try one more thing.. Here's what I did:

    1. I deleted ALL of the WordPress v2.7 files (Note: I ONLY deleted the WordPress files, and left all of the WOZ mod files in place)
    2. I opened up my hosts database manager and dropped all of my WordPress tables
    3. I then uploaded the WordPress v2.5 files (all files with the exception of the "index.php" & "license.txt" files)
    4. I followed the WordPress installation instructions, and installed WordPress v2.5

    and.... TADA!!!!

    Now when I go to: http://testsite.overthehillweb.com/z...page=wordpress

    IT WORKS...
    Please note that I DO NOT have WordPress installed in a seperate directory. I uploaded all of the WordPress files into the same folder where Zen Cart files reside.

    So the moral of the story for me is that WordPress on Zen does not appear to work correctly with WordPress v2.7.. The sidebozes worked perfectly, but the "index.php?main_page=wordpress" page got the error I postd earlier.. I wanted to share my experience here in case anyone else is having the same error on their "index.php?main_page=wordpress" page. I've looked at a few of the links posted in this thread, and it appears that a few folks are indeed getting this same error, but they look like they are working around it by only using the WOZ sideboxes.

    Now if anyone has successfully gotten this mod to work with WordPress v2.7, I would be grateful for any tips on how you got it to work.. For now I'll learn to live with this.. Ideally it would be nce to use this great mod with the latest and greatest version of WordPress..

  7. #537
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    I can say for certain, the WOZ plugin works perfectly with WP 2.7 and ZC 1.3.8

  8. #538
    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 kiddo View Post
    I can say for certain, the WOZ plugin works perfectly with WP 2.7 and ZC 1.3.8
    Care to share how you got it to work without the error message some of us seem to be getting.. I installed it on a FRESH copy of Zen 1.3.8a, and it did not work..

    As I stated in my previous posts, my issue with Wordpress v2.7 and this mod is that the sideboxes work fine (and the links within them as well) but the main blog page "index.php?main_page=wordpress" does not..
    Last edited by DivaVocals; 25 Jan 2009 at 08:39 AM.

  9. #539
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    I didn't do anything special or that's not part of the instructions. It just worked.

    I installed into same directory as Zen Cart.

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

    Default Re: Wordpress On Zencart / Released

    Well when I go to your site http://www.laserdiscvault.com/index....page=wordpress I get an error here. Is this the site you are referring to??

 

 

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