Conversation:
Notices
-
whistlewright (whistlewright)'s status on Tuesday, 17-Jul-2012 20:39:44 EDT
whistlewright
!feds What does this mean and how do I fix it? “$ php checkschema.php
PHP Fatal error: Uncaught ServerException: [500]: Plugin BookmarkList not found. thrown in /xxx/xxx/xxx/xxx/xxx/lib/statusnet.php on line 69R-
ⒿⓅⓄⓅⒺ (jpope)'s status on Tuesday, 17-Jul-2012 20:41:20 EDT
ⒿⓅⓄⓅⒺ
I means that you’ve removed the BookmarkList directory out of the plugin folder but still have it listed in your config.php. ;) -
parlementum (parlementum)'s status on Tuesday, 17-Jul-2012 20:43:05 EDT
parlementum
@whistlewright remove that plugin or comment it out from your config.php for starters. your site should then come back. -
whistlewright (whistlewright)'s status on Tuesday, 17-Jul-2012 20:45:07 EDT
whistlewright
I bet I was supposed to place all of that stuff in a directory inside the plugin directory, not just threw them in there -
parlementum (parlementum)'s status on Tuesday, 17-Jul-2012 20:45:34 EDT
parlementum
@whistlewright that would be correct! :) -
ⒿⓅⓄⓅⒺ (jpope)'s status on Tuesday, 17-Jul-2012 20:55:51 EDT
ⒿⓅⓄⓅⒺ
@whistlewright All of the BookmarkList plugin files should go in ./plugins/BookmarkList/
-