User not valid

Slowly I lose the fun.
My application runs on the same server as the development environment.
It will also use the same database.

I start via app_login. In the development environment I can log in with name and password. In the published application I get with the same name and password: User not valid

I can not understand that. Why is it via scriptcase and not directly, even though it is the same database?

Bye
Mansaylon

Still as a hint:
It worked with version 8.1.

Since the conversion of my application did not work, I made everything new. Now just login does not work.

It is to despair

Any ideas?

Excuse my 3rd post in a row.

How can I get help for this problem?
I absolutely need the security part, because this database has delicate content.

Summary
Scriptcase development and the final application are on the same Linux server.
Development and application use same MySql database.
Via the development environment the user login works.
Via public application comes after login ‘user invalid’

To find out what goes wrong you could compile setting the debug options (sql) on. then publish and look at the generated sql or other errors.Since it’s a php application you could add some logging code at the spot where you suspect things go wrong. It’s not an obvious error so it’s not easy to answer it, I don’t have this problem.

it will be better if you have production and development on different machines. I think.

That has not played a role so far.
The only difference between version 9 and an older version is that version 9 runs in its own environment.

It works now.
I deleted the whole security part and made it again.
Released and heureka.:cool:

What exactly the problem was, I do not know.