Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Forum: Plugins
    In reply to: [Asgaros Forum] An idea…
    Thread Starter goof71

    (@goof71)

    Sorry but the problem only disappear when I deactivate the forum. Last version of the forum installed

    [Fri Jul 07 17:38:27 2017] [error] [client 80.12.58.70] [host http://www.fanselanchalon.fr] FastCGI: server “/homez.57/fanselan/www/v3/index.php” stderr: PHP message: Erreur de la base de donn\xc3\xa9es WordPress Lost connection to MySQL server during query pour la requ\xc3\xaate SELECT p.id, p.date, p.parent_id, p.author_id, t.name, (SELECT COUNT(*) FROM wp_forum_posts WHERE parent_id = p.parent_id) AS post_counter FROM wp_forum_posts AS p LEFT JOIN wp_forum_topics AS t ON (t.id = p.parent_id) LEFT JOIN wp_forum_forums AS f ON (f.id = t.parent_id) WHERE p.id IN (SELECT MAX(p_inner.id) FROM wp_forum_posts AS p_inner GROUP BY p_inner.parent_id) AND f.parent_id IN (424) ORDER BY p.id DESC LIMIT 4; faite par require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/customizr/index.php’), do_action(‘__loop’), WP_Hook->do_action, WP_Hook->apply_filters, CZR_page->czr_fn_page_content, the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, amr_do_widget, amr_shortcode_sidebar, WP_Widget->display_callback, AsgarosForumRecentPosts_Widget->widget, AsgarosForumWidgets::showW…, referer: http://www.fanselanchalon.fr/v3/forums?view=forum&id=1
    [Fri Jul 07 17:38:27 2017] [warn] [client 80.12.58.70] [host http://www.fanselanchalon.fr] FastCGI: too much stderr received from server “/homez.57/fanselan/www/v3/index.php”, increase FCGI_SERVER_MAX_STDERR_LINE_LEN (1023) and rebuild or use “\\n” to terminate lines, referer: http://www.fanselanchalon.fr/v3/forums?view=forum&id=1

    Forum: Plugins
    In reply to: [Asgaros Forum] An idea…
    Thread Starter goof71

    (@goof71)

    I’ve changed my theme, it works better !

    Forum: Plugins
    In reply to: [Asgaros Forum] An idea…
    Thread Starter goof71

    (@goof71)

    Viewing my logs… I got hundred of errors like this :

    [Tue Jul 04 20:37:17 2017] [error] [client 141.101.69.157] [host http://www.xxxxxx.fr] FastCGI: server “/home/xxxx/www/v3/index.php” stderr: PHP message: Erreur de la base de donn\xc3\xa9es WordPress Lost connection to MySQL server during query pour la requ\xc3\xaate SELECT p.id, p.date, p.parent_id FROM wp_forum_posts AS p INNER JOIN wp_forum_topics AS t ON p.parent_id = t.id INNER JOIN wp_forum_forums AS f ON t.parent_id = f.id WHERE p.id IN (SELECT MAX(p_inner.id) FROM wp_forum_posts AS p_inner GROUP BY p_inner.parent_id) AND (f.id = 4 OR f.parent_forum = 4) AND p.date > ‘0000-00-00 00:00:00’ ORDER BY p.id DESC; faite par require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/customizr/index.php’), do_action(‘__loop’), WP_Hook->do_action, WP_Hook->apply_filters, CZR_page->czr_fn_page_content, the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, AsgarosForum->forum, AsgarosForum->overview, require(‘/plugins/asgaros-forum/includes/views/overview.php’), require(‘/plugins/asgaros-forum/includes/views/forum-element.php’), AsgarosForumUnread::getSta…

    Theme compatibility problem ???

    Forum: Plugins
    In reply to: [Asgaros Forum] An idea…
    Thread Starter goof71

    (@goof71)

    Dear Asgaros
    I hace 200 topics / 2000 posts with the lastest version of WordPress/Asgaros.
    It’s the maintopic page (with the “forum shortcode”). I will ask my hoster to know if there’s a server problem.

    Thread Starter goof71

    (@goof71)

    Thanks for all 😉

    Thread Starter goof71

    (@goof71)

    Done ! And it works now !

    Thread Starter goof71

    (@goof71)

    Still have the problem. You ca have a look there : http://www.fanselanchalon.fr/v3/forums
    (Under the forum you have “Derniers messages” = Last Posts)
    Thanks !

    Thread Starter goof71

    (@goof71)

    Ok I do that !
    There’s something new applying the fix : the error message is now in french 😉

    Thread Starter goof71

    (@goof71)

    Still have the problem with the fix.
    Sorry

    Thread Starter goof71

    (@goof71)

    Hi !
    Still have the problem… (only on subjects).
    The location settings is ok.
    :/
    Regards

    goof71

    (@goof71)

    Hi !
    I have modified my CSS : http://www.fanselanchalon.fr/v3/wp-content/themes/customizr-child/style.css

    I hope it will be ok.

    goof71

    (@goof71)

    reload my fix on my website.
    Search the “background” parameters and delete the line (or change this color)

    😉

    goof71

    (@goof71)

    @geek38
    I made a fix : I inject a part of a “functionnal” CSS (in a child theme) into the CSS file of Customizr

    You can find it here :
    http://www.fanselanchalon.fr/v3/wp-content/themes/customizr-child/style.css

    🙂

    goof71

    (@goof71)

    @geek38

    I made a fix. I have injected a part of a “functionnal CSS” into a the theme (I have created a child theme) => edit the file : wp-content/themes/customizr-child/style.css and paste this code :

    * {
    margin: 0;
    padding: 0;
    }

    *,:before,:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

    a,
    a:hover {

    }

    embed,
    iframe,
    img,
    object,
    video,button,
    input,
    select,
    textarea,
    .wp-caption {
    max-width: 100%;
    }

    table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 4rem;
    width: 100%;
    }

    img {
    height: auto;
    }

    button,
    input[type=”button”],
    input[type=”reset”],
    input[type=”submit”] {
    background: #181616;

    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    border: 1px solid transparent;
    }
    button:hover,
    input[type=”button”]:hover,
    input[type=”reset”]:hover,
    input[type=”submit”]:hover {
    background: #222;
    }
    input[type=”email”],
    input[type=”password”],
    input[type=”text”],
    input[type=”search”],
    textarea {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;

    background-image: none;
    border: 1px solid #CCC !important;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;

    }
    input[type=”email”]:focus,
    input[type=”password”]:focus,
    input[type=”text”]:focus,
    textarea:focus {

    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    }

    /* WordPress */

    .screen-reader-text {}

    .avatar {
    float: left;
    margin-right: 25px;
    }

    .alignleft .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
    }

    .alignright .avatar {
    margin-left: 24px;
    margin-left: 2.4rem;
    }

    article.sticky h2:before {
    content: “Featured: “;
    }

    img.centered,
    .aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 2.4rem;
    }

    img.alignnone {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    }

    .alignleft {
    float: left;
    text-align: left;
    }

    .alignright {
    float: right;
    text-align: right;
    }

    img.alignleft,
    .wp-caption.alignleft {
    margin: 0 24px 24px 0;
    margin: 0 2.4rem 2.4rem 0;
    }

    img.alignright,
    .wp-caption.alignright {
    margin: 0 0 24px 24px;
    margin: 0 0 2.4rem 2.4rem;
    }

    goof71

    (@goof71)

Viewing 15 replies - 1 through 15 (of 17 total)