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

Syndication format on micropub is obsolete, confuses woodwind and quill #1423

Closed
kevinmarks opened this issue Apr 27, 2016 · 1 comment · Fixed by #1424
Closed

Syndication format on micropub is obsolete, confuses woodwind and quill #1423

kevinmarks opened this issue Apr 27, 2016 · 1 comment · Fixed by #1424

Comments

@kevinmarks
Copy link

While trying to do this:

log into quill via known.kevinmarks.com

I encountered this error:

aaronpk/Quill#47
Slim Application Error
The application could not run because of the following error:

Details

Type: ErrorException
Code: 2
Message: array_key_exists() expects parameter 2 to be array, string given
File: /web/sites/quill.p3k.io/lib/helpers.php
Line: 208
Trace
#0 [internal function]: Slim\Slim::handleErrors(2, 'array_key_exist...', '/web/sites/quil...', 208, Array)
#1 /web/sites/quill.p3k.io/lib/helpers.php(208): array_key_exists('service', 'twitter::kevinm...')
#2 /web/sites/quill.p3k.io/controllers/auth.php(217): get_syndication_targets(Object(ORM))
#3 [internal function]: {closure}()
#4 /web/sites/quill.p3k.io/vendor/slim/slim/Slim/Router.php(172): call_user_func_array(Object(Closure), Array)
#5 /web/sites/quill.p3k.io/vendor/slim/slim/Slim/Slim.php(1222): Slim\Router->dispatch(Object(Slim\Route))
#6 /web/sites/quill.p3k.io/vendor/slim/slim/Slim/Middleware/Flash.php(86): Slim\Slim->call()
#7 /web/sites/quill.p3k.io/vendor/slim/slim/Slim/Middleware/MethodOverride.php(94): Slim\Middleware\Flash->call()
#8 /web/sites/quill.p3k.io/vendor/slim/slim/Slim/Middleware/PrettyExceptions.php(67): Slim\Middleware\MethodOverride->call()
#9 /web/sites/quill.p3k.io/vendor/slim/slim/Slim/Slim.php(1174): Slim\Middleware\PrettyExceptions->call()
#10 /web/sites/quill.p3k.io/public/index.php(23): Slim\Slim->run()
#11 {main}

which implies the syndication format is not working

Some other notes:

woodwind has issues with it too, as it doesn't know what to display on the buttons

@kylewm
Copy link
Collaborator

kylewm commented Apr 27, 2016

I have a good idea how to fix this short term without changes to Convoy

On April 27, 2016 2:36:00 PM PDT, Kevin Marks notifications@github.com wrote:

While trying to do this:

log into quill via known.kevinmarks.com

I encountered this error:

aaronpk/Quill#47
Slim Application Error
The application could not run because of the following error:

Details

Type: ErrorException
Code: 2
Message: array_key_exists() expects parameter 2 to be array, string
given
File: /web/sites/quill.p3k.io/lib/helpers.php
Line: 208
Trace

#0 [internal function]: Slim\Slim::handleErrors(2,
'array_key_exist...', '/web/sites/quil...', 208, Array)
#1 /web/sites/quill.p3k.io/lib/helpers.php(208):
array_key_exists('service', 'twitter::kevinm...')
#2 /web/sites/quill.p3k.io/controllers/auth.php(217):
get_syndication_targets(Object(ORM))
#3 [internal function]: {closure}()
#4 /web/sites/quill.p3k.io/vendor/slim/slim/Slim/Router.php(172):
call_user_func_array(Object(Closure), Array)
#5 /web/sites/quill.p3k.io/vendor/slim/slim/Slim/Slim.php(1222):
Slim\Router->dispatch(Object(Slim\Route))
#6
/web/sites/quill.p3k.io/vendor/slim/slim/Slim/Middleware/Flash.php(86):
Slim\Slim->call()
#7
/web/sites/quill.p3k.io/vendor/slim/slim/Slim/Middleware/MethodOverride.php(94):
Slim\Middleware\Flash->call()
#8
/web/sites/quill.p3k.io/vendor/slim/slim/Slim/Middleware/PrettyExceptions.php(67):
Slim\Middleware\MethodOverride->call()
#9 /web/sites/quill.p3k.io/vendor/slim/slim/Slim/Slim.php(1174):
Slim\Middleware\PrettyExceptions->call()
#10 /web/sites/quill.p3k.io/public/index.php(23): Slim\Slim->run()
#11 {main}

which implies the syndication format is not working

Some other notes:

woodwind has issues with it too, as it doesn't know what to display on
the buttons


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#1423

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

Successfully merging a pull request may close this issue.

2 participants