Philip Olson
Philip Olson
That was painful but using an external text editor worked for me, too. Seems there must be a `config.cson` editor or validating plugin somewhere for those of us that lack...
It appears this problem relates to OAuth1 versus OAuth2 as requestRequestToken() only applies to OAuth1. I only looked briefly (as I've moved on) but, for example, disabling OAuth2 in PHPoAuthLib...
Thank you, this is an unfortunate bug.
Interesting. I believe this is a limitation of the tokenizer extension. If short tags are disabled, then the tokenizer is unaware of
Related: the README was updated with information about this limitation. Leaving this bug open as adding a
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()?
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 `mysql_fetch_array (` somehow converts fine, so...
This shouldn't be a problem, let's reopen this.
@onkelfried addressed this well, but as for the strange name, perhaps one day we'll make this an option but for now you can edit the code to change the name...
Sounds like you're wanting to use this as a standalone package (not integrated in your own project) and here's one simple way to do that (examples are geared towards macOS/Linux...