So there’s not supposed to be any functionality there? Sorry for assuming.
Sure there is functionality. But I can’t help you, if you don’t provide more informations e.g. a screenshot or anything like this. You’re the only one having the problem, so there must be a problem in some other plugins or in combination of them or at least the theme.
I’ve tested the plugin in x-different themes and with many other plugins without any problem…
The best would be, you’ll give me a time limited admin access to solve this Problem. My email is [email protected]
Found the issue. Line 1211 of spreadplugin.php:
// display options page
include(ABSPATH.'wp-content/plugins/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__)).'options.php');
}
This assumes default folder name for the content folder. “Better WP Security” plugin has an option to rename “wp-content” for added security, which breaks the path of the include();
On a side-note: My apologies for being a douche about it.
You’re welcome.
If you’ve further questions, don’t hesitate to ask.