• Resolved dianaprs

    (@dianaprs)


    Hi All..

    I am hoping that you can help point me in the right direction to solve this problem .. I have been trying to get the link that is using the [submit_job_form] short code working – it used to work, and some where something broke.

    when I submit the form is the sever sits and spins and eventually gives a 500 error message below.

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    I contacted the provider of the hosting service and there are no problems on the server, I was informed that this error was occurring by some complement and in this case it would be the job manager

    Please I need help inmediately

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • If it’s a 500 internal server error, something should be logged to the server’s error logs telling you what the error was. If you can’t find error logs in your hosting control panel, you can enable WordPress to log errors to wp-content/debug.log file:

    You can also enable WP_DEBUG in your wp-config.php file to write to a debug.log file that will be located at /wp-content/debug.log by setting the following values in the wp-config.php file:

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    

    More information can be found at the link below, or by contacting your hosting company:
https://codex.ww.wp.xz.cn/WP_DEBUG

    Enable the debug logging, then submit on site again to cause the error to happen again, and then check that file

    Thread Starter dianaprs

    (@dianaprs)

    These are the error it throws

    PHP Warning: Use of undefined constant ‘xmlrpc_methods’ – assumed ‘‘xmlrpc_methods’’ (this will throw an Error in a future version of PHP) in /var/www/wp-content/themes/listify-child/functions.php on line 274

    Error Table ‘g9n642721548595.wp23_comments’ doesn’t exist de la base de datos de WordPress para la consulta SELECT SQL_CALC_FOUND_ROWS wp23_comments.comment_ID FROM wp23_comments WHERE ( ( comment_approved = ‘1’ ) OR ( user_id = 4 AND comment_approved = ‘0’ ) ) AND comment_post_ID = 73 AND comment_parent = 0 AND comment_type != ‘order_note’ AND comment_type != ‘webhook_delivery’ ORDER BY wp23_comments.comment_date_gmt ASC, wp23_comments.comment_ID ASC realizada por require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/listify/page-templates/template-single-column.php’), comments_template, WP_Comment_Query->__construct, WP_Comment_Query->query, WP_Comment_Query->get_comments, WP_Comment_Query->get_comment_ids

    Error Table ‘g9n642721548595.wp23_comments’ doesn’t exist de la base de datos de WordPress para la consulta SELECT SQL_CALC_FOUND_ROWS wp23_comments.comment_ID FROM wp23_comments WHERE ( ( comment_approved = ‘1’ ) OR ( user_id = 4 AND comment_approved = ‘0’ ) ) AND comment_post_ID = 73 AND comment_parent = 0 AND comment_type != ‘order_note’ AND comment_type != ‘webhook_delivery’ ORDER BY wp23_comments.comment_date_gmt ASC, wp23_comments.comment_ID ASC realizada por require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/listify/page-templates/template-single-column.php’), comments_template, WP_Comment_Query->__construct, WP_Comment_Query->query, WP_Comment_Query->get_comments, WP_Comment_Query->get_comment_ids

    [08-Aug-2019 17:35:20 UTC] PHP Notice: Undefined index: checked_calc_value in /var/www/wp-content/plugins/ninja-forms/includes/Fields/Checkbox.php on line 133

    Thread Starter dianaprs

    (@dianaprs)

    I need some help please

    Plugin Contributor Richard Archambault

    (@richardmtl)

    I’m not convinced that the error messages you quote there are actually related to the issue you’re seeing, BUT they do mention an issue with your theme; in particular, they mention the /themes/listify/page-templates/template-single-column.php file. Try switching to a different theme temporarily to see if the issue goes away or not. Let me know how it goes!

    Plugin Contributor Richard Archambault

    (@richardmtl)

    I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!

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

The topic ‘wP-job-manager: Server error – using submit_job_form short_code’ is closed to new replies.