-
Notifications
You must be signed in to change notification settings - Fork 338
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
XML is incorrect #305
Comments
Anyone?? |
I would try enabling verbose logging on the web connector to see exactly what is being sent back and forth. |
Also, the code you posted has some extra things that may be causing the problem. I would try replacing
with
|
I had that code originally, wasn't working, thought I might be able to force the headers so I tried the new code. Same error. I enabled verbose and this is what I got:
|
Seems to be a big bug somewhere. I checked the PHP logs and this is what it gave me:
So I went into the postgreSQL database and changed that field in Problem is, the customer I have in QB is copied to the PGSQL database, but, only it's ID #1, the information about the customer isn't copied, even though the XML log in web connector shows data: https://cdn.microtronix-tech.com/imgs/Screenshot_at_2021-06-08_16-08-11.jpg So there is definitely something up with the code that isn't liking the database. I'm using Quickbooks Pro 2021. |
I'm trying to use this system to sync my database from postgresql to quickbooks web connector https://github.com/consolibyte/quickbooks-php, but it's giving me all sorts of XML issues.
Here is my QWC file:
Here is my PHP connector app, copied from the example file for PostgreSQL syncing, but modified with my info:
I know it runs and connects to my DB, since I have all the
qb_
tables added, but no data is syncing back and forth. I also get this error whenever I run it:Here are my logs:
The text was updated successfully, but these errors were encountered: