You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Database Error Occurred
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 're building a single point of entry to a variety of public APIs containing data ' at line 1
insert into api_users(`au_email`, `au_organization`, `au_url`, `au_name`, `au_description`)values('[OMITTED]@gmail.com', '', 'http://influencemapping.org/', 'James McKinney', 'We're building a single point of entry to a variety of public APIs containing data on people, organizations, and influence.')
Filename: /home/openinstitute/OpenDuka/Alpha/models/api_m.php
Line Number: 50
The text was updated successfully, but these errors were encountered:
@maxvonhippel It's quite natural for people completing the form to use English contractions (we're, I'm, etc.) in the description. The code should escape quotes - it shouldn't pass them unescaped to the SQL query string!
The text was updated successfully, but these errors were encountered: