Title: Internal Server Error
Last modified: October 19, 2021

---

# Internal Server Error

 *  Resolved [rscimagery](https://wordpress.org/support/users/rscimagery/)
 * (@rscimagery)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/internal-server-error-672/)
 * Whenever i try to load in a file….
 * Error
    There was an error while trying to save the table! Internal Server Error
   There has been a critical error on this website.
 * Learn more about troubleshooting WordPress.

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

 *  Plugin Author [wpDataTables](https://wordpress.org/support/users/wpdatatables/)
 * (@wpdatatables)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/internal-server-error-672/#post-15002789)
 * Hello there.
 * Sorry for the late response.
 * This is a server error, and it could be caused by a lot of things. We can’t say
   exactly what caused it, but you can take a look at wpDataTables/System Info, 
   and see if there are any notices in there.
 * Also, you can copy the following code:
 *     ```
       ini_set('display_errors', 1);
       ini_set('display_startup_errors', 1);
       error_reporting(E_ALL);
       ```
   
 * And go to ../wp-content/plugins/wpdatatables/wpdatatables.php
 * On line 39 you will see this:
 *     ```
           if (is_admin()) {
               // Admin panel controller
               require_once(WDT_ROOT_PATH . 'controllers/wdt_admin.php');
       ```
   
 * Hit Enter on line 39, after ” { ” and add the code, so it looks like this:
 *     ```
           if (is_admin()) {
               ini_set('display_errors', 1);
               ini_set('display_startup_errors', 1);
               error_reporting(E_ALL);
               // Admin panel controller
               require_once(WDT_ROOT_PATH . 'controllers/wdt_admin.php');
       ```
   
 * Save the file, and then try to upload the file again. This time, it should show
   you the whole error, so please paste it here, remove the code you’ve added to
   wpdatatables.php and we’ll see what’s going on based on your response.
 * Kind regards
 *  Plugin Author [wpDataTables](https://wordpress.org/support/users/wpdatatables/)
 * (@wpdatatables)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/internal-server-error-672/#post-15128363)
 * Hi there,
 * We didn’t receive feedback for a while, so we suppose that you find answers for
   your questions, so we will mark it as resolved.
 * Thank you for understanding
 * Best regards.

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

The topic ‘Internal Server Error’ is closed to new replies.

 * ![](https://ps.w.org/wpdatatables/assets/icon-128x128.gif?rev=3010404)
 * [wpDataTables - WordPress Data Table, Dynamic Tables & Table Charts Plugin](https://wordpress.org/plugins/wpdatatables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdatatables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdatatables/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdatatables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdatatables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdatatables/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [wpDataTables](https://wordpress.org/support/users/wpdatatables/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/internal-server-error-672/#post-15128363)
 * Status: resolved