I got the following error
Fatal error: Maximum execution time of 240 seconds exceeded in C:\xampp\htdocs\DrupalTests\drupal-7.33multilingual\drupal-7.33\includes\database\database.inc on line 2171
when importing a po file. Environment is Windows 8.1, xampp 1.8.2 Drupal 7.33
I don't know how to proceed, or if I can import it manually, using mysql or any trick other than selecting the import utility from Drupal interface

At the same time, I don't know how to check if the import has been successful or not (may be the system had already finished the project and dead-locked for another, minor reason....

thanks

Comments

wusel’s picture

Look at Quick install Drupal with XAMPP on Windows (https://www.drupal.org/node/2347717), a part of the Installation Guide (https://www.drupal.org/documentation/install).

You can follow "Step 2: Change some values for the development system".

Wusel

i2c2’s picture

thanks, it works,

but after importing 4 languages (besides English), and enabling a language switcher block, I got this:

The language switcher will appear only after configuring language detection. You need to enable at least one method that alters URLs like URL or Session.

No matter what I enable in language detection, it keeps failing to show the language switcher

thanks

wusel’s picture

Look at https://www.drupal.org/documentation/multilingual.

Yes,

You need to enable at least one method that alters URLs like URL or Session.

Wusel