Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Apr 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: After a new user is created, this "unprintable" message

    Quote Originally Posted by TheOracle View Post
    Follow my screenshot I have from your zen-cart's admin folder. It should be easier for you to track it.
    Hi. I found the developers toolkit, I just didn't know what to do afterwards. There are so many fields in there.

    doug

  2. #12
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: After a new user is created, this "unprintable" message

    Each fields has their degrees of searching as they're all sectionized. The first part are the textboxes where you can enter the words you're looking for. The dropdown list, aside, are the sections on where they will be targeted for each searches.

  3. #13
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: After a new user is created, this "unprintable" message

    The Developer's Tool Kit is designed to search for anything in the php files such as text, variables, constants etc. or to search for the configuration_keys of the configuration or product_type_layout tables ...

    If you needed to find a constant, this is something in the code written in all caps, it would be in either the configuration or product_type_layout tables or in the php files ... or the constants are created by the define statements in language files ...

    To search for the constant in the configuration or product_type_layout tables you would enter it in the top input box and not select anything from the dropdown and click Search ...

    For example, enter:
    MAX_DISPLAY_NEW_PRODUCTS

    Click on search ...

    You would be shown the setting ... then click on Edit and you would be taken to where in the Configuration this setting exists ...

    If you were to take the same constant and enter it in the bottom input box and select Catalog or Catalog/Admin ... it would search the php files for where the constant is "used" ...

    Or, say you wanted to find the text definition for:
    Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.
    You can enter any word that you see, such as:
    Congratulations

    in the bottom input box and select the Catalog from the dropdown ...

    Note: you can select both Catalog/Admin but selecting one or the other narrows down what files are searched and the resulting display ...

    Click search and the files will be listed where this text is used ...

    This will find numerous text definitions but only one will match what you are looking for ...

    Or you could narrow the search further with a search for:
    Congratulations! You have successfully installed

    Be careful on searching for things with apostrophes in them as in the php files the defines have extra code to delimit the apostrophes and a search on:
    It's Free!

    will result in no files as the define is actually written with:
    It\'s Free!

    You could search on:
    free

    And while broader it can find this ...

    Or, search on:
    free!

    To again narrow the search ...

    NOTE: the searches are not case sensative for text ...

    Or, to test the speed of these searches, enter into the bottom input box the letter:
    a

    And pick Catalog/Admin ... then click search ...

    This will result in a huge search and find some 800+ files with matches on over 6500+ lines of code ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #14
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: After a new user is created, this "unprintable" message

    Quote Originally Posted by douglerner View Post
    Hi. I found the developers toolkit, I just didn't know what to do afterwards. There are so many fields in there.

    doug
    I thought I laid it fairly straight forward

    in the last box on the left type in
    traceback

    in the drop down next to it choose catalog/admin hit go
    Zen cart PCI compliant Hosting

  5. #15
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: After a new user is created, this "unprintable" message

    I was just adding clarity as TheOracle left a lot to the imagination and vague, misleading information ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #16
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: After a new user is created, this "unprintable" message

    And adding on to this - it was no imagination as it was simply a screenshot instruction on how to go to the developpers tool kit.

  7. #17
    Join Date
    Apr 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: After a new user is created, this "unprintable" message

    Quote Originally Posted by TheOracle View Post
    Follow my screenshot I have from your zen-cart's admin folder. It should be easier for you to track it.
    Quote Originally Posted by TheOracle View Post
    And adding on to this - it was no imagination as it was simply a screenshot instruction on how to go to the developpers tool kit.
    But isn't that string just an error message from the PHP engine itself?

    doug

  8. #18
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: After a new user is created, this "unprintable" message

    traceback is a function

    what have you added to your cart,
    that is not a part of zen cart and will not produce this error on its own
    Zen cart PCI compliant Hosting

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 9
    Last Post: 21 Dec 2012, 11:18 PM
  2. How to remove ellipses ("...") after "All Products" and "New Products" on home page?
    By jthurman in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 May 2010, 03:30 PM
  3. weird error message "we are not shipping to this region at this time..."
    By Snicklefritz in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 19 Jan 2010, 03:27 AM
  4. "out of stock" message before user gets to cart?
    By swamyg1 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 22 Feb 2009, 07:41 PM
  5. message "table doesnt exist " after installing new module (Australia Post module)
    By topaz07 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 1 Mar 2008, 02:49 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