Results 1 to 10 of 53

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: PDF Order Center

    I was looking at my cache log files and I found this:

    [13-Jan-2011 01:12:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/---/public_html/admin/includes/languages/english/pdfoc.php:209) in /home/---/public_html/admin/includes/init_includes/init_templates.php on line 28

    Hope this helps to find the problem and I am unsure what this means.
    Thanks
    Supersnow

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

    Default Re: PDF Order Center

    Quote Originally Posted by supersnow View Post
    I didn't think they did, I just let it be known that I have both installed just in case. But if you have any idea how I can fix the issue that would be great. I like some of the functions of super orders and the PDFOC too! I just want them to work!
    Since these modules do NOT share any common files it's unlikely that having both installed would cause any issues you are having with either one..

    Quote Originally Posted by supersnow View Post
    I was looking at my cache log files and I found this:

    [13-Jan-2011 01:12:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/---/public_html/admin/includes/languages/english/pdfoc.php:209) in /home/---/public_html/admin/includes/init_includes/init_templates.php on line 28

    Hope this helps to find the problem and I am unsure what this means.
    You reported this exact same error in the Super Orders thread, and I wanted to post this here as well.. Unfortunately just as I posted in my reply to you in the Super Orders support thread, the likely root cause of this error is because of another modification you have made in your store (inadvertently or intentionally).

    It's POSSIBLE that this is related to your WordPress Integration issues. (the "headers already sent by" is a common WordPress error. This is particularly true if you are using the WOZ module which makes changes which could cause this error -- in which case you should try to track down the cause by posting your questions inthe WOZ support thread) Since I cannot see your store files I cannot say for sure what is cause of the errors you are getting..

    I can say this for sure, it's likely that the error you are reporting "headers already sent by" is caused by something UNRELATED to PDF Order Center or Super Orders. These modules are not the cause of the issue, rather both of these modules are ILLUMINATING an issue whose source is elsewhere in your store.

    Do a search in the forum for "headers already sent by" and you'll see this.

    I did a Bing search and you can check out some of the threads on this error. Perhaps one of them contains the key to the source of the issue:
    http://www.bing.com/search?q=PHP+War...form=QBRE&qb=2

    Within the research results I found this post which includes some information and links from DrByte:
    http://www.zen-cart.com/forum/showthread.php?p=622932
    Last edited by DivaVocals; 14 Jan 2011 at 04:53 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #3
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: PDF Order Center

    Quote Originally Posted by DivaVocals View Post
    Since these modules do NOT share any common files it's unlikely that having both installed would cause any issues you are having with either one..


    You reported this exact same error in the Super Orders thread, and I wanted to post this here as well.. Unfortunately just as I posted in my reply to you in the Super Orders support thread, the likely root cause of this error is because of another modification you have made in your store (inadvertently or intentionally).

    It's POSSIBLE that this is related to your WordPress Integration issues. (the "headers already sent by" is a common WordPress error. This is particularly true if you are using the WOZ module which makes changes which could cause this error -- in which case you should try to track down the cause by posting your questions inthe WOZ support thread) Since I cannot see your store files I cannot say for sure what is cause of the errors you are getting..

    I can say this for sure, it's likely that the error you are reporting "headers already sent by" is caused by something UNRELATED to PDF Order Center or Super Orders. These modules are not the cause of the issue, rather both of these modules are ILLUMINATING an issue whose source is elsewhere in your store.

    Do a search in the forum for "headers already sent by" and you'll see this.

    I did a Bing search and you can check out some of the threads on this error. Perhaps one of them contains the key to the source of the issue:
    http://www.bing.com/search?q=PHP+War...form=QBRE&qb=2

    Within the research results I found this post which includes some information and links from DrByte:
    http://www.zen-cart.com/forum/showthread.php?p=622932

    Thanks for this link to the tutorials the cache log file is not coming up - the issue was an extra line after the ?> on the admin/includes/languages/english/pdfoc.php file.

    But it hasn't fixed the issue of the address showing on the invoices and packing slips.

    By the way I took OFF the wordpress integration this removal allowed me to have super orders and ty tracker and other to work for the most part.

    I know that PDFOC and super orders are separate but it is just odd that when I did the upgrade to super order 3.0 for the second time the PDFOC invoices and packing slips do not show the sold to and bill to addresses. Is it a coincidence or is super order doing something that makes the PDFOC not pull through the address?
    Thanks
    Supersnow

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

    Default Re: PDF Order Center

    Quote Originally Posted by supersnow View Post
    I know that PDFOC and super orders are separate but it is just odd that when I did the upgrade to super order 3.0 for the second time the PDFOC invoices and packing slips do not show the sold to and bill to addresses. Is it a coincidence or is super order doing something that makes the PDFOC not pull through the address?
    This is simply a pure coincidence. Neither of these mods have files, classes, or functions. They have nothing in common. And the PDFOC readme even clearly states that both of theses modules can be run together..

    For the record: PDFOC is not nearly as comprehensive as the Super Orders contribution from BlindSide (Frank Koehl). PDFOC began as a port of Batch Print Center from osCommerce to Zen Cart. Along the way I spiffed up the interface and gradually expanded it to take over all the functionality of the default Zen Cart orders.php page, and added in a couple of extra features. PDFOC is meant to complement Super Orders, as an alternative for folks who want to be able to batch-print PDF invoices, packing slips, etc. You can use both contributions in your store.
    and so it's completely clear, Super Orders v3.0 is an update/revamping of Blindside's original Super Orders. NONE of the changes made for Super Orders v3.0 will affect PDFOC's functionality as they both remain SEPERATE modules..

    Therefore, the Super Orders code would have NO affect on the functionality of PDF Order Center. You can confirm for yourself this by comapring the filesets of the two modules..
    Last edited by DivaVocals; 14 Jan 2011 at 10:13 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #5
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: PDF Order Center

    Ok I understand. I was just concerned that maybe super orders had changed something in regards to how the billing and shipping address was used in the admin files and that was affecting the pdfOC as it was release before superorder 3.0 but if you are so certain that the super orders is not taking over the orders area on the zencart then I will look at other areas.

    It is just very frustrating.

    In regards to super order yes it is more comprehensive but we really like the ability to print the packing slip and the invoice in one batch and that the packing slip is exactly that a PACKING SLIP not a invoice renamed like the super order PDF packing slip. Also we like that fact that when we print the packing slips and invoices we can do it in one batch plus we can set the PDFOC to update the status in the same step.

    With Super orders to achieve the same you would need to do the whole process in 3 steps - first so you can get a true invoice and a true packing slip with super orders you choose the orders, then click invoices, then print then click packing slips, then print then you have to go to the batch update do another search then choose the orders and update. Then you have to get all the orders and correlate the packing slips and invoices - all very time consuming. This wouldn't be a problem if I only had one or two orders in a day but we have a busy store so the super orders even though I like a number of its functions is still a bit time consuming.

    Please don't get me wrong I like super orders and I like PDF OC that is why they are both on our store. I am just having so many issues at the moment since we upgraded that I am trying to fix one problem after another and I want to isolate the issues and the conflicts.

    Thanks again for you help and I am sure that I will figure this out.
    Thanks
    Supersnow

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

    Default Re: PDF Order Center

    Quote Originally Posted by supersnow View Post
    Ok I understand. I was just concerned that maybe super orders had changed something in regards to how the billing and shipping address was used in the admin files and that was affecting the pdfOC as it was release before superorder 3.0 but if you are so certain that the super orders is not taking over the orders area on the zencart then I will look at other areas.
    Neither one of these mods affects or modifies "something in regards to how the billing and shipping address was used in the admin files" at all.. These two tools merely allow you to manage your orders.. They don't change ANY core Zen Cart functionality.. They simply allow you to DISPLAY and UPDATE your orders..

    I think what may be throwing you is that SO and PDFOC have similar functionality.. Having similar functionality does not make them the SAME..

    (and BTW even if we HAD changed Super Orders in some MAJOR way it still WOULD NOT affect PDFOC in anyway because they still remain TWO SEPERATE MODULES with NOTHING in common in terms of code, files etc..)

    Quote Originally Posted by supersnow View Post
    It is just very frustrating.
    I understand, but not for nothing you've been waving fists at everyone the last few days, and most of your issues IMHO are more a byproduct of you making an enormous number of changes all at once.

    When that happens it's hard to get a handle on what change caused which error.. Which is why those of us supporting mods can only address issues we can replicate..

    My suggestion is to setup a test store, install your mods ONE AT A TIME.. Then test test test, and don't move on until you are sure it works and works with anything you already installed..

    Quote Originally Posted by supersnow View Post
    In regards to super order yes it is more comprehensive but we really like the ability to print the packing slip and the invoice in one batch and that the packing slip is exactly that a PACKING SLIP not a invoice renamed like the super order PDF packing slip. Also we like that fact that when we print the packing slips and invoices we can do it in one batch plus we can set the PDFOC to update the status in the same step.

    With Super orders to achieve the same you would need to do the whole process in 3 steps - first so you can get a true invoice and a true packing slip with super orders you choose the orders, then click invoices, then print then click packing slips, then print then you have to go to the batch update do another search then choose the orders and update. Then you have to get all the orders and correlate the packing slips and invoices - all very time consuming. This wouldn't be a problem if I only had one or two orders in a day but we have a busy store so the super orders even though I like a number of its functions is still a bit time consuming.

    Please don't get me wrong I like super orders and I like PDF OC that is why they are both on our store. I am just having so many issues at the moment since we upgraded that I am trying to fix one problem after another and I want to isolate the issues and the conflicts.

    Thanks again for you help and I am sure that I will figure this out.
    so it's clear.. (and PLEASE don't take this the wrong way) I honestly have no feelings one way or another what modules folks choose to use.. if your comments above are in response to the quoted part of my last post:

    For the record: PDFOC is not nearly as comprehensive as the Super Orders contribution from BlindSide (Frank Koehl). PDFOC began as a port of Batch Print Center from osCommerce to Zen Cart. Along the way I spiffed up the interface and gradually expanded it to take over all the functionality of the default Zen Cart orders.php page, and added in a couple of extra features. PDFOC is meant to complement Super Orders, as an alternative for folks who want to be able to batch-print PDF invoices, packing slips, etc. You can use both contributions in your store.
    that came STRAIGHT from the PDFOC readme file.. I was trying to make sure it was clear to you that these mods have NO CONFLICTS at all..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

    Default Re: PDF Order Center

    Quote Originally Posted by supersnow View Post
    that the packing slip is exactly that a PACKING SLIP not a invoice renamed like the super order PDF packing slip.
    Just noticed this statement.. wanted to add this.. many LARGE e-commerce companies use packing slips that are EXACTLY like the PDF packingslip in Super Orders (like AMAZON.COM, there are LOTS of other examples as well of large companies who also use detailed packingslips).

    It is an over simplification to state that we simply made an "invoice renamed".. We created a DETAILED PDF packing slip where we ACTUALLY put some thought, HARD WORK, and A LOT of code into that design.. clearly that's not what YOU want (which is fine different strokes -- can't make EVERYONE happy..), but calling it an "invoice renamed" is in fact incorrect..

    Now let me head on back to lurk mode here..

    I wish you luck getting this all to work for you..
    Last edited by DivaVocals; 15 Jan 2011 at 12:13 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. PDF Order Center help.
    By drgr33n in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 6 Oct 2010, 11:07 AM
  2. PDF Order Center
    By cshellca in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Aug 2010, 06:45 PM
  3. pdf order center
    By tavikki in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 23 Nov 2008, 07:36 PM
  4. PDF Order Center
    By londoner1988 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 Mar 2008, 09:38 AM

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