-
☆ A M B ☆
- 24,524 Posts
Ahah! This error in the PHP error log:
[28-Mar-2013 09:32:44 Europe/Berlin] PHP Warning: Missing argument 2 for DBAPI::insert(), called in /Applications/MAMP/htdocs/evo1010/manager/processors/save_web_user.processor.php on line 129 and defined in /Applications/MAMP/htdocs/evo1010/manager/includes/extenders/dbapi.mysql.class.inc.php on line 226
-
☆ A M B ☆
- 1,231 Posts
Maby, this is
$rs = $modx->db->insert($sql);
->
$rs = $modx->db->insert($f, '[+prefix+]web_user_attributes');
-
☆ A M B ☆
- 24,524 Posts
And here's the fix... line 129 of save_web_user.processor.php
$rs = $modx->db->insert($f, '[+prefix+]web_user_attributes');
-
☆ A M B ☆
- 24,524 Posts
Great minds think alike
-
☆ A M B ☆
- 276 Posts
And here's the fix... line 129 of save_web_user.processor.php
its fix for create but still cant edit web user profile or add to any group
-
☆ A M B ☆
- 276 Posts
Fix bug with edit web user
now need some test )
linklist for tinymce isn't visible
I have found no other problems sofar
Evolution user, I like the back-end speed and simplicity

-
☆ A M B ☆
- 24,524 Posts