-
Notifications
You must be signed in to change notification settings - Fork 144
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
Whitespace throws warning during conversion #24
Comments
Thanks, I'll check next week, but wonder if it might relate to mixing user defined and native functions like that. Do you see the same error when using mysql_query()? |
you are correct, i do not see same warning when using mysql_query(). the user defined calls mysql_query and insert any caught error into a table |
Interesting. I'm only able to do a little testing now, but also found a way to make your code work. Removing the space from
I'm not yet sure why this is the case as whitespace shouldn't interfere here. Perhaps while testing mysql_query() you also happened to remove that space? Or maybe there are multiple issues going on here. Ugh. Also, it appears the conversion works fine despite this bogus warning, so at least there's that :) |
yes, it is just the space between mysql_fetch_array and ( . thank you. |
This shouldn't be a problem, let's reopen this. |
edit: Solved, it is just the space between mysql_fetch_array and ($result)
I noticed that for every pattern of SUM above i get: Please check your code for parse errors, we failed to parse " ". Conversion will be incomplete!". The warning referenced line is at WHILE, but I am thinking the SUM() is throwing the error. any help?
The text was updated successfully, but these errors were encountered: