I's using VM 2.0.14, Joomla 2.5.8 and PHP 5.3.2. When I try to change the parameters of the store I get the following error message.
"JUser: :_load: Unable to load user with id: 42"
I have not deleted any user in my database.
In mysql database:
mysql> select * from jmrta_virtuemart_vmusers;
+--------------------+----------------------+----------------+----------------------------------+---------+-----------------------------+------------------------------+--------+---------------------+------------+---------------------+-------------+---------------------+-----------+
| virtuemart_user_id | virtuemart_vendor_id | user_is_vendor | customer_number | perms | virtuemart_paymentmethod_id | virtuemart_shipmentmethod_id | agreed | created_on | created_by | modified_on | modified_by | locked_on | locked_by |
+--------------------+----------------------+----------------+----------------------------------+---------+-----------------------------+------------------------------+--------+---------------------+------------+---------------------+-------------+---------------------+-----------+
| 42 | 1 | 1 | 21232f297a57a5a743894a0e4a801fc3 | admin | 0 | 0 | 0 | 2011-10-06 20:36:34 | 42 | 2011-10-06 20:36:34 | 42 | 0000-00-00 00:00:00 | 0 |
| 663 | 0 | 0 | 21232f297a57a5a743894a0e4a801fc3 | shopper | NULL | NULL | 0 | 0000-00-00 00:00:00 | 0 | 2012-12-02 17:34:22 | 663 | 0000-00-00 00:00:00 | 0 |
+--------------------+----------------------+----------------+----------------------------------+---------+-----------------------------+------------------------------+--------+---------------------+------------+---------------------+-------------+---------------------+-----------+
2 rows in set (0.00 sec)
thank you very much
http://forum.virtuemart.net/index.php?topic=106437
http://forum.virtuemart.net/index.php?topic=108396