Page 2 of 2

Re: Hacking attempt loading userinfo, you got logged

PostPosted: Sat Oct 11, 2014 10:32 pm
by blackcomm.1@.....com
Hi Stan,

VME was solved my problem. This is the solution:

You need to edit this file /plugins/vmee/tagHandlerVmeePro/tagHandlerVmeePro/classes/orderTagsHandler.php

And change this line:

Code: Select all
$userFieldsArray = $vmUserModel->getUserInfoInUserFields('',$type,$userIds[$type]['virtuemart_userinfo_id'],false);


To this:

Code: Select all
$userFieldsArray = $vmUserModel->getUserInfoInUserFields('',$type,$userIds[$type]['virtuemart_userinfo_id'],true,true);


And all solved ;)

I hope this can help. Thanks Stan and Thanks Tzvika from Interamind.com

Both products are very necessary for my web and i resist myself to disable one. Together is better ^^

Regards!

Re: Hacking attempt loading userinfo, you got logged

PostPosted: Wed Oct 15, 2014 7:50 pm
by admin
hello, i am glad that this got solved.

i also removed the message from the buffer so it will never be shown when used with opc.

best regards, stan