Options.php on saving settings

  • Author
    Posts
  • #33393
    bankim

    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.

    #33394
    bankim

    I 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 -->
    #33425
    Zed
    Cryout Creations mastermind

    options.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.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Options.php on saving settings’ is closed to new replies.