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

only itpings__events is created #14

Open
tdsmtdsm opened this issue Jun 16, 2019 · 3 comments
Open

only itpings__events is created #14

tdsmtdsm opened this issue Jun 16, 2019 · 3 comments

Comments

@tdsmtdsm
Copy link

Cloned this repo to a php/mysql host, setup went fine.
On first run though, only the itpings__events table is created.
It seems the scripts for the other tables do not get executed.

If I run the ITpings_connector.php manually, this is the output:
Error query:'' does not exist or can not be processed

I'm running PHP 7.3. Any settings I should be aware of to make this work?

@Danny-Engelman
Copy link
Owner

Check your logfiles for error details.

@tdsmtdsm
Copy link
Author

Undefined index: query in /home/uXXXXX/domains/xxxx.xxx/public_html/ttnfolder/ITpings_connector.php on line 288\n

@Danny-Engelman
Copy link
Owner

Danny-Engelman commented Jun 17, 2019

That is a PHP error for an undefined variable. earlier versions did not care if variables existed or not.
you can patch your local copy, or disable the check in your PHP settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants