Oops. Well regardless I have no system setting in there for extension_packages. I manually added one it using both you suggestions and still does not work. Still seeing this error in the log:
[2014-06-06 09:52:27] (ERROR @ /manager/index.php) Could not load class: extUser from mysql.extuser
Current system setting:
Key: extension_packages
Name: setting_extension_packages
Namespace: core
Area Lexicon Entry: system
Value: [{"extUser":{"tablePrefix":"ext_","path":"[[++core_path]]components/classextender/model/"}}]
Technically, if I look where the php files are in the core/components/classextender/model/
There are two more directories in that model folder:
core/components/classextender/model/classextender
core/components/classextender/model/schema
With that shouldn't the path to the class file should be:?
[{"extUser":{"tablePrefix":"ext_","path":"[[++core_path]]components/classextender/model/classextender/"}}]