Jump to content

traylor23

Member
  • Posts

    104
  • Joined

  • Last visited

Everything posted by traylor23

  1. All cool stuff, and I really appreciate the help. Trying to implement Brian's Custom Search edits, but I have run into an annoyance, at least on the admin side of things, that's different since upgrading to v6.1.3. Basically, any category that I created, and used a custom seo url for, is now showing up in my add a product pages, where you would select a category, differently than they ever have before, making finding the categories difficult. Well, I was able to track this back to the database and see that all of these new cats were assigned a custom tag of 1, and when I made all of them 0 again, everything was back to normal. Every time I add a new category, I have to go clear this 1 designation for it to look correct and be in the right order. I have included a couple of pictures to demonstrate what I'm talking about. Does anyone know of a way I can stop the new categories from gaining this 1 designation? Also, if I forgo using the Custom URL and then update it later, the update causes the 1 to be designated. Thanks!
  2. I would love for it to be both. What I'm saying is that ideally, I'd love for it to also be clickable, where all items for that team would aggregate, but that seems like some extreme coding.
  3. Since I don't foresee this being a clickable, aggregate linking mechanism, I could just add the 2nd/3rd team to the same field, i.e. Chicago Cubs - Atlanta Braves
  4. Ahh...good point. I'll edit there as well. I actually don't use UPC codes because baseball cards aren't sold individually at the retail store level. Of course I would, Brian! Just let me know!
  5. It worked fine as far as that side of things. Here is a screenshot after I changed the definitions.xml to reflect the new term.
  6. That's awesome! Thanks for testing it before I had the chance to! Maybe @bsmither can chime in for some ideas for that?
  7. Yes....Does the "It works in my mind" reason become a sound theory? Kurouto and 6.1.12
  8. Let's say, for arguments sake, that I just wanted to duplicate the Product Code field and then change the name of that; is that possible? Practical?
  9. I didn't think of that. I'll have to try and see if it works the way I need it to. Thanks for the suggestion. ***Only issue that I run into with that is with products that have more than one team featured.
  10. I did try that, but they do not show up on my product pages. Is there a way to make those codes display there. Renaming one of those, and having it show up would be the easier route, I think. Good suggestion! I'd rather not do it relative to another category. I've though of that, and I didn't like the process all that much (multiple categories for every item). As far as number of teams, it would literally be ALL professional sports teams, so probably > 120.
  11. Hey Brian, Basically what I am trying to do is to have a field in my admin, when I'm adding a product, similar to the product code box, where I can input a team name, and it show up underneath the product code on the storefront side on the product pages, like this: Product Code: 89UDKGJ1RC Team Name: Seattle Mariners Also, it'd be nice if either the team name was a hyperlink to an aggregate page of every item under that team name, or searchable so that I could make one myself.
  12. Hey All, I have a baseball card site, ballcardz.com, and I'd like to add a searchable field in the admin, similar to the Product Code field, that I could enter a team name into, and it would show up in the product description right below the product code text. Anyone know what I need to do to accomplish this? Is there a 3rd party solution? I have searched as hard as I could before asking. Thanks in advance!
  13. The whole stupid time, this was caused by the permissions on my /files directory having 775 permissions, instead of 755. Fixed that and now everything works flawlessly...silly Cubecart and my host. Thank you so very much for your time, Brian. Wish there were some way that ALL of us could repay you!
  14. Print file has been sent to your e-mail! Thank you!
  15. ugh...no..lol....been messing with cubecart for 5 years now and feel like a total newb at times. Thanks, Brian...I'll try it. Brian, just deleted the file, cleared cache from the maintenance tab (all selections checked), retried printing invoice and got the same error...generated the same URL for that order.
  16. Got orders.print.php restored, double checked that permissions are 644 (this ok?). Still getting the same problem. This is so annoying. Thanks for your help, Brian.
  17. Working on getting a good copy of /orders.print.php also, permissions on print file is 644
  18. You should get the same result. Showing the file exists in my WS-FTP client.
  19. Ok...my bad, Brian...I didn't have the */ at the end. Oops...ok...so now it's fixed... After clicking the printer icon on top of the specific order page (in this case, order #150103-122605-5001), which generates this link: /admin.php?_g=orders&node=index&print[]=150103-122605-5001 it generates this error message from this URL: /files/print.01b4adf4d73e8c806311d6cd01af4f97.php [an error occurred while processing this directive] Stumped... when checking the newest PHP errors: [03-Jan-2015 16:29:27 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 16:30:00 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156
  20. That generated these errors, after showing a blank screen: [03-Jan-2015 16:07:30 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 16:07:36 America/Panama] PHP Warning: Unterminated comment starting line 497 in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 497 [03-Jan-2015 16:07:36 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 16:07:40 America/Panama] PHP Warning: Unterminated comment starting line 497 in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 497 [03-Jan-2015 16:07:40 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 16:07:51 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156
  21. Of course it doesn't help when I don't what any of the above means :-/
  22. Latest PHP Error Log: [03-Jan-2015 12:41:19 America/Panama] PHP Notice: cURL Error (0): Failed to connect to 2607:f8b0:4007:807::2004: Network is unreachable in /home1/ballcard/public_html/classes/request.class.php on line 255 [03-Jan-2015 12:41:21 America/Panama] PHP Notice: cURL Error (0): Failed to connect to 2607:f8b0:4007:807::2004: Network is unreachable in /home1/ballcard/public_html/classes/request.class.php on line 255 [03-Jan-2015 12:41:23 America/Panama] PHP Notice: GD::gdLoadFile - Unknown file type: /home1/ballcard/public_html/images/source/index.htm in /home1/ballcard/public_html/classes/gd.class.php on line 75 [03-Jan-2015 12:41:23 America/Panama] PHP Notice: GD::gdLoadFile - Unknown file type: /home1/ballcard/public_html/images/source/Thumbs.db in /home1/ballcard/public_html/classes/gd.class.php on line 75 [03-Jan-2015 12:41:23 America/Panama] PHP Notice: GD::gdLoadFile - Unknown file type: /home1/ballcard/public_html/images/source/index.htm in /home1/ballcard/public_html/classes/gd.class.php on line 75 [03-Jan-2015 12:41:23 America/Panama] PHP Notice: GD::gdLoadFile - Unknown file type: /home1/ballcard/public_html/images/source/Thumbs.db in /home1/ballcard/public_html/classes/gd.class.php on line 75 [03-Jan-2015 12:41:24 America/Panama] PHP Notice: cURL Error (0): Failed to connect to 2607:f8b0:4007:803::1012: Network is unreachable in /home1/ballcard/public_html/classes/request.class.php on line 255 [03-Jan-2015 12:41:34 America/Panama] PHP Warning: array_merge() [<a href='http://docs.php.net/manual/en/function.array-merge.php'>function.array-merge.php</a>]: Argument #2 is not an array in /home1/ballcard/public_html/admin/sources/products.index.inc.php on line 1265 [03-Jan-2015 12:41:34 America/Panama] PHP Warning: natcasesort() expects parameter 1 to be array, null given in /home1/ballcard/public_html/admin/sources/products.index.inc.php on line 1268 [03-Jan-2015 12:41:34 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/products.index.inc.php on line 1269 [03-Jan-2015 12:44:20 America/Panama] PHP Warning: array_merge() [<a href='http://docs.php.net/manual/en/function.array-merge.php'>function.array-merge.php</a>]: Argument #1 is not an array in /home1/ballcard/public_html/classes/order.class.php on line 494 [03-Jan-2015 12:45:42 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 12:45:43 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 12:56:16 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 13:07:17 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 13:10:37 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 13:21:25 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 13:36:25 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:36:29 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:36:35 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:36:37 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:36:48 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:36:55 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:38:01 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:38:03 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:38:05 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:39:01 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 13:45:14 America/Panama] PHP Parse error: syntax error, unexpected '$template_file' (T_VARIABLE) in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 14:52:41 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 15:08:19 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156
  23. My entire, glorious PHP error log (about ready to start from scratch...ugh!): [03-Jan-2015 12:41:09 America/Panama] PHP Warning: natcasesort() expects parameter 1 to be array, null given in /home1/ballcard/public_html/admin/sources/products.index.inc.php on line 1268 [03-Jan-2015 12:41:09 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/products.index.inc.php on line 1269 [03-Jan-2015 12:41:19 America/Panama] PHP Notice: cURL Error (0): Failed to connect to 2607:f8b0:4007:807::2004: Network is unreachable in /home1/ballcard/public_html/classes/request.class.php on line 255 [03-Jan-2015 12:41:21 America/Panama] PHP Notice: cURL Error (0): Failed to connect to 2607:f8b0:4007:807::2004: Network is unreachable in /home1/ballcard/public_html/classes/request.class.php on line 255 [03-Jan-2015 12:41:23 America/Panama] PHP Notice: GD::gdLoadFile - Unknown file type: /home1/ballcard/public_html/images/source/index.htm in /home1/ballcard/public_html/classes/gd.class.php on line 75 [03-Jan-2015 12:41:23 America/Panama] PHP Notice: GD::gdLoadFile - Unknown file type: /home1/ballcard/public_html/images/source/Thumbs.db in /home1/ballcard/public_html/classes/gd.class.php on line 75 [03-Jan-2015 12:41:23 America/Panama] PHP Notice: GD::gdLoadFile - Unknown file type: /home1/ballcard/public_html/images/source/index.htm in /home1/ballcard/public_html/classes/gd.class.php on line 75 [03-Jan-2015 12:41:23 America/Panama] PHP Notice: GD::gdLoadFile - Unknown file type: /home1/ballcard/public_html/images/source/Thumbs.db in /home1/ballcard/public_html/classes/gd.class.php on line 75 [03-Jan-2015 12:41:24 America/Panama] PHP Notice: cURL Error (0): Failed to connect to 2607:f8b0:4007:803::1012: Network is unreachable in /home1/ballcard/public_html/classes/request.class.php on line 255 [03-Jan-2015 12:41:34 America/Panama] PHP Warning: array_merge() [<a href='http://docs.php.net/manual/en/function.array-merge.php'>function.array-merge.php</a>]: Argument #2 is not an array in /home1/ballcard/public_html/admin/sources/products.index.inc.php on line 1265 [03-Jan-2015 12:41:34 America/Panama] PHP Warning: natcasesort() expects parameter 1 to be array, null given in /home1/ballcard/public_html/admin/sources/products.index.inc.php on line 1268 [03-Jan-2015 12:41:34 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/products.index.inc.php on line 1269 [03-Jan-2015 12:44:20 America/Panama] PHP Warning: array_merge() [<a href='http://docs.php.net/manual/en/function.array-merge.php'>function.array-merge.php</a>]: Argument #1 is not an array in /home1/ballcard/public_html/classes/order.class.php on line 494 [03-Jan-2015 12:45:42 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 12:45:43 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 12:56:16 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 13:07:17 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 13:10:37 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 13:21:25 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 13:36:25 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:36:29 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:36:35 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:36:37 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:36:48 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:36:55 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:38:01 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:38:03 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:38:05 America/Panama] PHP Parse error: syntax error, unexpected end of file in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657 [03-Jan-2015 13:39:01 America/Panama] PHP Warning: Invalid argument supplied for foreach() in /home1/ballcard/public_html/admin/sources/dashboard.index.inc.php on line 156 [03-Jan-2015 13:45:14 America/Panama] PHP Parse error: syntax error, unexpected '$template_file' (T_VARIABLE) in /home1/ballcard/public_html/admin/sources/orders.index.inc.php on line 657
  24. Hey Bryan, When I comment out (// before that line of code), when I now click on the "Orders" link, I get a blank page. Checking errors now.
×
×
  • Create New...