Results 1 to 10 of 649

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Location
    Victoria Australia
    Posts
    100
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Hello all, I'm trying to get my site to validate and I'm getting two error/warnings from this mod....

    reference to non-existent ID "entry-action" and
    reference to non-existent ID "street address"

    I dug through the files for a couple of hours as solving these things myself always seems to increase ones knowledge of zen and PHP ect.
    I installed the latest upgrade, and still no luck resolving this.

    I've searched this thread fairly thoroughly as I would think this would have come up before so excuse me if this has been covered.
    Any help on where to look would be greatly appreciated.
    Thanks,
    David

    http://countrytothecore.net/returns

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Return Authorization Module (RMA)

    Quote Originally Posted by australican View Post
    Hello all, I'm trying to get my site to validate and I'm getting two error/warnings from this mod....

    reference to non-existent ID "entry-action" and
    reference to non-existent ID "street address"

    I dug through the files for a couple of hours as solving these things myself always seems to increase ones knowledge of zen and PHP ect.
    I installed the latest upgrade, and still no luck resolving this.

    I've searched this thread fairly thoroughly as I would think this would have come up before so excuse me if this has been covered.
    Any help on where to look would be greatly appreciated.
    Thanks,
    David

    http://countrytothecore.net/returns
    I just checked your site and didn't encounter these error/warnings

  3. #3
    Join Date
    Jan 2009
    Location
    Victoria Australia
    Posts
    100
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Thanks for looking Clyde,
    I made sure my browsers cache was cleared than tried again and still got the same thing.

    What makes this strange is usually a warning with the FF validate tool is just that, a warning. With this it's calling it an error, yet the right hand side of the tool isn't giving the probable cause, ect info that it usually does for errors.

    Anyway, loading the page into the w3 validation page, (not in the FF link,) it gives me this...

    Warning Line 245, Column 13: reference to non-existent ID "entry-action"

    <label for="entry-action">Action Requested: <img src="includes/templates/cherry…

    and the same thing for "street-address".

    Here's a shot of the FF tidy report ....

    Click image for larger version. 

Name:	error info.jpg 
Views:	209 
Size:	29.8 KB 
ID:	7350

    I'm still fairly green at zen and PHP, and it seems really strange that it shows up on one machine but not another.
    I'm stumped.
    I appreciate you looking and if you have any ideas what I might try, I'd appreciate it further. I know it makes it difficult when you can't duplicate the error.
    Thanks,
    David

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Return Authorization Module (RMA)

    Quote Originally Posted by australican View Post
    Thanks for looking Clyde,
    I made sure my browsers cache was cleared than tried again and still got the same thing.

    What makes this strange is usually a warning with the FF validate tool is just that, a warning. With this it's calling it an error, yet the right hand side of the tool isn't giving the probable cause, ect info that it usually does for errors.

    Anyway, loading the page into the w3 validation page, (not in the FF link,) it gives me this...

    Warning Line 245, Column 13: reference to non-existent ID "entry-action"

    <label for="entry-action">Action Requested: <img src="includes/templates/cherry…

    and the same thing for "street-address".

    Here's a shot of the FF tidy report ....

    Click image for larger version. 

Name:	error info.jpg 
Views:	209 
Size:	29.8 KB 
ID:	7350

    I'm still fairly green at zen and PHP, and it seems really strange that it shows up on one machine but not another.
    I'm stumped.
    I appreciate you looking and if you have any ideas what I might try, I'd appreciate it further. I know it makes it difficult when you can't duplicate the error.
    Thanks,
    David
    still unable to see the error report with "html Tidy"

    but try this and see if it helps

    just unzip the package and upload the file to includes/templates/YOUR_TEMPLATE/templates/tpl_returns_default.php

    tpl_returns_default.zip

  5. #5
    Join Date
    Jan 2009
    Location
    Victoria Australia
    Posts
    100
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Thanks for your help again.
    I uploaded that file and I'm getting the same results.
    Using the W3 validation tool only shows it as a warning, and as I think I mentioned, my primary motivation is to improve search results by having valid code. Plus, pursuing eliminating errors and warnings is teaching me some of the finer points of scripting.

    I did retest the mod this afternoon, and it all works well. So don't go to too much trouble on my behalf.

    If you are however the curious and fussy type like me, perhaps loading the page into the W3 tool will give you a clear idea of what might be causing this.

    I'm assuming you use this on your site, (assuming you have one, looks like you do) Does yours show up warning free on the W3 validater?

    I'm sure it's something on my site, but I installed the latest upgrade last week and didn't make any modifications to any of those files.
    I've done a fair bit of tweaking in lots of different places on my site since I started putting this together and completely broke it quite a few times. I occasionally stumble upon commented out experiments I've done. In other words, I know sometimes tweaking one thing fixes one area and breaks something else that seems, (to someone with my lack of experience) to be unrelated. Perhaps if this mod relies on other systems, you could make a suggestion on what I might investigate.

    Anyway, like I said, don't go to too much trouble just for me.
    Thanks again,
    David.

    Oh, here's the page again if you wanted to view it in the W3 tool.

    http://countrytothecore.net/returns

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Return Authorization Module (RMA)

    Quote Originally Posted by australican View Post
    Thanks for your help again.
    I uploaded that file and I'm getting the same results.
    Using the W3 validation tool only shows it as a warning, and as I think I mentioned, my primary motivation is to improve search results by having valid code. Plus, pursuing eliminating errors and warnings is teaching me some of the finer points of scripting.

    I did retest the mod this afternoon, and it all works well. So don't go to too much trouble on my behalf.

    If you are however the curious and fussy type like me, perhaps loading the page into the W3 tool will give you a clear idea of what might be causing this.

    I'm assuming you use this on your site, (assuming you have one, looks like you do) Does yours show up warning free on the W3 validater?

    I'm sure it's something on my site, but I installed the latest upgrade last week and didn't make any modifications to any of those files.
    I've done a fair bit of tweaking in lots of different places on my site since I started putting this together and completely broke it quite a few times. I occasionally stumble upon commented out experiments I've done. In other words, I know sometimes tweaking one thing fixes one area and breaks something else that seems, (to someone with my lack of experience) to be unrelated. Perhaps if this mod relies on other systems, you could make a suggestion on what I might investigate.

    Anyway, like I said, don't go to too much trouble just for me.
    Thanks again,
    David.

    Oh, here's the page again if you wanted to view it in the W3 tool.

    http://countrytothecore.net/returns
    I'll do an updated release of the mod to coincide with the release of ZC1.3.9

  7. #7
    Join Date
    Jan 2009
    Location
    Victoria Australia
    Posts
    100
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Thanks for replying Clyde,
    I'll keep an eye out for the upgrade.

    David

 

 

Similar Threads

  1. v151 Flexible Return Authorization (RMA) for ZC v1.5.x [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 167
    Last Post: 11 Apr 2021, 08:56 PM
  2. Return Authorization Module
    By itspec in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 10 Feb 2009, 11:29 PM
  3. Return Merchandise Authorization (RMA) Module Follow-up
    By killertofu in forum Managing Customers and Orders
    Replies: 1
    Last Post: 11 Aug 2008, 11:13 PM
  4. Return Authorization Module (RMA)
    By dscott1966 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Nov 2006, 08:04 PM

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