• I cannot access the settings on any individual plugin. I just get a blank page. I can access the plugins page and activate and deactivate or delete individual plugins, however, cannot go into the individual plugin settings and make changes. Never have seen this before. Any suggestions.?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Please add define( 'WP_DEBUG', true ); to your wp-config.php file and then try to load the page again. See if an error log shows up anywhere on your server. Specifically look in the parent directory of WP, the wp-content directory, the wp-content/plugins directory, and the plugin directory of the plugin in question. Then share the error log with us. If the error log is longer than a few lines please share it using PasteBin.

    Thread Starter jphipps

    (@jphipps)

    Get the following error when adding the above code:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    This is the file itself:

    # BEGIN WordPress
    define( ‘WP_DEBUG’, true );
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    ## WP Defender – Prevent information disclosure ##
    Options -Indexes
    ## WP Defender – End ##

    You did not add it to your wp-config.php file but your .htaccess file.

    Please delete it from .htaccess and add it to wp-config.php

    Thread Starter jphipps

    (@jphipps)

    DOH! Sorry about that…

    Here are the errors:

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; DateTimeNowButtonPlugin has a deprecated constructor in /home/mjpacqui/public_html/markitplus/wp-content/plugins/datetime-now-button/datetime-now-button.php on line 14

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Woo_Widget_AdSpace has a deprecated constructor in /home/mjpacqui/public_html/markitplus/wp-content/themes/canvas/includes/widgets/widget-woo-adspace.php on line 24

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Woo_Widget_BlogAuthorInfo has a deprecated constructor in /home/mjpacqui/public_html/markitplus/wp-content/themes/canvas/includes/widgets/widget-woo-blogauthor.php on line 24

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Woo_Widget_Embed has a deprecated constructor in /home/mjpacqui/public_html/markitplus/wp-content/themes/canvas/includes/widgets/widget-woo-embed.php on line 25

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Woo_Widget_Flickr has a deprecated constructor in /home/mjpacqui/public_html/markitplus/wp-content/themes/canvas/includes/widgets/widget-woo-flickr.php on line 24

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Woo_Widget_Search has a deprecated constructor in /home/mjpacqui/public_html/markitplus/wp-content/themes/canvas/includes/widgets/widget-woo-search.php on line 24

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Woo_Widget_Subscribe has a deprecated constructor in /home/mjpacqui/public_html/markitplus/wp-content/themes/canvas/includes/widgets/widget-woo-subscribe.php on line 24

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Woo_Widget_WooTabs has a deprecated constructor in /home/mjpacqui/public_html/markitplus/wp-content/themes/canvas/includes/widgets/widget-woo-tabs.php on line 24

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Woo_Widget_Feedback has a deprecated constructor in /home/mjpacqui/public_html/markitplus/wp-content/themes/canvas/includes/widgets/widget-woo-feedback.php on line 24

    Notice: Constant WOO_PRESSTRENDS_THEMEKEY already defined in /home/mjpacqui/public_html/markitplus/wp-content/themes/canvas/functions.php on line 17

    Notice: The called constructor method for WP_Widget in Woo_Widget_AdSpace is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/mjpacqui/public_html/markitplus/wp-includes/functions.php on line 3916

    Notice: The called constructor method for WP_Widget in Woo_Widget_BlogAuthorInfo is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/mjpacqui/public_html/markitplus/wp-includes/functions.php on line 3916

    Notice: The called constructor method for WP_Widget in Woo_Widget_Embed is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/mjpacqui/public_html/markitplus/wp-includes/functions.php on line 3916

    Notice: The called constructor method for WP_Widget in Woo_Widget_Flickr is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/mjpacqui/public_html/markitplus/wp-includes/functions.php on line 3916

    Notice: The called constructor method for WP_Widget in Woo_Widget_Search is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/mjpacqui/public_html/markitplus/wp-includes/functions.php on line 3916

    Notice: The called constructor method for WP_Widget in Woo_Widget_Subscribe is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/mjpacqui/public_html/markitplus/wp-includes/functions.php on line 3916

    Notice: The called constructor method for WP_Widget in Woo_Widget_WooTabs is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/mjpacqui/public_html/markitplus/wp-includes/functions.php on line 3916

    Notice: The called constructor method for WP_Widget in Woo_Widget_Feedback is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/mjpacqui/public_html/markitplus/wp-includes/functions.php on line 3916

    Notice: The called constructor method for WP_Widget in Woo_Widget_Component is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/mjpacqui/public_html/markitplus/wp-includes/functions.php on line 3916

    Notice: The called constructor method for WP_Widget in WooDojo_Widget_Tabs is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/mjpacqui/public_html/markitplus/wp-includes/functions.php on line 3916

    Thread Starter jphipps

    (@jphipps)

    When trying to access a plugin get the following:

    Fatal error: Uncaught Error: Call to undefined function mysql_real_escape_string() in /home/mjpacqui/public_html/markitplus/wp-content/themes/canvas/functions/admin-interface.php:111 Stack trace: #0 /home/mjpacqui/public_html/markitplus/wp-includes/class-wp-hook.php(286): woothemes_add_admin(”) #1 /home/mjpacqui/public_html/markitplus/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /home/mjpacqui/public_html/markitplus/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/mjpacqui/public_html/markitplus/wp-admin/includes/menu.php(149): do_action(‘admin_menu’, ”) #4 /home/mjpacqui/public_html/markitplus/wp-admin/menu.php(294): require_once(‘/home/mjpacqui/…’) #5 /home/mjpacqui/public_html/markitplus/wp-admin/admin.php(140): require(‘/home/mjpacqui/…’) #6 {main} thrown in /home/mjpacqui/public_html/markitplus/wp-content/themes/canvas/functions/admin-interface.php on line 111

    In the future please use PasteBin to post errors that go on for more than just a few lines. Unfortunately, you are using a premium theme so you will need to contact the developer of the theme you are using. You can can do that here. We are not able to provide support for sites with premium themes here in the forums. and thats what it appears is causing your problem.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cannot Access Any Plugin Settings’ is closed to new replies.