NMS: Import Users from FrontEndUsers is not functionning

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
JR
Forum Members
Forum Members
Posts: 16
Joined: Thu Jun 04, 2009 3:36 pm

NMS: Import Users from FrontEndUsers is not functionning

Post by JR »

Hi,

I tried to debug NMS for the action: action.do_feu_import_users.php.
It seems that $dbnow is passing through the same transformation between the function "mysql_date_ADOConnection" in mysql_date_modul.inc and the other function "do_query". In fact, $dbnow is acquiring quotes from do_query function then other quotes from $fmtTimeStamp format which endows the variable of 2 single quotes like this ' '27-07-2009 12:44:03' '.
When saving into the table, the sql statement is rejected leading to a failure regarding the import users from FEU.

Please have you any solution for it, I don't want to spoil in the code.

Thanks
JR
Forum Members
Forum Members
Posts: 16
Joined: Thu Jun 04, 2009 3:36 pm

Re: NMS: Import Users from FrontEndUsers is not functionning

Post by JR »

Ok, I found the bug:

Replace $dbnow = trim($db->DbTimeStamp($now,"'")) by $dbnow = trim($db->DbTimeStamp($now),"'") in action.do_feu_import_users.php.
Post Reply

Return to “Modules/Add-Ons”