Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    so?

    Thread Starter crockett95

    (@crockett95)

    So there’s not supposed to be any functionality there? Sorry for assuming.

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    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]

    Thread Starter crockett95

    (@crockett95)

    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.

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    You’re welcome.
    If you’ve further questions, don’t hesitate to ask.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Settings Page Blank’ is closed to new replies.