https://bugs.contribs.org/show_bug.cgi?id=11043
Stefan Krastanov <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #10 from Stefan Krastanov <[email protected]> ---
Found two suspicious lines in messages log:
Dec 15 23:57:09 srv esmith::event[6470]: ibayName argument missing at
/etc/e-smith/events/ibay-modify/S15ibay-modify line 42.
and
Dec 15 23:57:10 srv esmith::event[6470]: Account name argument missing. at
/etc/e-smith/events/ibay-modify/S95ldap-update-simple line 38.
Set admin access with:
config setprop phpmyadmin adminaccess enabled
as per original contrib wiki
and fire
signal-event ibay-modify
line 42 in S15ibay-modify points to missing second argument
my $ibayName = $ARGV [1];
line 38 in S95ldap-update-simple points to missing args again
my @name = @ARGV;
going to bash shell and creating new MariaDB user
CREATE USER 'user1'@localhost IDENTIFIED BY 'password1';
then grating privileges
GRANT ALL PRIVILEGES ON *.* TO 'user1'@localhost IDENTIFIED BY 'password1';
Then trying with this account it works,
SME admin account is not working yet.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/