-
AuthorPosts
-
September 17th, 2015 at 17:10 #33393bankim
I am facing this problem for long. On saving setting, it goes to options.php and page remains blank. I have removed all plugins. WordPress latest version is installed Earlier it was not giving this error, it started suddenly. Not sure why. I changed the theme, the other theme was working fine and was able to save its settings. THe host server guys are saying is some problem with the theme / plugin. Please help as is urgent.
September 17th, 2015 at 18:22 #33394bankimI saw below function in main.php calling options.php…but could not figure out where is options.php…
<div id="main-options"> <form name="parabola_form" action="options.php" method="post" enctype="multipart/form-data"> <div id="accordion"> <?php settings_fields('parabola_settings'); ?> <?php do_settings_sections(__FILE__); ?> </div> <div id="submitDiv"> <br> <input class="button" name="parabola_settings[parabola_submit]" type="submit" style="float:right;" value="<?php _e('Save Changes','parabola'); ?>" /> <input class="button" name="parabola_settings[parabola_defaults]" id="parabola_defaults" type="submit" style="float:left;" value="<?php _e('Reset to Defaults','parabola'); ?>" /> </div> </form> <?php $parabola_theme_data = get_transient( 'parabola_theme_info'); ?> <span id="version"> Parabola v<?php echo PARABOLA_VERSION; ?> by <a href="http://www.cryoutcreations.eu" target="_blank">Cryout Creations</a> </span> </div><!-- main-options --> </div><!--lefty -->
September 20th, 2015 at 16:45 #33425ZedCryout Creations mastermindoptions.php is a WordPress file. You will not find it in the theme folder.
You need to enable WP_DEBUG or check the server error log for the actually error message you should be seeing at that moment.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘Options.php on saving settings’ is closed to new replies.