Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter mammoth1981

    (@mammoth1981)

    The server runs PHP version 5.4. I don’t know if this is current or old.

    If the PHP version is recent enough to not be the cause of the problem, I guess I’ll swtich themes and see if that fixes it.

    Thanks for the help.

    Thread Starter mammoth1981

    (@mammoth1981)

    I have enabled debug, and copied the following from where the comment box should usually be. (redacted1 and redacted2 replace part of the installation URL).

    Notice: Undefined property: WP_Query::$comments_by_type in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-includes/query.php on line 3960
    
    Notice: Indirect modification of overloaded property WP_Query::$comments_by_type has no effect in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 4232
    
    Strict Standards: Only variables should be assigned by reference in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 4232

    line 4232 in atom-core.php reads as below:

    $wp_query->comments_by_type = &separate_comments($this->comment_list);

    there was also more at the top of the page when debug was enabled, but i don’t know if it’s relevant.

    Notice: Undefined index: sml_subscribe in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/plugins/mail-subscribe-list/sml.php on line 267
    
    Strict Standards: Declaration of AtomWalkerTerms::start_lvl() should be compatible with Walker_Category::start_lvl(&$output, $depth = 0, $args = Array) in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 5870
    
    Strict Standards: Declaration of AtomWalkerTerms::end_lvl() should be compatible with Walker_Category::end_lvl(&$output, $depth = 0, $args = Array) in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 5870
    
    Strict Standards: Declaration of AtomWalkerTerms::start_el() should be compatible with Walker_Category::start_el(&$output, $category, $depth = 0, $args = Array, $id = 0) in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 5870
    
    Strict Standards: Declaration of AtomWalkerTerms::end_el() should be compatible with Walker_Category::end_el(&$output, $page, $depth = 0, $args = Array) in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 5870
    
    Strict Standards: Declaration of AtomWalkerComments::start_lvl() should be compatible with Walker::start_lvl(&$output, $depth = 0, $args = Array) in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 6106
    
    Strict Standards: Declaration of AtomWalkerComments::end_lvl() should be compatible with Walker::end_lvl(&$output, $depth = 0, $args = Array) in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 6106
    
    Strict Standards: Declaration of AtomWalkerComments::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 6106
    
    Strict Standards: Declaration of AtomWalkerComments::end_el() should be compatible with Walker::end_el(&$output, $object, $depth = 0, $args = Array) in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 6106
    
    Strict Standards: Declaration of AtomWalkerPages::start_lvl() should be compatible with Walker_Page::start_lvl(&$output, $depth = 0, $args = Array) in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 6195
    
    Strict Standards: Declaration of AtomWalkerPages::start_el() should be compatible with Walker_Page::start_el(&$output, $page, $depth = 0, $args = Array, $current_page = 0) in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 6195
    
    Strict Standards: Declaration of AtomWidgetSearch::form() should be compatible with WP_Widget::form($instance) in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-widgets.php on line 3420
    
    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-includes/functions.php on line 3378
    
    Notice: Undefined offset: 0 in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 2470
    
    Notice: Trying to get property of non-object in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 2475
    Notice: Undefined offset: 0 in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 2470
    
    Notice: Trying to get property of non-object in /homepages/8/d469054321/htdocs/redacted1/WordPress/redacted2/wp-content/themes/mystique/atom-core.php on line 2475
    class="single single-post postid-2870 single-format-standard logged-in admin-bar no-customize-support no-js no-fx title-yep-its-broken-im-working-on-it-d category-uncategorized author-obscurehandhelds c2right fixed with-meta browser-chrome">

    I hope this is of some use to get commenting working again.

    thanks in advance

    Thread Starter mammoth1981

    (@mammoth1981)

    OK I figured out number 3. By adding:

    div.tfwc {max-width: 100% !important;}

    to my child theme css file, the product page now extends the full width of the available space.

    So it’s just issues 1 and 2 that I’m needing help with.

    Cheers

    Thread Starter mammoth1981

    (@mammoth1981)

    No-one?

    Thread Starter mammoth1981

    (@mammoth1981)

    Thank you, have done as you said.

    Forum: Fixing WordPress
    In reply to: Image import woes
    Thread Starter mammoth1981

    (@mammoth1981)

    You can’t FTP into .COM sites afaik. Please correct me if I’m wrong…

    Thread Starter mammoth1981

    (@mammoth1981)

    There are about 160 articles on the blog, of which possible half of them have a youtube video embedded. It would take days to fix them all, surely there’s a better way?!

Viewing 7 replies - 1 through 7 (of 7 total)