This is a very common issue in opencart. Sometime when you are opening opencart admin pages in multiple tabs you will get this error.
There is a simple fix to see if this is more than just human error. Open
system/library/user.php
Search for this code
user WHERE username
replace it with
user #WHERE usernameafter thisjust clearthe cache in your browser or open this in a new browser... Problem Solved
Here is no path like system/library/user.php
ReplyDeleteNot only the path missing. I found the user.php elsewhere ADMIN/CONTROLLER/USER/user.php. But no 'WHERE' tag in the file.
ReplyDeleteI begin to think the OPENCART is a shit.