• Hello. I’m migrating my site billprice.com from Dreamhost to 1and1 using your plugin and have the following errors upon upload.

    Warning: Declaration of Walker_Portfolio_Filter::start_el(&$output, $category, $depth, $args) should be compatible with Walker_Category::start_el(&$output, $category, $depth = 0, $args = Array, $id = 0) in /homepages/27/d654958469/htdocs/clickandbuilds/BillPrice/wp-content/themes/aware/admin/theme-functions.php on line 176

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /homepages/27/d654958469/htdocs/clickandbuilds/BillPrice/wp-content/themes/aware/admin/theme-functions.php:176) in /homepages/27/d654958469/htdocs/clickandbuilds/BillPrice/wp-content/plugins/screets-chat/core/fn.init.php on line 164

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d654958469/htdocs/clickandbuilds/BillPrice/wp-content/themes/aware/admin/theme-functions.php:176) in /homepages/27/d654958469/htdocs/clickandbuilds/BillPrice/wp-includes/pluggable.php on line 1174

Viewing 1 replies (of 1 total)
  • Plugin Author Pim J. Iliev

    (@pimjitsawang)

    Hi pricebill,

    I am sorry for the inconvenience.
    Could you edit your wp-config.php with

    define(‘WP_DEBUG’, false);
    define( ‘WP_DEBUG_DISPLAY’, false );
    @ini_set( ‘display_errors’, 0 );

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot send session cache limiter’ is closed to new replies.