JUser: :_load: Unable to load user with ID: 42
Thanks
George
JUser: :_load: Unable to load user with ID: 42
UPDATE `jos_k2_items` SET `created_by` = '100',
`modified_by` = '100' WHERE `jos_k2_items`.`created_by` =42
UPDATE `jos_k2_comments` SET `userID` = '100' WHERE `jos_k2_comments`.`userID` =42;
JUser: :_load: Kan ikke indlæse bruger med id: 42
This is a generic issue with Joomla and quick start packages. You will need to edit your database with phpmyadmin.
Below is the steps. Please backup your database before making changes. Change "Jos" with your prefix as it might be different.
1. Open your Joomla database using PHPMyadmin tool.
2. Open "jos_users" table,
3. Find record with "Super User" name and click on edit icon,
4. Change Super User id value to 42 and click on "Go" button,
5. Open "jos_user_usergroup_map" table.
6. Find the record with "group_id" value 8, change "user_id" value to 42, then click on "Go" button,
7. Logout and login again.
See you around...