• Resolved inndesign

    (@inndesign)


    We have been seeing a lot of errors generating in the log from plugin version 2.6.1 plugin:

    [28-Jun-2018 23:40:11 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/css/socialcss.php on line 103
    [28-Jun-2018 23:40:11 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/css/socialcss.php on line 105
    [28-Jun-2018 23:40:11 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/css/socialcss.php on line 108
    [28-Jun-2018 23:40:11 UTC] PHP Notice: Undefined index: login_custom_css in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 89
    [28-Jun-2018 23:40:11 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 123
    [28-Jun-2018 23:40:11 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 126
    [28-Jun-2018 23:40:11 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 129
    [28-Jun-2018 23:40:11 UTC] PHP Notice: Undefined index: login_form_position in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 153
    [28-Jun-2018 23:40:11 UTC] PHP Notice: Undefined index: login_form_position in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 166
    [28-Jun-2018 23:40:11 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 242

    The page I need help with: [log in to see the link]

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

    (@inndesign)

    Errors continue:

    [29-Jun-2018 02:47:12 UTC] WordPress database error Unknown column ‘wp_postmeta.meta_value’ in ‘order clause’ for query SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND (
    wp_posts.ID NOT IN (
    SELECT object_id
    FROM wp_term_relationships
    WHERE term_taxonomy_id IN (298)
    )
    AND
    wp_term_relationships.term_taxonomy_id IN (22,25,44,89,90,91,92,93,98,112,115,1894)
    ) AND wp_posts.post_type = ‘product’ AND (wp_posts.post_status = ‘publish’) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value+0 DESC, wp_posts.post_date DESC LIMIT 0, 16 made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, QM_DB->query
    [29-Jun-2018 02:50:56 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/css/socialcss.php on line 103
    [29-Jun-2018 02:50:56 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/css/socialcss.php on line 105
    [29-Jun-2018 02:50:56 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/css/socialcss.php on line 108
    [29-Jun-2018 02:50:56 UTC] PHP Notice: Undefined index: login_custom_css in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 89
    [29-Jun-2018 02:50:56 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 123
    [29-Jun-2018 02:50:56 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 126
    [29-Jun-2018 02:50:56 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 129
    [29-Jun-2018 02:50:56 UTC] PHP Notice: Undefined index: login_form_position in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 153
    [29-Jun-2018 02:50:56 UTC] PHP Notice: Undefined index: login_form_position in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 166
    [29-Jun-2018 02:50:56 UTC] PHP Notice: Undefined index: login_form_float in /home/domain/public_html/wp-content/plugins/admin-custom-login/login-form-screen.php on line 242
    [29-Jun-2018 03:02:16 UTC] WordPress database error Unknown column ‘wp_postmeta.meta_value’ in ‘order clause’ for query SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND (
    wp_posts.ID NOT IN (
    SELECT object_id
    FROM wp_term_relationships
    WHERE term_taxonomy_id IN (298)
    )
    AND
    wp_term_relationships.term_taxonomy_id IN (280)
    ) AND wp_posts.post_type = ‘product’ AND (wp_posts.post_status = ‘publish’) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value+0 DESC, wp_posts.post_date DESC LIMIT 0, 48 made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, QM_DB->query

    Plugin Author weblizar

    (@weblizar)

    Did you get this error on Fresh Install?

    Is your Debug MOde is ON?

    Are you testing the plugin on localhost or live site?

    Did you migrate the site recently?

    Provide all details, we will help you to fix all these errors.

    Thanks

    • This reply was modified 6 years, 5 months ago by weblizar.
    • This reply was modified 6 years, 5 months ago by weblizar.
    Plugin Author weblizar

    (@weblizar)

    one more question

    Where are you getting these errors Admin Dashboard or Login Page?

    Thanks

    Thread Starter inndesign

    (@inndesign)

    Hello, It has been installed for several months. Debug mode is on in silent mode to a log file. Site is Live site. Site has been on same server for five months. I don’t know what triggers the errors.

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi inndesign,

    – Please download the latest version of the plugin and check it again we hope it works for you.
    – After update notify us again.

    Thanks.

    Thread Starter inndesign

    (@inndesign)

    Greetings. Your update so far seems to have eliminated the volley of error messages. I will keep an eye on the logs. Thanks.

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi inndesign,

    – Thank you for your powerful feedback
    – If you like our plugin and support please review us.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘PHP Errors From Log’ is closed to new replies.