Forum Replies Created

Viewing 15 replies - 16 through 30 (of 32 total)
  • Thread Starter Dayton Design

    (@wbbuilder)

    I manually reset my plugins but the issue did not resolve. The changes just threw up lots of PHP errors on the login page:

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Contact_Us_Widget has a deprecated constructor in /MyRoot/public_html/wp-content/themes/cosmos/inc/widgets.php on line 406
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; flickr_widget has a deprecated constructor in /MyRoot/public_html/wp-content/themes/cosmos/inc/widgets.php on line 545
    
    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
    
    __construct()
    
    instead. in /MyRoot/public_html/wp-includes/functions.php on line 3624
    
    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
    
    __construct()
    
    instead. in /MyRoot/public_html/wp-includes/functions.php on line 3624
    
    Warning: Parameter 1 to wp_default_scripts() expected to be a reference, value given in /MyRoot/public_html/wp-includes/plugin.php on line 601
    
    Warning: Cannot modify header information - headers already sent by (output started at /MyRoot/public_html/wp-content/themes/cosmos/inc/widgets.php:406) in /MyRoot/public_html/wp-includes/pluggable.php on line 1228

    Disabling the plugins also created these errors on the front end:

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Contact_Us_Widget has a deprecated constructor in /MyRoot/public_html/wp-content/themes/cosmos/inc/widgets.php on line 406
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; flickr_widget has a deprecated constructor in /MyRoot/public_html/wp-content/themes/cosmos/inc/widgets.php on line 545
    
    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
    
    __construct()
    
    instead. in /MyRoot/public_html/wp-includes/functions.php on line 3624
    
    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
    
    __construct()
    
    instead. in /MyRoot/public_html/wp-includes/functions.php on line 3624
    
    Warning: Parameter 1 to wp_default_scripts() expected to be a reference, value given in /MyRoot/public_html/wp-includes/plugin.php on line 601
    
    Warning: Parameter 1 to wp_default_styles() expected to be a reference, value given in /MyRoot/public_html/wp-includes/plugin.php on line 601

    I then renamed all the current themes (Cosmos is the default theme) when I renamed them except for twentyfifteen the front end page went totally blank as well.

    active_plugins table under WP_Option ins PHPMyAdmin originally had this code before I removed to disable:

    a:25:{i:0;s:27:"LayerSlider/layerslider.php";i:1;s:41:"Ultimate_VC_Addons/Ultimate_VC_Addons.php";i:2;s:28:"add-posts-to-pages/index.php";i:3;s:33:"affiliates-manager/boot-strap.php";i:4;s:41:"better-wp-security/better-wp-security.php";i:5;s:67:"contact-form-7-simple-recaptcha/contact-form-7-simple-recaptcha.php";i:6;s:36:"contact-form-7/wp-contact-form-7.php";i:7;s:34:"custom-sidebars/customsidebars.php";i:8;s:45:"disable-wordpress-updates/disable-updates.php";i:9;s:53:"easy-custom-auto-excerpt/easy-custom-auto-excerpt.php";i:10;s:31:"export-emails/export-emails.php";i:12;s:27:"js_composer/js_composer.php";i:13;s:23:"ml-slider/ml-slider.php";i:15;s:74:"official-statcounter-plugin-for-wordpress/StatCounter-Wordpress-Plugin.php";i:16;s:50:"pricing-deals-for-woocommerce/vt-pricing-deals.php";i:17;s:45:"simple-page-ordering/simple-page-ordering.php";i:18;s:49:"smart-manager-for-wp-e-commerce/smart-manager.php";i:19;s:59:"woocommerce-export-customer-email/export-customer-email.php";i:20;s:71:"woocommerce-gateway-credit-card-offline/gateway-credit-card-offline.php";i:21;s:40:"woocommerce-simply-order-export/main.php";i:22;s:27:"woocommerce/woocommerce.php";i:23;s:24:"wordpress-seo/wp-seo.php";i:24;s:31:"wp-all-export/wp-all-export.php";i:25;s:16:"wp-edit/main.php";i:26;s:35:"wysiwyg-widgets/wysiwyg-widgets.php";}

    I added this back to the table, and the errors on the front end went away. The backend is still blank. It appears as if disabling plugins is giving me an error and disabling active theme is giving me blank page. /strong>

    Thread Starter Dayton Design

    (@wbbuilder)

    t-p thank you for the quick reply. I see this error over and over:

    [06-Feb-2018 01:58:27 UTC] PHP Warning:  Illegal string offset 'remember' in /MyRoot/public_html/wp-includes/user.php on line 41
    [06-Feb-2018 01:58:27 UTC] PHP Warning:  Cannot assign an empty string to a string offset in /MyRoot/public_html/wp-includes/user.php on line 41
    [06-Feb-2018 01:58:27 UTC] PHP Warning:  Illegal string offset 'user_login' in /MyRoot/public_html/wp-includes/user.php on line 56
    [06-Feb-2018 01:58:27 UTC] PHP Fatal error:  Uncaught Error: Cannot create references to/from string offsets in /MyRoot/public_html/wp-includes/user.php:56
    Stack trace:
    #0 /MyRoot/public_html/wp-login.php(775): wp_signon('', '')
    #1 /MyRoot/public_html/wp-content/plugins/better-wp-security/core/modules/hide-backend/class-itsec-hide-backend.php(191): include('/MyRoot/...')
    #2 /MyRoot/public_html/wp-includes/plugin.php(525): ITSEC_Hide_Backend->execute_hide_backend('')
    #3 /MyRoot/public_html/wp-settings.php(392): do_action('init')
    #4 /MyRoot/public_html/wp-config.php(81): require_once('/MyRoot/...')
    #5 /MyRoot/public_html/wp-load.php(37): require_once('/MyRoot/...')
    #6 /MyRoot/public_html/wp-blog-header.php(12): require_once('/MyRoot/...')
    #7 /MyRoot/public_html/index.php(17): require('/MyRoot/...')
    #8 {main}
      thrown in /MyRoot/public_html/wp-includes/user.php on line 56

    I am not sure what to do with this, or what to try to gain access.

    Thread Starter Dayton Design

    (@wbbuilder)

    I just waited and hour or so, and the issue went away!! I suppose once you change the wp-config back you just have to wait without logging in for a bit and retry.

    Thread Starter Dayton Design

    (@wbbuilder)

    Anyone know of a store or plugin that allows batch file or multi line data entry? That might help get me started.

    Thread Starter Dayton Design

    (@wbbuilder)

    I found this plugin called: Formidable Pro but it seems as if this is only for a form. It would work nicely if this functionality were attached to the products of a store like WooCommerce instead of a standard form.

    Thread Starter Dayton Design

    (@wbbuilder)

    I ended up doing a fresh install and cross-referencing with the older installation.

    The error logs on my server were blank and my host was of no help since they do not offer assitance on manual migrations. They do offer a paid migration service (go figure). But I understand its not their responsibility.

    I am fairly convinced the issue was due to the template which is quite involved. Themeforest: WP Plumber that has several plugins required to make it work.

    I couldn’t use the template download in the backup files (It was producing errors on the new install) so I actually purchased the template (for the second time with this same client), did a fresh install on the new server, installed the new template, and now I am cross referencing between both control panels to get the new layout right. I am almost done, and its not quite as quick as a simple migration but it works.

    How there were no error_log (WordPress ) entries or any errors listed in my hosting server log is beyond me. I would expect some sore of PHP error regardless of issue. Oh well.

    The instructions mentioned template, the host mentioned template and in the end I believe it was the template that was the problem. I did not find a fix but the workaround fresh install did the job. Thank you for your help.

    Thread Starter Dayton Design

    (@wbbuilder)

    Anyone? No errors showing in error_log just blank page.

    Thread Starter Dayton Design

    (@wbbuilder)

    OK I reuploaded the wp-includes.load.php file and this error went away.

    But my site still shows a blank page.

    Thread Starter Dayton Design

    (@wbbuilder)

    I looked at: error_log and see these lines over and over:

    [03-Dec-2015 17:58:49 America/Chicago] PHP Warning:  require(/home/MYUSER/public_html/wp-includes/load.php): failed to open stream: No such file or directory in /home/MYUSER/public_html/wp-settings.php on line 21
    [03-Dec-2015 17:58:49 America/Chicago] PHP Fatal error:  require(): Failed opening required '/home/MYUSER/public_html/wp-includes/load.php' (include_path='.:/opt/php54/lib/php') in /home/gtplumb/public_html/wp-settings.php on line 21
    Thread Starter Dayton Design

    (@wbbuilder)

    In wp_options table ‘option_name’ fields:
    gmediaOptions
    gmediaDbVersion
    gmediaVersion
    GmediaHashID_salt

    Thank you I found these additional fields and deleted them as well. I didn’t know these were in the database, good thing you pointed them out.

    Thread Starter Dayton Design

    (@wbbuilder)

    I just removed all the files then removed all the wp_gmedia tables which were all empty with 0 data. It seems as if there were no problems.

    Thread Starter Dayton Design

    (@wbbuilder)

    Removed.

    Thread Starter Dayton Design

    (@wbbuilder)

    Sorry my post did not link. Here is the full post of my issue: https://wordpress.org/support/topic/how-to-remove-plugin-manually?replies=4#post-7653768

    Thread Starter Dayton Design

    (@wbbuilder)

    That is what I was thinking, but the database is most of the problem in that I can’t even optimize or repair my database due to the mismatched types. I will repost in the grand-media area.

    Thread Starter Dayton Design

    (@wbbuilder)

    Bump

Viewing 15 replies - 16 through 30 (of 32 total)