Not seeing settings site
-
When I try and access settings I get a blank screen
-
I would suggest turning on php errors, since blank screens usually mean there is some error/problem, but it’s not displayed when php error are off.
Once done, please paste in your answer the error you see in the page.Also, if you could paste here the latest lines from your php error log, it would help understanding what is the issue with your site.
I’m not getting any other reports with this issue, so it’s possible that it is only happening in your specific server/wp installation.
OK i have the same error.
In my settings display errors are ON.I use PHP 7.1 – There is no error message and I see blank screen on plugin settings page.
If I switch to PHP 7.0 – everything working good!
That’s interesting.
I have to say, I have not tested with PHP 7.1, so there might be something that isn’t sitting right with it.Could you share the error you got?
If you get a blank page, try with the server logs or make sure that the WP log is being written.I’m experiencing the same error and am using PHP 7.1. The final line of the trace is odd.
Stack trace:[03-Jun-2017 23:52:19 UTC] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function do_settings_fields(), 1 passed in /Users/cris/Sites/www.mysite.dev/wp-content/plugins/simple-csv-xls-exporter/settings.php on line 364 and exactly 2 expected in /Users/cris/Sites/www.mysite.dev/wp-admin/includes/template.php:1321 Stack trace:#0 /Users/cris/Sites/www.mysite.dev/wp-content/plugins/simple-csv-xls-exporter/settings.php(364): do_settings_fields(‘wp_ccsve-group’)
#1 /Users/cris/Sites/www.mysite.dev/wp-includes/class-wp-hook.php(298): SIMPLE_CSV_EXPORTER_SETTINGS->plugin_settings_page('')#2 /Users/cris/Sites/www.mysite.dev/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(”, Array)
#3 /Users/cris/Sites/www.mysite.dev/wp-includes/plugin.php(453): WP_Hook->do_action(Array)#4 /Users/cris/Sites/www.mysite.dev/wp-admin/admin.php(222): do_action(‘tools_page_simp…’)
` #5 /Users/cris/Sites/www.mysite.dev/wp-admin/tools.php(10): require_once(‘/Users/c in /Users/cris/Sites/www.mysite.dev/wp-admin/includes/template.php on line 1321-
This reply was modified 9 years ago by
criself.
Sorry that’s hard to read:
[03-Jun-2017 23:52:19 UTC] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function do_settings_fields(), 1 passed in /Users/cris/Sites/www.mysite.dev/wp-content/plugins/simple-csv-xls-exporter/settings.php on line 364 and exactly 2 expected in /Users/cris/Sites/www.mysite.dev/wp-admin/includes/template.php:1321 Stack trace: #0 /Users/cris/Sites/www.mysite.dev/wp-content/plugins/simple-csv-xls-exporter/settings.php(364): do_settings_fields('wp_ccsve-group') #1 /Users/cris/Sites/www.mysite.dev/wp-includes/class-wp-hook.php(298): SIMPLE_CSV_EXPORTER_SETTINGS->plugin_settings_page('') #2 /Users/cris/Sites/www.mysite.dev/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters('', Array) #3 /Users/cris/Sites/www.mysite.dev/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #4 /Users/cris/Sites/www.mysite.dev/wp-admin/admin.php(222): do_action('tools_page_simp...') #5 /Users/cris/Sites/www.mysite.dev/wp-admin/tools.php(10): require_once('/Users/c in /Users/cris/Sites/www.mysite.dev/wp-admin/includes/template.php on line 1321Just pushed an update that should fix this issue.
Please update to 1.4.5 and let me know if it’s all good now!Yes, the settings page renders now. Thanks!
-
This reply was modified 9 years ago by
The topic ‘Not seeing settings site’ is closed to new replies.