Conversation:
Notices
-
!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
-
I means that you’ve removed the BookmarkList directory out of the plugin folder but still have it listed in your config.php. ;)
-
@whistlewright remove that plugin or comment it out from your config.php for starters. your site should then come back.
-
I bet I was supposed to place all of that stuff in a directory inside the plugin directory, not just threw them in there
-
@whistlewright that would be correct! :)
-
@whistlewright All of the BookmarkList plugin files should go in ./plugins/BookmarkList/