The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem with update function
#6
As to why the update isn't being processed properly, it's pretty much one of those things you have to step through. It's almost always related to the id not getting passed from your form as just a single number. I would almost always do something like
Code:
$leagueID = Input::get('id');
Code:
dnd($leagueID) //Dump and Die

to make sure you're really getting the id properly from your form.

Same thing with your custom message. Sorry to keep asking you questions, but when you say the update fails...what's failing. Are you getting a blank field in the db? Are you getting no change to the current field? Is it throwing an error?

Your code looks fine off the top of my head other than the 1 for the id.

Also, are you just wondering why the update method isn't working when the manual query works? I will say that for some reason the update method feels "pickier" to me sometimes. I use the full query every once in a while when I don't want to diagnose that.

I'll keep giving input though once I hear back from you. @Brian might have some ideas also.
  Reply


Messages In This Thread
problem with update function - by lefox - 05-22-2016, 05:55 AM
problem with update function - by mudmin - 05-22-2016, 04:02 PM
problem with update function - by lefox - 05-22-2016, 04:40 PM
problem with update function - by mudmin - 05-22-2016, 04:42 PM
problem with update function - by lefox - 05-22-2016, 05:26 PM
problem with update function - by mudmin - 05-22-2016, 05:37 PM
problem with update function - by lefox - 05-22-2016, 05:58 PM
problem with update function - by lefox - 05-22-2016, 05:59 PM
problem with update function - by mudmin - 05-22-2016, 06:54 PM
problem with update function - by lefox - 05-22-2016, 07:28 PM
problem with update function - by mudmin - 05-22-2016, 07:43 PM
problem with update function - by lefox - 05-22-2016, 08:22 PM
problem with update function - by lefox - 05-22-2016, 08:29 PM
problem with update function - by mudmin - 05-22-2016, 08:34 PM
problem with update function - by lefox - 05-22-2016, 09:06 PM
problem with update function - by mudmin - 05-22-2016, 09:34 PM
problem with update function - by mudmin - 05-22-2016, 09:45 PM
problem with update function - by mudmin - 05-22-2016, 10:23 PM
problem with update function - by mudmin - 05-22-2016, 11:01 PM
problem with update function - by lefox - 05-23-2016, 06:42 PM
problem with update function - by mudmin - 05-23-2016, 07:02 PM
problem with update function - by lefox - 05-23-2016, 07:17 PM
problem with update function - by mudmin - 05-23-2016, 07:42 PM
problem with update function - by brian - 05-23-2016, 08:04 PM
problem with update function - by mudmin - 05-27-2016, 01:33 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)