Jump to content

[solved] state drop down has no values


Recommended Posts

HI

 

Backoffice when trying to create a new order, adding a new address there are no states in the drop down list. Unable to create orders. 

 

This works for the SuperAdmin user but not for others. Looks like a permission issue but not sure what and where might be causing it. Any ideas?

 

Thanks

M

Link to comment
Share on other sites

Nemo1

 

We are unable to add a new message same scenario. SuperAdmin can but others cannot. Do you think its related?

 

We see this is the mysql error.log

 

131025  1:40:36 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave. Statement: UPDATE `ps_employee`^M

                                        SET `id_last_order` = (^M

                                                SELECT IFNULL(MAX(`id_order`), 0)^M

                                                FROM `ps_orders`^M

                                        )^M

                                        WHERE `id_employee` = 6

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...