Save user activation hash |
(08-21-2020, 03:54 AM)pippuccio76 Wrote: hi , how can i save the user activation hash on db ? Find the error protected $allowedFields user_activation_hash was write bad ... (08-21-2020, 06:14 AM)pippuccio76 Wrote:(08-21-2020, 03:54 AM)pippuccio76 Wrote: hi , how can i save the user activation hash on db ? Now i cannot update the data , this is my method inside model : PHP Code: function confirm_registration($user_activation_hash){ But have this error : There is no data to update. [url=https://www.google.com/search?q=CodeIgniter%5CDatabase%5CExceptions%5CDataException+There+is+no+data+to+update.][/url] |
Messages In This Thread |
Save user activation hash - by pippuccio76 - 08-21-2020, 03:54 AM
RE: Save user activation hash - by pippuccio76 - 08-21-2020, 06:14 AM
RE: Save user activation hash - by InsiteFX - 08-21-2020, 12:22 PM
RE: Save user activation hash - by pippuccio76 - 08-23-2020, 01:52 AM
RE: Save user activation hash - by pippuccio76 - 08-23-2020, 07:50 AM
RE: Save user activation hash - by InsiteFX - 08-23-2020, 08:51 AM
SOLVED: Save user activation hash - by pippuccio76 - 08-23-2020, 09:56 AM
|