Note that there are some explanatory texts on larger screens.

plurals
  1. POdrupal 7 install erro (An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows)
    primarykey
    data
    text
    <p>**I tried to install drupal 7.10, and when the installation has done 28/29 modules, an error occured:</p> <blockquote> <p>An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: <a href="http://example.com/drupal/install.php?profile=standard&amp;locale=en&amp;id=1&amp;op=do" rel="nofollow">http://example.com/drupal/install.php?profile=standard&amp;locale=en&amp;id=1&amp;op=do</a> StatusText: OK ResponseText: ( ! ) <strong>Fatal error: Maximum execution time of 30 seconds</strong> exceeded in C:\wamp\www\drupal\includes\database\mysql\database.inc on line 153 Call Stack #TimeMemoryFunctionLocation 10.0004371192{main}( )..\install.php:0 20.0043834504install_drupal( )..\install.php:26 30.95958976424install_run_tasks( )..\install.core.inc:79 41.929419997120install_run_task( )..\install.core.inc:342 51.930720117440_batch_page( )..\install.core.inc:452 61.931520124560_batch_do( )..\batch.inc:80 71.931520124560_batch_process( )..\batch.inc:161 81.933320214776call_user_func_array ( )..\batch.inc:284 91.933320214800_install_module_batch( )..\batch.inc:284 101.933320215000module_enable( )..\install.core.inc:1538 112.990422114008module_invoke( )..\module.inc:448 122.990422114224call_user_func_array ( )..\module.inc:794 132.990422114360standard_install( )..\module.inc:794 1420.519725138960user_role_grant_permissions( )..\standard.install:400 1529.936125151208MergeQuery->execute( )..\user.module:3030 1629.938825159880DatabaseTransaction->__destruct( )..\user.module:3030 1729.938825159880DatabaseConnection->popTransaction( )..\database.inc:1872 1829.938825159912DatabaseConnection_mysql->popCommittableTransactions( )..\database.inc:1105</p> </blockquote> <p>Can any one help me to fix it? Thanks</p> <hr> <p>Ok, I fixed it. For people get the same problem: note that the error "Fatal error: Maximum execution time of 30 seconds exceeded"</p> <p>The solution is:<br /> 1. go to php.ini file and file the following code snippet </p> <pre><code>;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; ; Maximum execution time of each script, in seconds ; http://php.net/max-execution-time ; Note: This directive is hardcoded to 0 for the CLI SAPI max_execution_time = 30 </code></pre> <p>2.change <code>max_execution_time</code> into 100 or more. Because there are maybe some scripts need more than 30 seconds to execute.</p> <p>Good luck</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload