Database Query shows no results

I downloaded the HP from the provider's server. There everything works fine.

Open the HP in Wappler The HP is running except the results of the queries.

It seem, that the database connection is wrong. But the connection manager shows no error.

I don't know where the fault is.

Hi,

What is this "HP" you keep talking about? All I can think of is horsepower or Hewlett-Packard :laughing:

1 Like

HP = Homepage

Isn't this same topic as this one?

both make no sense to me, mentioning some HP.

We need more details about your issue,

MAMP Pro is running:

MYSQL Port = 3306

In Wappler the Tables are correct

The Queries are working perfect.

(See http://ant-s.eu)

but in Wappler on localhost (127.0.0.1) the results are not shown:

I Can't find out what is wrong.

Please tell me what information you exactly need

Is MAMP running on a different port to 80? I think it defaults to 8080 or something like that?

So try http://127.0.0.1:8080 (or whatever port MAMP is set to run on).

You can see the exact error returned by following:


I managed it! and I got an error message "internal server error 500"

Well the error pretty much explains everything. There's a column in your database query that doesn't exist.
Most probably your table structures locally and remotely are different.

Thanks, that was the right hint. I solved the problem. Local and remote Database were different.

You aren't using Wappler changes (migrations), are you? I find weird that problem happened in first place