• Resolved ANo.1

    (@ano1-1)


    I updated the plugin and the whole wp-admin went idle. The sidebar worked, but all options showed only blank with no option to uninstall or take any other action in the whole admin. I had to delete the plugin from webftp. Tried several times. The same happened also when installing from scratch.

    wc version 2.5.5
    wp version 4.4.14
    php version 5.5.38

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Oscar Gare

    (@oscargare)

    Hi,
    the recommended WooCommerce version is 2.6 or later.
    Could you enabled the WP debug log and try again to register the error and provide me it?.

    thank you in advance.

    Plugin Author Oscar Gare

    (@oscargare)

    Hello there,

    It’s been a few days since we replied last. We just wanted to make sure that your issue was resolved or you had any other queries. I would like to inform you that I will mark this thread as resolved in a few days if we do not get a reply back from you within a few days.

    Thanks.

    Thread Starter ANo.1

    (@ano1-1)

    Hi, I was trying to enable the debug log, but I didn’t find that option in wp-config, nor anywhere else. Shall I add
    define( 'WP_DEBUG_LOG', true );
    in the wp-config?

    `

    Plugin Author Oscar Gare

    (@oscargare)

    Hi, to enable the debug log in your site add this code to your wp-config:

    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings 
    define( 'WP_DEBUG_DISPLAY', false );

    You must insert this BEFORE /* That’s all, stop editing! Happy blogging. */

    When you active the plugin, the error will be register in the file wp-content/debug.log

    Could you report me the error?

    Thank you in advance.

    Thread Starter ANo.1

    (@ano1-1)

    [10-Apr-2018 18:40:51 UTC] PHP Warning:  call_user_func_array() expects parameter 1 to be a valid callback, function 'wc_loop_shop_columns' not found or invalid function name in /hosting/www/lfots.com/prize/wp-includes/plugin.php on line 235
    [10-Apr-2018 18:40:52 UTC] PHP Warning:  call_user_func_array() expects parameter 1 to be a valid callback, function 'custom_storefront_credit' not found or invalid function name in /hosting/www/lfots.com/prize/wp-includes/plugin.php on line 525
    [10-Apr-2018 18:42:12 UTC] PHP Fatal error:  Call to private method WC_Geolocation::get_local_database_path() from context 'WCPBC_Admin_Notices' in /hosting/www/lfots.com/prize/wp-content/plugins/woocommerce-product-price-based-on-countries/includes/admin/class-wcpbc-admin-notices.php on line 238
     
    Plugin Author Oscar Gare

    (@oscargare)

    Hi,
    thank you for the info, I’m going to fix it as soon as possible.

    Regards,
    Oscar.

    Plugin Author Oscar Gare

    (@oscargare)

    Hi @ano1-1,
    the new version 1.7.2 should fix the error.

    Thank you for the feedback.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Admin Blank after PBC update/installation’ is closed to new replies.