Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG when creating new user! #23101

Open
SHENMIYANG opened this issue Dec 5, 2022 · 10 comments
Open

BUG when creating new user! #23101

SHENMIYANG opened this issue Dec 5, 2022 · 10 comments
Labels
Bug need more information This bug needs more information to be processed

Comments

@SHENMIYANG
Copy link

Bug

Failed to insert event : Unknown column 'ip' in 'field list'

Environment Version

17.0.0-beta

Environment OS

windows

Environment Web server

Apache2.4.39

Environment PHP

php 8.0.2

Environment Database

mysql 8.0.12

Environment URL(s)

http://mywebname/user/card.php

Expected and actual behavior

This problem occurs when creating a user to create a product

Steps to reproduce the behavior

No response

Attached files

微信图片_20221205160626

@SHENMIYANG SHENMIYANG added the Bug This is a bug (something does not work as expected) label Dec 5, 2022
@lamrani002
Copy link
Contributor

I tried to produce the same bug when i create a user but everything works fine and we don't have anyway a IP field in the page.
can you tell us more information about it ?

@SHENMIYANG
Copy link
Author

I tried to produce the same bug when i create a user but everything works fine and we don't have anyway a IP field in the page. can you tell us more information about it ?

Sorry no, even I have this problem when adding products.

@SHENMIYANG
Copy link
Author

I tried to produce the same bug when i create a user but everything works fine and we don't have anyway a IP field in the page. can you tell us more information about it ?

Does your version match mine?

@SHENMIYANG
Copy link
Author

I tried to produce the same bug when i create a user but everything works fine and we don't have anyway a IP field in the page. can you tell us more information about it ?

image
Version 17.0.0 has this update, is there something wrong with my installation method?

@milenmk
Copy link
Contributor

milenmk commented Dec 5, 2022

I guess it is the same as HERE. The query to add a record to llx_actioncomm has an "ip" field/column in it, but this column is not created during installation and is missing from "install/tables/llx_actioncomm"

@SHENMIYANG
Copy link
Author

I tried to produce the same bug when i create a user but everything works fine and we don't have anyway a IP field in the page. can you tell us more information about it ?
image

I seem to have found my problem, is this value required? I just checked my config file and it is null.

@puntogestioncl
Copy link

Hello, I have the same error. How did they solve it???

screen

@milenmk
Copy link
Contributor

milenmk commented Dec 5, 2022

I've edited the llx_actioncomm table to add a new column named "ip", type "int" and size "11". Nothing is added to this field anyway, guess it is still in development.

@SHENMIYANG
Copy link
Author

你好,我有同样的错误。他们是怎么解决的???

屏幕

Sorry, it's not resolved yet, I'll try it with version 16.0.

@ksar-ksar
Copy link
Contributor

Hello,

It is still the case with V18 ?

@ksar-ksar ksar-ksar added Bug need more information This bug needs more information to be processed and removed Bug This is a bug (something does not work as expected) labels Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug need more information This bug needs more information to be processed
Projects
None yet
Development

No branches or pull requests

5 participants