Hacking attempt loading userinfo, you got logged

Please post your issues and questions about One Page Checkout for Virtuemart 2 to this forum.

Re: Hacking attempt loading userinfo, you got logged

Postby blackcomm.1@.....com » Sat Oct 11, 2014 10:32 pm

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!
-------------------------------
http://www.cuidadicos.es
blackcomm.1@.....com
 
Posts: 38
Joined: Thu Nov 21, 2013 12:31 am

Re: Hacking attempt loading userinfo, you got logged

Postby admin » Wed Oct 15, 2014 7:50 pm

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
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Previous

Return to One Page Checkout for Virtuemart 2