Thread: Wishlist

Page 20 of 38 FirstFirst ... 10181920212230 ... LastLast
Results 191 to 200 of 378
  1. #191
    Join Date
    Dec 2005
    Posts
    77
    Plugin Contributions
    0

    Default Re: Wishlist

    Quote Originally Posted by SnuggleBerryPie View Post
    Jim, my admin folder is renamed so that shouldn't be the problem.



    Side Issue - I created a user on your site so that I could confirm that the wishlist wasn't being shown when logged in. When I submitted the page, it came back with a message about having to enter a state so I did that and re-submitted and ended up at a blank page. I clicked back twice and found that I was logged in.
    I installed the debug utility and tested the account creation. It appears to be related to the un_database_tables.php. Here are the errors.

    [10-Mar-2011 07:47:03] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/rustic/public_html/cart/includes/extra_datafiles/un_database_tables.php:7) in /home/rustic/public_html/cart/includes/init_includes/init_templates.php on line 78

    [10-Mar-2011 07:47:48] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/rustic/public_html/cart/includes/extra_datafiles/un_database_tables.php:7) in /home/rustic/public_html/cart/includes/functions/sessions.php on line 108
    [10-Mar-2011 07:47:48] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/rustic/public_html/cart/includes/extra_datafiles/un_database_tables.php:7) in /home/rustic/public_html/cart/includes/functions/sessions.php on line 108
    [10-Mar-2011 07:47:48] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/rustic/public_html/cart/includes/extra_datafiles/un_database_tables.php:7) in /home/rustic/public_html/cart/includes/init_includes/init_templates.php on line 78
    [10-Mar-2011 07:47:48] PHP Warning: session_regenerate_id() [<a href='function.session-regenerate-id'>function.session-regenerate-id</a>]: Cannot regenerate session id - headers already sent in /home/rustic/public_html/cart/includes/functions/sessions.php on line 167
    [10-Mar-2011 07:47:48] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/rustic/public_html/cart/includes/extra_datafiles/un_database_tables.php:7) in /home/rustic/public_html/cart/includes/functions/functions_general.php on line 44

    And it goes on...
    Thanks for your efforts.
    jim

  2. #192
    Join Date
    Mar 2011
    Location
    Melbourne, Australia
    Posts
    13
    Plugin Contributions
    0

    Default Re: Wishlist

    Jim - well, at least it is related so should be fixed once the wish list is fixed :)

    Looking at the error, it is referring to line 7 of the file and since there are only 7 lines in the file, I was wondering if there is anything (e.g spaces or carriage returns) after the closing php marker "?>". If so, that will be causing the error.

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

    Default Re: Wishlist

    This error probably has less to do with this module than a slight error made when making the edits needed to get this module working for you.. (Black space is the usual culprit as SBP pointed out) The Zen Cart FAQs are a RICH source of information..


    Search Results for "headers already sent by"

    Displaying 5 out of 5 found articles:
    Warning: Headers already sent... Symptom: Warning: Cannot modify header information - headers already sent by (output started at /....includes/something/something/something.php:12) in ..../includes/something_else.php on line 67 Common Cause: This warning...
    Relevance: 57.03 | Troubleshooting

    Some of my PHP files are missing the ?> at the end of the file Symptom The ending ?> seems to be missing in some of my files, esp since upgrading to v1.3.8. With a Diff viewer I can see that in some cases the last line has changed from ?> to //EOF Cause This is completely...
    Relevance: 42.23 | Miscellaneous

    Some of my pages are blank except for these characters:  Problem: Some of my pages are blank except for these characters:  Symptoms: - Page is *almost* blank, except for showing these characters:  - Installing the debug logging...
    Relevance: 38.59 | Troubleshooting

    When I log into Admin, first page is slow or it just hangs forever. FIRST ... is the slowness *only* for the admin area? If you also see the *same* slowness in your storefront, this FAQ does not apply to your situation. Slowness logging in to the Admin area When you first log in to the Admin...
    Relevance: 34.06 | Zen Cart Admin Controls

    Using WinMerge You can install WinMerge by downloading the latest version from their website at the WinMerge Downloads Page After installing, run it. To compare files press CTRL-O (File | Open) and choose the desired individual files to compare....
    Relevance: 30.04 | Template Customization/ Building Overrides

    Quote Originally Posted by jar3300 View Post
    I installed the debug utility and tested the account creation. It appears to be related to the un_database_tables.php. Here are the errors.

    [10-Mar-2011 07:47:03] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/rustic/public_html/cart/includes/extra_datafiles/un_database_tables.php:7) in /home/rustic/public_html/cart/includes/init_includes/init_templates.php on line 78

    [10-Mar-2011 07:47:48] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/rustic/public_html/cart/includes/extra_datafiles/un_database_tables.php:7) in /home/rustic/public_html/cart/includes/functions/sessions.php on line 108
    [10-Mar-2011 07:47:48] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/rustic/public_html/cart/includes/extra_datafiles/un_database_tables.php:7) in /home/rustic/public_html/cart/includes/functions/sessions.php on line 108
    [10-Mar-2011 07:47:48] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/rustic/public_html/cart/includes/extra_datafiles/un_database_tables.php:7) in /home/rustic/public_html/cart/includes/init_includes/init_templates.php on line 78
    [10-Mar-2011 07:47:48] PHP Warning: session_regenerate_id() [<a href='function.session-regenerate-id'>function.session-regenerate-id</a>]: Cannot regenerate session id - headers already sent in /home/rustic/public_html/cart/includes/functions/sessions.php on line 167
    [10-Mar-2011 07:47:48] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/rustic/public_html/cart/includes/extra_datafiles/un_database_tables.php:7) in /home/rustic/public_html/cart/includes/functions/functions_general.php on line 44

    And it goes on...
    Thanks for your efforts.
    jim
    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.

  4. #194
    Join Date
    Dec 2005
    Posts
    77
    Plugin Contributions
    0

    Default Re: Wishlist

    SBP,
    You are terrific!!
    Well, I'm getting there. Yes, there was a space after the last character. I've positioned the buttons and it looks good. The operation doesn't seem to be working correctly. When I click the "add to my wish list" it is adding it to my cart. Does the position of the button matter? I put it at the top. I added a couple of items and checked admin and no wish list was created. No errors either.
    http://www.rusticranchfurniture.com
    Thanks for the help.
    Jim

  5. #195
    Join Date
    Mar 2011
    Location
    Melbourne, Australia
    Posts
    13
    Plugin Contributions
    0

    Default Re: Wishlist

    Oops, Sorry Jim. That one is my fault Instead of copying the corrected code for your tpl_product_info_display.php file, I gave you the original code (which has the bug in it).

    Locate the text that you added to the tpl_product_info_display.php file and replace the zen_image_submit call with zen_image_button.

  6. #196
    Join Date
    Dec 2005
    Posts
    77
    Plugin Contributions
    0

    Default Re: Wishlist

    Quote Originally Posted by SnuggleBerryPie View Post
    Oops, Sorry Jim. That one is my fault Instead of copying the corrected code for your tpl_product_info_display.php file, I gave you the original code (which has the bug in it).

    Locate the text that you added to the tpl_product_info_display.php file and replace the zen_image_submit call with zen_image_button.
    Your are the bomb!!! That did it.
    Say, you ever thought about turning this into a Gift Registry? That's what I'm going to use it as, since I can't find a real one. I'm surprised that someone hasn't done one with all the interest I've seen looking for one.
    Thanks for all of your help.
    Jim

  7. #197
    Join Date
    Mar 2011
    Location
    Melbourne, Australia
    Posts
    13
    Plugin Contributions
    0

    Default Re: Wishlist

    Yay! Oh and you'll be pleased to find that it already is a Gift Registry (it just isn't advertised well). The "Tell a Friend" sends a direct link to a publicly available Wish List/Gift Registry or you can also search for a public list/registry using the "Find a Wish List" functionality. It should just be a matter of replacing the words (wish list and gift registry). Best of luck :)
    Gab (Snuggle Berry Pie Designs)
    Scrapping Fairytales

  8. #198
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Wishlist

    Quote Originally Posted by SnuggleBerryPie View Post
    Jim, my suggestion would be to first get the wish list button added to your product info page (and/or activate the sidebox) so that you can create a wish list in case the error is being caused by a message being echoed (for example) when the page is being created but there are no entries in the wish list tables.

    nagelkruid - are you able to access your Wishlist admin page (under Extras -> Wishlists) or do you also get an error similar to Jim's?

    Actually, I have one more suggestion... do you have the Admin Profiles mod installed? If so, go to Tools -> Admin Settings and click the P next to your admin user and ensure that both "un wishlist" and "un wishlists" are both ticked in the bottom section of the page before clicking "Save Changes".
    It works for me, went on live shop last night, went ok as well.
    I think jake's problem's are gone too, i don't see any errors in his shop, at least not at the customer's site of things

  9. #199
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Wishlist

    Quote Originally Posted by nagelkruid View Post
    It works for me, went on live shop last night, went ok as well.
    I think jake's problem's are gone too, i don't see any errors in his shop, at least not at the customer's site of things
    I meant jim, but i also missed the entire next page in which his problems were solved, seems like i need some more coffee.
    Just disregard my posts (as usual)

    cheers,
    jeroen

  10. #200
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Wishlist

    Seems like this version needs a version 0.6 with possible ammends:
    * fixed DB_PREFIX in definition files
    * fixed defaults to small images to be shown in extended list
    * fixed price showing correctly without start from:

    * changing hard coded text in several files to be moved into defines in language files (errors in class; default name; formfields; etc.)
    * implement boolean to switch module on/off
    * document amendments in core files (header/products view) to include showing the wishlist button/links only if module is enabled
    * rewrite add to wishlist so it will not direct to the wishlist page but stays on the product page as the default (like the add to cart button behaves)
    * get rid of un_ prefix for page names, it makes no sense
    * add check to include attributes to the wishlist (biggest challenge)
    * add possibility to move product from cart to wishlist

    anyone allready working on this?

 

 
Page 20 of 38 FirstFirst ... 10181920212230 ... LastLast

Similar Threads

  1. v151 Wishlist
    By Kevin205 in forum General Questions
    Replies: 0
    Last Post: 15 Jan 2013, 01:45 AM
  2. Wishlist
    By simplemedia in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 20 Apr 2012, 08:40 PM
  3. Wishlist 0.9
    By vinnyna in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Nov 2011, 03:52 PM
  4. 1.5.0 wishlist?
    By trickobrien in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 21 Oct 2011, 07:16 PM
  5. Wishlist
    By Dutchman in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Oct 2007, 02:37 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