• Resolved cromwell4

    (@cromwell4)


    Hi,

    I want to import a WordPress database. I have installed the plugin Ari Adminer and launched it in MODAL view.
    Steps taken:
    Click on Server on the header.
    Click on Create Database.
    Enter a new database name, collation utf8_general_ci and click on SAVE.
    Database is created.
    Click on Import (left-hand column)
    Import page displays.
    File Import – select Import_SQL.gz 11,523KB, and execute.
    File uploads.
    Page refreshs – keft-hand margin disappears, selected file disappears – page is now blank and is displaying IMPORT.
    CONSOLE error: Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    I have also tried to import the file from the webserver – I renamed the file to adminer.sql.gz and saved it to the www folder on the wordpress site. Error: File does not exist.

    I am using Chrome on Windows 10 Home 64 bit. WordPress 4.9.9, AdMiner 4.6.3 4.7.1

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author arisoft

    (@arisoft)

    Hello,

    A blank screen appears when a PHP error occurs. Please check web server error log and specify error(s) so we can investigate the problem.

    Thread Starter cromwell4

    (@cromwell4)

    Here is the error from /var/log/apache2

    I have replaced the IP addresses with “Remote PC” and “WordPress Site”

    [Tue Feb 05 08:51:53.825921 2019] [php7:error] [pid 8412] [client “Remote PC”:36069] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 98566176 bytes) in /var/www/html/wp-content/plugins/ari-adminer/adminer/adminer/adminer/include/functions.inc.php on line 762, referer: https://”WordPress Site”/wp-content/plugins/ari-adminer/adminer/wrapper_adminer.php?username=10f9574ee7f12af1cacae254d0c5d60e&import=

    The site is running on a Digital Ocean droplet which has 2GB memory, 50GB disk of which 19GB is in use

    Plugin Author arisoft

    (@arisoft)

    It seems limit for PHP process is set to 128 MB. Increase this parameter. Check memory_limit parameter in php.ini file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Import Database – blank screen displayed’ is closed to new replies.