<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limesurvey.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Slawek</id>
	<title>LimeSurvey Manual - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.limesurvey.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Slawek"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/Special:Contributions/Slawek"/>
	<updated>2026-08-13T09:43:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73936</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73936"/>
		<updated>2017-07-13T12:38:32Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;===Symptomy=== * LimeSurvey zainstalowane poprawnie, baza danych utworzona, lecz zamiast strony administracyjnej biały ekran * Log pokazuje &amp;quot;Fatal error: Call to a member fun...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Biały ekran w czasie instalacji==&lt;br /&gt;
&lt;br /&gt;
Problem nie jest po stronie LimeSurvey lecz PHP.&lt;br /&gt;
*Sprawdź czy masz zainstalowany moduł MySQL PHP.&lt;br /&gt;
*Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posługuje się innymi PHP.ini w systemie&lt;br /&gt;
*Sprawdź położenie i uprawnienia do PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Błąd nieistniejących zasobów==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Wymagania=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Biały ekran po założeniu bazy danych==&lt;br /&gt;
&lt;br /&gt;
===Symptomy===&lt;br /&gt;
* LimeSurvey zainstalowane poprawnie, baza danych utworzona, lecz zamiast strony administracyjnej biały ekran&lt;br /&gt;
* Log pokazuje &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Uwaga:&#039;&#039; numer linii może być inny i zależy od wersji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
Może to być spowodowane przez mbstring.func_overload.&lt;br /&gt;
Sprawdź ustawienie w php.ini i wpisz właściwe.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=Po instalacji= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/37/pl&amp;diff=73935</id>
		<title>Translations:Installation FAQ/37/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/37/pl&amp;diff=73935"/>
		<updated>2017-07-13T12:38:32Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;===Symptomy=== * LimeSurvey zainstalowane poprawnie, baza danych utworzona, lecz zamiast strony administracyjnej biały ekran * Log pokazuje &amp;quot;Fatal error: Call to a member fun...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Symptomy===&lt;br /&gt;
* LimeSurvey zainstalowane poprawnie, baza danych utworzona, lecz zamiast strony administracyjnej biały ekran&lt;br /&gt;
* Log pokazuje &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/46/pl&amp;diff=73934</id>
		<title>Translations:Installation FAQ/46/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/46/pl&amp;diff=73934"/>
		<updated>2017-07-13T12:06:17Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;mbstring.func_overload = 0&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mbstring.func_overload = 0&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73933</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73933"/>
		<updated>2017-07-13T12:05:57Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;=Po instalacji=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Biały ekran w czasie instalacji==&lt;br /&gt;
&lt;br /&gt;
Problem nie jest po stronie LimeSurvey lecz PHP.&lt;br /&gt;
*Sprawdź czy masz zainstalowany moduł MySQL PHP.&lt;br /&gt;
*Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posługuje się innymi PHP.ini w systemie&lt;br /&gt;
*Sprawdź położenie i uprawnienia do PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Błąd nieistniejących zasobów==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Wymagania=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Biały ekran po założeniu bazy danych==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Uwaga:&#039;&#039; numer linii może być inny i zależy od wersji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
Może to być spowodowane przez mbstring.func_overload.&lt;br /&gt;
Sprawdź ustawienie w php.ini i wpisz właściwe.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=Po instalacji= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/123/pl&amp;diff=73932</id>
		<title>Translations:Installation FAQ/123/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/123/pl&amp;diff=73932"/>
		<updated>2017-07-13T12:05:57Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;=Po instalacji=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Po instalacji=&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73931</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73931"/>
		<updated>2017-07-13T12:05:25Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Może to być spowodowane przez mbstring.func_overload. Sprawdź ustawienie w php.ini i wpisz właściwe.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Biały ekran w czasie instalacji==&lt;br /&gt;
&lt;br /&gt;
Problem nie jest po stronie LimeSurvey lecz PHP.&lt;br /&gt;
*Sprawdź czy masz zainstalowany moduł MySQL PHP.&lt;br /&gt;
*Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posługuje się innymi PHP.ini w systemie&lt;br /&gt;
*Sprawdź położenie i uprawnienia do PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Błąd nieistniejących zasobów==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Wymagania=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Biały ekran po założeniu bazy danych==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Uwaga:&#039;&#039; numer linii może być inny i zależy od wersji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
Może to być spowodowane przez mbstring.func_overload.&lt;br /&gt;
Sprawdź ustawienie w php.ini i wpisz właściwe.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/45/pl&amp;diff=73930</id>
		<title>Translations:Installation FAQ/45/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/45/pl&amp;diff=73930"/>
		<updated>2017-07-13T12:05:24Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Może to być spowodowane przez mbstring.func_overload. Sprawdź ustawienie w php.ini i wpisz właściwe.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Może to być spowodowane przez mbstring.func_overload.&lt;br /&gt;
Sprawdź ustawienie w php.ini i wpisz właściwe.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73929</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73929"/>
		<updated>2017-07-13T12:04:32Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;&amp;#039;&amp;#039;Uwaga:&amp;#039;&amp;#039; numer linii może być inny i zależy od wersji LimeSurvey.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Biały ekran w czasie instalacji==&lt;br /&gt;
&lt;br /&gt;
Problem nie jest po stronie LimeSurvey lecz PHP.&lt;br /&gt;
*Sprawdź czy masz zainstalowany moduł MySQL PHP.&lt;br /&gt;
*Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posługuje się innymi PHP.ini w systemie&lt;br /&gt;
*Sprawdź położenie i uprawnienia do PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Błąd nieistniejących zasobów==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Wymagania=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Biały ekran po założeniu bazy danych==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Uwaga:&#039;&#039; numer linii może być inny i zależy od wersji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/43/pl&amp;diff=73928</id>
		<title>Translations:Installation FAQ/43/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/43/pl&amp;diff=73928"/>
		<updated>2017-07-13T12:04:32Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;&amp;#039;&amp;#039;Uwaga:&amp;#039;&amp;#039; numer linii może być inny i zależy od wersji LimeSurvey.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;Uwaga:&#039;&#039; numer linii może być inny i zależy od wersji LimeSurvey.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73927</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73927"/>
		<updated>2017-07-13T12:03:48Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;===Naprawa===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Biały ekran w czasie instalacji==&lt;br /&gt;
&lt;br /&gt;
Problem nie jest po stronie LimeSurvey lecz PHP.&lt;br /&gt;
*Sprawdź czy masz zainstalowany moduł MySQL PHP.&lt;br /&gt;
*Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posługuje się innymi PHP.ini w systemie&lt;br /&gt;
*Sprawdź położenie i uprawnienia do PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Błąd nieistniejących zasobów==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Wymagania=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Biały ekran po założeniu bazy danych==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/51/pl&amp;diff=73926</id>
		<title>Translations:Installation FAQ/51/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/51/pl&amp;diff=73926"/>
		<updated>2017-07-13T12:03:47Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;===Naprawa===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Naprawa===&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73925</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73925"/>
		<updated>2017-07-13T12:03:34Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;===Naprawa===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Biały ekran w czasie instalacji==&lt;br /&gt;
&lt;br /&gt;
Problem nie jest po stronie LimeSurvey lecz PHP.&lt;br /&gt;
*Sprawdź czy masz zainstalowany moduł MySQL PHP.&lt;br /&gt;
*Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posługuje się innymi PHP.ini w systemie&lt;br /&gt;
*Sprawdź położenie i uprawnienia do PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Błąd nieistniejących zasobów==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Wymagania=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Biały ekran po założeniu bazy danych==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/44/pl&amp;diff=73924</id>
		<title>Translations:Installation FAQ/44/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/44/pl&amp;diff=73924"/>
		<updated>2017-07-13T12:03:33Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;===Naprawa===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Naprawa===&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73923</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73923"/>
		<updated>2017-07-13T12:03:14Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;===Naprawa===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Biały ekran w czasie instalacji==&lt;br /&gt;
&lt;br /&gt;
Problem nie jest po stronie LimeSurvey lecz PHP.&lt;br /&gt;
*Sprawdź czy masz zainstalowany moduł MySQL PHP.&lt;br /&gt;
*Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posługuje się innymi PHP.ini w systemie&lt;br /&gt;
*Sprawdź położenie i uprawnienia do PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Błąd nieistniejących zasobów==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Wymagania=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Biały ekran po założeniu bazy danych==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Naprawa===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/38/pl&amp;diff=73922</id>
		<title>Translations:Installation FAQ/38/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/38/pl&amp;diff=73922"/>
		<updated>2017-07-13T12:03:14Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;===Naprawa===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Naprawa===&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73921</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73921"/>
		<updated>2017-07-13T12:03:01Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;==Biały ekran po założeniu bazy danych==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Biały ekran w czasie instalacji==&lt;br /&gt;
&lt;br /&gt;
Problem nie jest po stronie LimeSurvey lecz PHP.&lt;br /&gt;
*Sprawdź czy masz zainstalowany moduł MySQL PHP.&lt;br /&gt;
*Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posługuje się innymi PHP.ini w systemie&lt;br /&gt;
*Sprawdź położenie i uprawnienia do PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Błąd nieistniejących zasobów==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Wymagania=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Biały ekran po założeniu bazy danych==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/36/pl&amp;diff=73920</id>
		<title>Translations:Installation FAQ/36/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/36/pl&amp;diff=73920"/>
		<updated>2017-07-13T12:03:00Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;==Biały ekran po założeniu bazy danych==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Biały ekran po założeniu bazy danych==&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73919</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73919"/>
		<updated>2017-07-13T12:01:25Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;=Wymagania=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Biały ekran w czasie instalacji==&lt;br /&gt;
&lt;br /&gt;
Problem nie jest po stronie LimeSurvey lecz PHP.&lt;br /&gt;
*Sprawdź czy masz zainstalowany moduł MySQL PHP.&lt;br /&gt;
*Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posługuje się innymi PHP.ini w systemie&lt;br /&gt;
*Sprawdź położenie i uprawnienia do PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Błąd nieistniejących zasobów==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Wymagania=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Blank page after database creation==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/130/pl&amp;diff=73918</id>
		<title>Translations:Installation FAQ/130/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/130/pl&amp;diff=73918"/>
		<updated>2017-07-13T12:01:25Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;=Wymagania=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Wymagania=&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73917</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73917"/>
		<updated>2017-07-13T12:00:40Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;==Błąd nieistniejących zasobów==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Biały ekran w czasie instalacji==&lt;br /&gt;
&lt;br /&gt;
Problem nie jest po stronie LimeSurvey lecz PHP.&lt;br /&gt;
*Sprawdź czy masz zainstalowany moduł MySQL PHP.&lt;br /&gt;
*Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posługuje się innymi PHP.ini w systemie&lt;br /&gt;
*Sprawdź położenie i uprawnienia do PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Błąd nieistniejących zasobów==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Requirements page=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Blank page after database creation==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/30/pl&amp;diff=73916</id>
		<title>Translations:Installation FAQ/30/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/30/pl&amp;diff=73916"/>
		<updated>2017-07-13T12:00:40Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;==Błąd nieistniejących zasobów==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Błąd nieistniejących zasobów==&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73915</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73915"/>
		<updated>2017-07-13T12:00:10Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Problem nie jest po stronie LimeSurvey lecz PHP. *Sprawdź czy masz zainstalowany moduł MySQL PHP. *Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posług...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Biały ekran w czasie instalacji==&lt;br /&gt;
&lt;br /&gt;
Problem nie jest po stronie LimeSurvey lecz PHP.&lt;br /&gt;
*Sprawdź czy masz zainstalowany moduł MySQL PHP.&lt;br /&gt;
*Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posługuje się innymi PHP.ini w systemie&lt;br /&gt;
*Sprawdź położenie i uprawnienia do PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Error messages because of non-existing resources==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Requirements page=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Blank page after database creation==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/27/pl&amp;diff=73914</id>
		<title>Translations:Installation FAQ/27/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/27/pl&amp;diff=73914"/>
		<updated>2017-07-13T12:00:10Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Problem nie jest po stronie LimeSurvey lecz PHP. *Sprawdź czy masz zainstalowany moduł MySQL PHP. *Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posług...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Problem nie jest po stronie LimeSurvey lecz PHP.&lt;br /&gt;
*Sprawdź czy masz zainstalowany moduł MySQL PHP.&lt;br /&gt;
*Sprawdź czy moduł PHP ładuje PHP.ini, który modyfikujesz i nie posługuje się innymi PHP.ini w systemie&lt;br /&gt;
*Sprawdź położenie i uprawnienia do PHP.ini&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73913</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73913"/>
		<updated>2017-07-13T11:57:53Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;==Biały ekran w czasie instalacji==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Biały ekran w czasie instalacji==&lt;br /&gt;
&lt;br /&gt;
The problem is not with the LimeSurvey installation but with the PHP installation.&lt;br /&gt;
*Verify you have the MySQL PHP module (php-mysql) installed.&lt;br /&gt;
*Verify your PHP install is loading the PHP.ini file your are modifying and not parsing other PHP.INI files on your system.&lt;br /&gt;
*Verify the location and permissions of the following setting in your PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Error messages because of non-existing resources==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Requirements page=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Blank page after database creation==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/26/pl&amp;diff=73912</id>
		<title>Translations:Installation FAQ/26/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/26/pl&amp;diff=73912"/>
		<updated>2017-07-13T11:57:52Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;==Biały ekran w czasie instalacji==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Biały ekran w czasie instalacji==&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73911</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73911"/>
		<updated>2017-07-13T11:50:45Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Blank page when accessing the Install page==&lt;br /&gt;
&lt;br /&gt;
The problem is not with the LimeSurvey installation but with the PHP installation.&lt;br /&gt;
*Verify you have the MySQL PHP module (php-mysql) installed.&lt;br /&gt;
*Verify your PHP install is loading the PHP.ini file your are modifying and not parsing other PHP.INI files on your system.&lt;br /&gt;
*Verify the location and permissions of the following setting in your PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Error messages because of non-existing resources==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Requirements page=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Blank page after database creation==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/6/pl&amp;diff=73910</id>
		<title>Translations:Installation FAQ/6/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/6/pl&amp;diff=73910"/>
		<updated>2017-07-13T11:50:43Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;załóż użytkownika &amp;quot;&amp;quot;&amp;lt;twoja_nazwa_użytkownika&amp;gt;&amp;quot;&amp;quot;:&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73909</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73909"/>
		<updated>2017-07-13T11:50:10Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Blank page when accessing the Install page==&lt;br /&gt;
&lt;br /&gt;
The problem is not with the LimeSurvey installation but with the PHP installation.&lt;br /&gt;
*Verify you have the MySQL PHP module (php-mysql) installed.&lt;br /&gt;
*Verify your PHP install is loading the PHP.ini file your are modifying and not parsing other PHP.INI files on your system.&lt;br /&gt;
*Verify the location and permissions of the following setting in your PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Error messages because of non-existing resources==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Requirements page=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Blank page after database creation==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/5/pl&amp;diff=73908</id>
		<title>Translations:Installation FAQ/5/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/5/pl&amp;diff=73908"/>
		<updated>2017-07-13T11:50:10Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;stwórz bazę &amp;quot;&amp;quot;twoja_nazwa_bazy&amp;quot;:&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73907</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73907"/>
		<updated>2017-07-13T11:49:36Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;=Rozpoczęcie instalacji=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Rozpoczęcie instalacji=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
create database &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Blank page when accessing the Install page==&lt;br /&gt;
&lt;br /&gt;
The problem is not with the LimeSurvey installation but with the PHP installation.&lt;br /&gt;
*Verify you have the MySQL PHP module (php-mysql) installed.&lt;br /&gt;
*Verify your PHP install is loading the PHP.ini file your are modifying and not parsing other PHP.INI files on your system.&lt;br /&gt;
*Verify the location and permissions of the following setting in your PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Error messages because of non-existing resources==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Requirements page=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Blank page after database creation==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/2/pl&amp;diff=73906</id>
		<title>Translations:Installation FAQ/2/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/2/pl&amp;diff=73906"/>
		<updated>2017-07-13T11:49:35Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;=Rozpoczęcie instalacji=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Rozpoczęcie instalacji=&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73905</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73905"/>
		<updated>2017-07-13T11:49:11Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;* własny serwer * na serwerze (hosting) * znajdź wyspecjalizowany hosting LimeSurvey&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Starting installation=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
create database &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Blank page when accessing the Install page==&lt;br /&gt;
&lt;br /&gt;
The problem is not with the LimeSurvey installation but with the PHP installation.&lt;br /&gt;
*Verify you have the MySQL PHP module (php-mysql) installed.&lt;br /&gt;
*Verify your PHP install is loading the PHP.ini file your are modifying and not parsing other PHP.INI files on your system.&lt;br /&gt;
*Verify the location and permissions of the following setting in your PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Error messages because of non-existing resources==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Requirements page=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Blank page after database creation==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/128/pl&amp;diff=73904</id>
		<title>Translations:Installation FAQ/128/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/128/pl&amp;diff=73904"/>
		<updated>2017-07-13T11:49:10Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;* własny serwer * na serwerze (hosting) * znajdź wyspecjalizowany hosting LimeSurvey&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* własny serwer&lt;br /&gt;
* na serwerze (hosting)&lt;br /&gt;
* znajdź wyspecjalizowany hosting LimeSurvey&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73903</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73903"/>
		<updated>2017-07-13T11:47:54Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Instalacja na komputerze&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
Instalacja na komputerze&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* own a server &lt;br /&gt;
* or a web space at a hoster&lt;br /&gt;
* find a LimeSurvey instance specialized hoster&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Starting installation=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
create database &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Blank page when accessing the Install page==&lt;br /&gt;
&lt;br /&gt;
The problem is not with the LimeSurvey installation but with the PHP installation.&lt;br /&gt;
*Verify you have the MySQL PHP module (php-mysql) installed.&lt;br /&gt;
*Verify your PHP install is loading the PHP.ini file your are modifying and not parsing other PHP.INI files on your system.&lt;br /&gt;
*Verify the location and permissions of the following setting in your PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Error messages because of non-existing resources==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Requirements page=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Blank page after database creation==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/125/pl&amp;diff=73902</id>
		<title>Translations:Installation FAQ/125/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/125/pl&amp;diff=73902"/>
		<updated>2017-07-13T11:47:54Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Instalacja na komputerze&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Instalacja na komputerze&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73901</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73901"/>
		<updated>2017-07-13T11:47:33Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Zawartość:&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Zawartość:&lt;br /&gt;
&lt;br /&gt;
=Installation on your computer=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* own a server &lt;br /&gt;
* or a web space at a hoster&lt;br /&gt;
* find a LimeSurvey instance specialized hoster&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Starting installation=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
create database &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Blank page when accessing the Install page==&lt;br /&gt;
&lt;br /&gt;
The problem is not with the LimeSurvey installation but with the PHP installation.&lt;br /&gt;
*Verify you have the MySQL PHP module (php-mysql) installed.&lt;br /&gt;
*Verify your PHP install is loading the PHP.ini file your are modifying and not parsing other PHP.INI files on your system.&lt;br /&gt;
*Verify the location and permissions of the following setting in your PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Error messages because of non-existing resources==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Requirements page=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Blank page after database creation==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/1/pl&amp;diff=73900</id>
		<title>Translations:Installation FAQ/1/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/1/pl&amp;diff=73900"/>
		<updated>2017-07-13T11:47:33Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Zawartość:&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Zawartość:&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73899</id>
		<title>Installation FAQ/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pl&amp;diff=73899"/>
		<updated>2017-07-13T11:47:17Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Instalacja FAQ&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Contents:&lt;br /&gt;
&lt;br /&gt;
=Installation on your computer=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey can be installed on your computer with MAMP/XAMP or any other system. But your computer is not a web server : it&#039;s not accessible via web by other user. &lt;br /&gt;
&lt;br /&gt;
Then if you want to spread your survey on the web : you have to &lt;br /&gt;
&lt;br /&gt;
* own a server &lt;br /&gt;
* or a web space at a hoster&lt;br /&gt;
* find a LimeSurvey instance specialized hoster&lt;br /&gt;
&lt;br /&gt;
{{Alert|Installation on your computer is not done to share your survey on internet.}}&lt;br /&gt;
&lt;br /&gt;
=Starting installation=&lt;br /&gt;
&lt;br /&gt;
==How can I create a database and a user in mysql with command line access?==&lt;br /&gt;
&lt;br /&gt;
You have to enter the below commands in your mysql.&lt;br /&gt;
&lt;br /&gt;
create database &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
create user &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost;&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
set password for &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;@localhost = PASSWORD(&#039;&#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
grant all on &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;.* to &#039;&#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039;&#039;@&#039;localhost&#039;;&lt;br /&gt;
&lt;br /&gt;
You have to replace &#039;&#039;&#039;&amp;lt;your_database_name&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;your_database_username&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; in above commands with according values.&lt;br /&gt;
&lt;br /&gt;
===Co jeśli nie można stworzyć bazy za pomocą skryptu?===&lt;br /&gt;
&lt;br /&gt;
W wielu przypadkach skrypt utworzy bazę danych i później strukturę tabel. Jednakże gdy Twój serwer/provider nie pozwala na tworzenie baz przez skrypty, musisz ją utworzyć ręcznie w panelu administracyjnym serwera lub skontaktować się z osobą administrująca hosting. Należy również zdefiniować użytkownika z prawami dostępu do bazy danych (np: read/write/create). Wprowadź nazwę bazy danych, nazwę użytkownika oraz jego hasło do pliku config.php, a następnie uruchom skrypt instalacyjny z lokalizacji /admin/install/index.php, który utworzy pożądaną strukturę tabel w Twojej bazie danych.&lt;br /&gt;
&lt;br /&gt;
==Blank page when accessing the Install page==&lt;br /&gt;
&lt;br /&gt;
The problem is not with the LimeSurvey installation but with the PHP installation.&lt;br /&gt;
*Verify you have the MySQL PHP module (php-mysql) installed.&lt;br /&gt;
*Verify your PHP install is loading the PHP.ini file your are modifying and not parsing other PHP.INI files on your system.&lt;br /&gt;
*Verify the location and permissions of the following setting in your PHP.ini&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;upload_tmp_dir=&amp;quot;/temp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
session.save_path=&amp;quot;/temp&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Verify your server runs a suitable PHP version (e.g. this &amp;quot;blank page&amp;quot; problem appeared with PHP v4.4 and LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Error messages because of non-existing resources==&lt;br /&gt;
&lt;br /&gt;
Sometimes files are not uploaded correctly or were broken during upload. This leads to several different error messages. Most of them refer to a file or function within a file which can&#039;t be found.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Re-upload all files using the binary mode of your FTP program.&lt;br /&gt;
&lt;br /&gt;
=Requirements page=&lt;br /&gt;
&lt;br /&gt;
===Co to za rozszerzenie mbstring (Multibyte String Functions) i do czego służy?===&lt;br /&gt;
&lt;br /&gt;
The mbstring library is a PHP library to be able to convert char sets from one language to another.  You need it if you want to run LimeSurvey. To check if it is already installed open the URL&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;your_server&amp;gt;/&amp;lt;your_limesurvey_directory&amp;gt;/admin/install/phpinfo.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zapisz i umieść go na serwerze. Następnie uruchom swoją przeglądarkę i wywołaj plik. W wyświetlonych informacjach o zainstalowanych rozszerzeniach/bibliotekach odszukaj ciąg &amp;quot;mbstring&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Jeśli go znajdziesz, możesz przejść do instalacji LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t find the mbstring section&#039;&#039;&#039; you might have a problem on your hands.&lt;br /&gt;
&lt;br /&gt;
There are three possible scenarios:&lt;br /&gt;
*If it&#039;s your providers server: Ask your provider to activate that extension in PHP or how to activate it - if you have a good administration panel for your server you may be able to activate it yourself.&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Linux&#039;&#039;&#039; server: You may have to re-compile PHP and include the mbstring library. Ask the Linux experts how to do that. In most Linux versions today you can install it using your Linux packet manager.&lt;br /&gt;
**If you are using a version of Linux that supports &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use the terminal (as a super user) and type: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Make sure to update /etc/php.ini to update and uncomment the various mbstring params&lt;br /&gt;
### Make sure to restart apache after installing it:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*If it&#039;s your own &#039;&#039;&#039;Windows&#039;&#039;&#039; server: Search for php.ini on your system, open it with an editor and search for mbstring. Most probably the line that contains that string is commented out with a semicolon. Remove the semicolon, save and restart your web server.&lt;br /&gt;
&lt;br /&gt;
== Stuck at checking file system permissions ==&lt;br /&gt;
If SELinux is activated (primarily on CentOS) then you might get an error that the file system permissions are not correct but the list of directories is empty. SELinux prevents writing even though the permissions are on e.g. 777 or 755.&lt;br /&gt;
You need to configure SELinux for your server correctly - check out the [https://wiki.centos.org/HowTos/SELinux SELinux documentation].&lt;br /&gt;
&lt;br /&gt;
=After database creation=&lt;br /&gt;
&lt;br /&gt;
==Blank page after database creation==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page&lt;br /&gt;
* Web surver log shows &amp;quot;Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; and while this usually works, it can be upset when LimeSurvey is installed in a user&#039;s home or public_html directory and the home directory is mounted over NFS. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, try using &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser keeps running and will eventually fail to show it==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when you access the admin page, the browser keeps running and will eventually fail to show the page.&lt;br /&gt;
* When you check the web server access log, its size has become so big (in some cases, more than 2 GB).&lt;br /&gt;
* Inside the access log, you get this message filling the log.&lt;br /&gt;
&lt;br /&gt;
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; line number may be different depending on your LimeSurvey version.&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
This may be caused by the mbstring.func_overload setting. Check the setting in your php.ini and set as the following.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; This means no function overloading. See PHP manual for this setting: [http://us3.php.net/manual/en/mbstring.overload.php Function Overloading Feature]&lt;br /&gt;
&lt;br /&gt;
==When accessing admin page, the browser reports Fatal error: Call to a member function gT() on a non-object in login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Symptoms===&lt;br /&gt;
* LimeSurvey installed OK and database was created. But when rdirected to the admin page, the browser displayed the the listed error.&lt;br /&gt;
* $rootdir and $rooturl are correctly set in config.php.&lt;br /&gt;
* The disk path name for limesurvey installation directory includes one of the following characters: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Other characters may also induce the same behaviour&lt;br /&gt;
&lt;br /&gt;
===Fix===&lt;br /&gt;
&lt;br /&gt;
Move / rename the limesurvey installation directory so that pathname does not include either the &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters&lt;br /&gt;
&lt;br /&gt;
=After installation= &lt;br /&gt;
&lt;br /&gt;
For all issues happening after a successful installation please refer to the [[Troubleshooting]] page.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/Page_display_title/pl&amp;diff=73898</id>
		<title>Translations:Installation FAQ/Page display title/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/Page_display_title/pl&amp;diff=73898"/>
		<updated>2017-07-13T11:47:16Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Instalacja FAQ&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Instalacja FAQ&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/pl&amp;diff=73897</id>
		<title>LimeSurvey Manual/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/pl&amp;diff=73897"/>
		<updated>2017-07-13T11:04:33Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Pamiętaj, że [http://www.limesurvey.org/ LimeSurvey] jest oprogramowaniem open-source, darmową aplikacją. Widzisz, że czegoś zapomnieliśmy lub jest niewłaściwe? Pomó...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot; style= &amp;quot;margin-top:1em;background-color:#eeffee;-webkit-box-shadow: 0 10px 6px -6px #777;-moz-box-shadow: 0 10px 6px -6px #777;box-shadow: 0 10px 6px -6px #777;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&#039;font-size:188%&#039;&amp;gt;&#039;&#039;&#039;Help us to update this manual!&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&#039;&#039;&amp;gt; This manual is a Wiki - just log in with your Limesurvey.org account and start editing!&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:right;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Głowny rozdziały:&lt;br /&gt;
*[[Installation/pl|Instalacja]]&lt;br /&gt;
*[[Administering LimeSurvey/pl|Dopasować LimeSurvey]]&lt;br /&gt;
*[[Getting Started/pl|Zaczynać]]&lt;br /&gt;
*[[Creating surveys - Introduction/pl|Sporządzać ankiety - wstęp]]&lt;br /&gt;
*[[Managing Surveys/pl|Kierować ankiety]]&lt;br /&gt;
*[[Not Categorized and Advanced Features/pl|Nie kategorysowany i rozszerzacony dodatków]]&lt;br /&gt;
*[[General FAQ/pl|FAQ - często zadawane pytania]]&lt;br /&gt;
*[[LimeSurvey Glossary/pl|glosariusz o LimeSurvey]]&lt;br /&gt;
*[[How to design a good survey (guide)/pl|Jak zbudować dobrą ankietę (przewodnik)]]&lt;br /&gt;
*[[Workarounds/pl|Obejście]]&lt;br /&gt;
*[[License/pl|Licencja]]&lt;br /&gt;
*[[Version change log/pl|Historia zmian]]&lt;br /&gt;
*[[Plugins/pl|Wtyczki]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] pozwala użytkownikom szybko tworzyć intuicyjny i mocny online pytania-i-opowiedzi przeglądy który działą dla tysiący uczestnicy bez wielkiego wysiłku. Ta instrukcja obsługi tylko zawiera &amp;quot;jak instalować aplikacje, administrować instalacją,  kreatory ankiet i generowania raportów.&lt;br /&gt;
&lt;br /&gt;
There has been a big ramp-up in development the last few years leading to many new features and changes.  Make sure to upgrade to the latest version to make use of the capabilities highlighted here.&lt;br /&gt;
&lt;br /&gt;
Look to the far right for the main chapters of the manual. Otherwise, scroll down further to see the complete table of contents here and go directly to the topic you are interested in.&lt;br /&gt;
&lt;br /&gt;
Still having trouble finding what you want?  Don&#039;t forget the general &#039;&#039;&#039;search box&#039;&#039;&#039;, our [[General FAQ]] and [[Workarounds]] list, and to look in our [http://www.limesurvey.org/en/forum/ discussion forums].&lt;br /&gt;
&lt;br /&gt;
Pamiętaj, że [http://www.limesurvey.org/ LimeSurvey] jest oprogramowaniem open-source, darmową aplikacją. Widzisz, że czegoś zapomnieliśmy lub jest niewłaściwe? Pomóż nam to naprawić.&lt;br /&gt;
Ta dokumentacja może być edytowana przez Ciebie lub kogokolwiek innego. Lub [http://donate.limesurvey.org donate] podaruj nam pieniądze aby pomóc grupie developerów w zmianach.&lt;br /&gt;
&lt;br /&gt;
= Manual - Table of contents=&lt;br /&gt;
&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Installation using a command line interface (CLI)]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Survey settings]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Adding a question]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Survey participants]] (was: Tokens)&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[QueXML PDF Export]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[URL fields]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
**[[Authentication plugins]]&lt;br /&gt;
**[[Available third party plugins]]&lt;br /&gt;
&lt;br /&gt;
=LimeSurvey development=&lt;br /&gt;
*[[Development overview]] - General pages about LimeSurvey development&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
Tłumaczenie LimeSurvey&lt;br /&gt;
&lt;br /&gt;
Jeżeli chcesz &amp;quot;dodać nowe tłumaczenia&amp;quot; lub &amp;quot;zmienić tłumaczenie&amp;quot; zrób to wg poniższego opisu&lt;br /&gt;
&lt;br /&gt;
==Semester of Code participation==&lt;br /&gt;
*[[Semester of Code 2014]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / Code-In participation=&lt;br /&gt;
*[[Project ideas for GSoC 2015]]&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/7/pl&amp;diff=73896</id>
		<title>Translations:LimeSurvey Manual/7/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/7/pl&amp;diff=73896"/>
		<updated>2017-07-13T11:04:33Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Pamiętaj, że [http://www.limesurvey.org/ LimeSurvey] jest oprogramowaniem open-source, darmową aplikacją. Widzisz, że czegoś zapomnieliśmy lub jest niewłaściwe? Pomó...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pamiętaj, że [http://www.limesurvey.org/ LimeSurvey] jest oprogramowaniem open-source, darmową aplikacją. Widzisz, że czegoś zapomnieliśmy lub jest niewłaściwe? Pomóż nam to naprawić.&lt;br /&gt;
Ta dokumentacja może być edytowana przez Ciebie lub kogokolwiek innego. Lub [http://donate.limesurvey.org donate] podaruj nam pieniądze aby pomóc grupie developerów w zmianach.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/pl&amp;diff=73895</id>
		<title>LimeSurvey Manual/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/pl&amp;diff=73895"/>
		<updated>2017-07-13T10:55:01Z</updated>

		<summary type="html">&lt;p&gt;Slawek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot; style= &amp;quot;margin-top:1em;background-color:#eeffee;-webkit-box-shadow: 0 10px 6px -6px #777;-moz-box-shadow: 0 10px 6px -6px #777;box-shadow: 0 10px 6px -6px #777;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&#039;font-size:188%&#039;&amp;gt;&#039;&#039;&#039;Help us to update this manual!&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&#039;&#039;&amp;gt; This manual is a Wiki - just log in with your Limesurvey.org account and start editing!&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:right;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Głowny rozdziały:&lt;br /&gt;
*[[Installation/pl|Instalacja]]&lt;br /&gt;
*[[Administering LimeSurvey/pl|Dopasować LimeSurvey]]&lt;br /&gt;
*[[Getting Started/pl|Zaczynać]]&lt;br /&gt;
*[[Creating surveys - Introduction/pl|Sporządzać ankiety - wstęp]]&lt;br /&gt;
*[[Managing Surveys/pl|Kierować ankiety]]&lt;br /&gt;
*[[Not Categorized and Advanced Features/pl|Nie kategorysowany i rozszerzacony dodatków]]&lt;br /&gt;
*[[General FAQ/pl|FAQ - często zadawane pytania]]&lt;br /&gt;
*[[LimeSurvey Glossary/pl|glosariusz o LimeSurvey]]&lt;br /&gt;
*[[How to design a good survey (guide)/pl|Jak zbudować dobrą ankietę (przewodnik)]]&lt;br /&gt;
*[[Workarounds/pl|Obejście]]&lt;br /&gt;
*[[License/pl|Licencja]]&lt;br /&gt;
*[[Version change log/pl|Historia zmian]]&lt;br /&gt;
*[[Plugins/pl|Wtyczki]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] pozwala użytkownikom szybko tworzyć intuicyjny i mocny online pytania-i-opowiedzi przeglądy który działą dla tysiący uczestnicy bez wielkiego wysiłku. Ta instrukcja obsługi tylko zawiera &amp;quot;jak instalować aplikacje, administrować instalacją,  kreatory ankiet i generowania raportów.&lt;br /&gt;
&lt;br /&gt;
There has been a big ramp-up in development the last few years leading to many new features and changes.  Make sure to upgrade to the latest version to make use of the capabilities highlighted here.&lt;br /&gt;
&lt;br /&gt;
Look to the far right for the main chapters of the manual. Otherwise, scroll down further to see the complete table of contents here and go directly to the topic you are interested in.&lt;br /&gt;
&lt;br /&gt;
Still having trouble finding what you want?  Don&#039;t forget the general &#039;&#039;&#039;search box&#039;&#039;&#039;, our [[General FAQ]] and [[Workarounds]] list, and to look in our [http://www.limesurvey.org/en/forum/ discussion forums].&lt;br /&gt;
&lt;br /&gt;
Remember that [http://www.limesurvey.org/ LimeSurvey] is an open-source, free software application.  See something missing or incorrect?  Then help us fix it. This documentation is a Wiki that can be edited by you or anyone else.  Or [http://donate.limesurvey.org donate] to help support the core development group trying to make a difference.&lt;br /&gt;
&lt;br /&gt;
= Manual - Table of contents=&lt;br /&gt;
&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Installation using a command line interface (CLI)]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Survey settings]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Adding a question]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Survey participants]] (was: Tokens)&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[QueXML PDF Export]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[URL fields]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
**[[Authentication plugins]]&lt;br /&gt;
**[[Available third party plugins]]&lt;br /&gt;
&lt;br /&gt;
=LimeSurvey development=&lt;br /&gt;
*[[Development overview]] - General pages about LimeSurvey development&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
Tłumaczenie LimeSurvey&lt;br /&gt;
&lt;br /&gt;
Jeżeli chcesz &amp;quot;dodać nowe tłumaczenia&amp;quot; lub &amp;quot;zmienić tłumaczenie&amp;quot; zrób to wg poniższego opisu&lt;br /&gt;
&lt;br /&gt;
==Semester of Code participation==&lt;br /&gt;
*[[Semester of Code 2014]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / Code-In participation=&lt;br /&gt;
*[[Project ideas for GSoC 2015]]&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/2/pl&amp;diff=73894</id>
		<title>Translations:LimeSurvey Manual/2/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/2/pl&amp;diff=73894"/>
		<updated>2017-07-13T10:55:01Z</updated>

		<summary type="html">&lt;p&gt;Slawek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.limesurvey.com/ LimeSurvey] pozwala użytkownikom szybko tworzyć intuicyjny i mocny online pytania-i-opowiedzi przeglądy który działą dla tysiący uczestnicy bez wielkiego wysiłku. Ta instrukcja obsługi tylko zawiera &amp;quot;jak instalować aplikacje, administrować instalacją,  kreatory ankiet i generowania raportów.&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/pl&amp;diff=73893</id>
		<title>LimeSurvey Manual/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/pl&amp;diff=73893"/>
		<updated>2017-07-13T10:52:44Z</updated>

		<summary type="html">&lt;p&gt;Slawek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot; style= &amp;quot;margin-top:1em;background-color:#eeffee;-webkit-box-shadow: 0 10px 6px -6px #777;-moz-box-shadow: 0 10px 6px -6px #777;box-shadow: 0 10px 6px -6px #777;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&#039;font-size:188%&#039;&amp;gt;&#039;&#039;&#039;Help us to update this manual!&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&#039;&#039;&amp;gt; This manual is a Wiki - just log in with your Limesurvey.org account and start editing!&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:right;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Głowny rozdziały:&lt;br /&gt;
*[[Installation/pl|Instalacja]]&lt;br /&gt;
*[[Administering LimeSurvey/pl|Dopasować LimeSurvey]]&lt;br /&gt;
*[[Getting Started/pl|Zaczynać]]&lt;br /&gt;
*[[Creating surveys - Introduction/pl|Sporządzać ankiety - wstęp]]&lt;br /&gt;
*[[Managing Surveys/pl|Kierować ankiety]]&lt;br /&gt;
*[[Not Categorized and Advanced Features/pl|Nie kategorysowany i rozszerzacony dodatków]]&lt;br /&gt;
*[[General FAQ/pl|FAQ - często zadawane pytania]]&lt;br /&gt;
*[[LimeSurvey Glossary/pl|glosariusz o LimeSurvey]]&lt;br /&gt;
*[[How to design a good survey (guide)/pl|Jak zbudować dobrą ankietę (przewodnik)]]&lt;br /&gt;
*[[Workarounds/pl|Obejście]]&lt;br /&gt;
*[[License/pl|Licencja]]&lt;br /&gt;
*[[Version change log/pl|Historia zmian]]&lt;br /&gt;
*[[Plugins/pl|Wtyczki]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] pozwoli użytkownicy szybko tworzyć intuicyjny i mocny online pytania-i-opowiedzi przeglądy który działą dla tysiący uczestnicy bez wielki wysiłek. Ta instrukcja obsługi tylko zawiera &amp;quot;jak instalować aplikacje, administracja od instalacja i&lt;br /&gt;
&lt;br /&gt;
There has been a big ramp-up in development the last few years leading to many new features and changes.  Make sure to upgrade to the latest version to make use of the capabilities highlighted here.&lt;br /&gt;
&lt;br /&gt;
Look to the far right for the main chapters of the manual. Otherwise, scroll down further to see the complete table of contents here and go directly to the topic you are interested in.&lt;br /&gt;
&lt;br /&gt;
Still having trouble finding what you want?  Don&#039;t forget the general &#039;&#039;&#039;search box&#039;&#039;&#039;, our [[General FAQ]] and [[Workarounds]] list, and to look in our [http://www.limesurvey.org/en/forum/ discussion forums].&lt;br /&gt;
&lt;br /&gt;
Remember that [http://www.limesurvey.org/ LimeSurvey] is an open-source, free software application.  See something missing or incorrect?  Then help us fix it. This documentation is a Wiki that can be edited by you or anyone else.  Or [http://donate.limesurvey.org donate] to help support the core development group trying to make a difference.&lt;br /&gt;
&lt;br /&gt;
= Manual - Table of contents=&lt;br /&gt;
&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Installation using a command line interface (CLI)]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Survey settings]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Adding a question]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Survey participants]] (was: Tokens)&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[QueXML PDF Export]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[URL fields]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
**[[Authentication plugins]]&lt;br /&gt;
**[[Available third party plugins]]&lt;br /&gt;
&lt;br /&gt;
=LimeSurvey development=&lt;br /&gt;
*[[Development overview]] - General pages about LimeSurvey development&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
Tłumaczenie LimeSurvey&lt;br /&gt;
&lt;br /&gt;
Jeżeli chcesz &amp;quot;dodać nowe tłumaczenia&amp;quot; lub &amp;quot;zmienić tłumaczenie&amp;quot; zrób to wg poniższego opisu&lt;br /&gt;
&lt;br /&gt;
==Semester of Code participation==&lt;br /&gt;
*[[Semester of Code 2014]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / Code-In participation=&lt;br /&gt;
*[[Project ideas for GSoC 2015]]&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/1/pl&amp;diff=73892</id>
		<title>Translations:LimeSurvey Manual/1/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/1/pl&amp;diff=73892"/>
		<updated>2017-07-13T10:52:44Z</updated>

		<summary type="html">&lt;p&gt;Slawek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;clear:right;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Głowny rozdziały:&lt;br /&gt;
*[[Installation/pl|Instalacja]]&lt;br /&gt;
*[[Administering LimeSurvey/pl|Dopasować LimeSurvey]]&lt;br /&gt;
*[[Getting Started/pl|Zaczynać]]&lt;br /&gt;
*[[Creating surveys - Introduction/pl|Sporządzać ankiety - wstęp]]&lt;br /&gt;
*[[Managing Surveys/pl|Kierować ankiety]]&lt;br /&gt;
*[[Not Categorized and Advanced Features/pl|Nie kategorysowany i rozszerzacony dodatków]]&lt;br /&gt;
*[[General FAQ/pl|FAQ - często zadawane pytania]]&lt;br /&gt;
*[[LimeSurvey Glossary/pl|glosariusz o LimeSurvey]]&lt;br /&gt;
*[[How to design a good survey (guide)/pl|Jak zbudować dobrą ankietę (przewodnik)]]&lt;br /&gt;
*[[Workarounds/pl|Obejście]]&lt;br /&gt;
*[[License/pl|Licencja]]&lt;br /&gt;
*[[Version change log/pl|Historia zmian]]&lt;br /&gt;
*[[Plugins/pl|Wtyczki]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/pl&amp;diff=73891</id>
		<title>LimeSurvey Manual/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/pl&amp;diff=73891"/>
		<updated>2017-07-13T10:51:02Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Jeżeli chcesz &amp;quot;dodać nowe tłumaczenia&amp;quot; lub &amp;quot;zmienić tłumaczenie&amp;quot; zrób to wg poniższego opisu&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot; style= &amp;quot;margin-top:1em;background-color:#eeffee;-webkit-box-shadow: 0 10px 6px -6px #777;-moz-box-shadow: 0 10px 6px -6px #777;box-shadow: 0 10px 6px -6px #777;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&#039;font-size:188%&#039;&amp;gt;&#039;&#039;&#039;Help us to update this manual!&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&#039;&#039;&amp;gt; This manual is a Wiki - just log in with your Limesurvey.org account and start editing!&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:right;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Głowny rozdziały:&lt;br /&gt;
*[[Installation/pl|Instalacja]]&lt;br /&gt;
*[[Administering LimeSurvey/pl|Dopasować LimeSurvey]]&lt;br /&gt;
*[[Getting Started/pl|Zaczynać]]&lt;br /&gt;
*[[Creating surveys - Introduction/pl|Sporządzać ankiety - wstęp]]&lt;br /&gt;
*[[Managing Surveys/pl|Kierować ankiety]]&lt;br /&gt;
*[[Not Categorized and Advanced Features/pl|Nie kategorysowany i rozszerzacony dodatków]]&lt;br /&gt;
*[[General FAQ/pl|FAQ - często zadawane pytanie]]&lt;br /&gt;
*[[LimeSurvey Glossary/pl|glosariusz o LimeSurvey]]&lt;br /&gt;
*[[How to design a good survey (guide)/pl|Jak budować dobry ankiety (przewodnik)]]&lt;br /&gt;
*[[Workarounds/pl|Obejście]]&lt;br /&gt;
*[[License/pl|Licencja]]&lt;br /&gt;
*[[Version change log/pl|Zmian (Historia)]]&lt;br /&gt;
*[[Plugins/pl|Plugins]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] pozwoli użytkownicy szybko tworzyć intuicyjny i mocny online pytania-i-opowiedzi przeglądy który działą dla tysiący uczestnicy bez wielki wysiłek. Ta instrukcja obsługi tylko zawiera &amp;quot;jak instalować aplikacje, administracja od instalacja i&lt;br /&gt;
&lt;br /&gt;
There has been a big ramp-up in development the last few years leading to many new features and changes.  Make sure to upgrade to the latest version to make use of the capabilities highlighted here.&lt;br /&gt;
&lt;br /&gt;
Look to the far right for the main chapters of the manual. Otherwise, scroll down further to see the complete table of contents here and go directly to the topic you are interested in.&lt;br /&gt;
&lt;br /&gt;
Still having trouble finding what you want?  Don&#039;t forget the general &#039;&#039;&#039;search box&#039;&#039;&#039;, our [[General FAQ]] and [[Workarounds]] list, and to look in our [http://www.limesurvey.org/en/forum/ discussion forums].&lt;br /&gt;
&lt;br /&gt;
Remember that [http://www.limesurvey.org/ LimeSurvey] is an open-source, free software application.  See something missing or incorrect?  Then help us fix it. This documentation is a Wiki that can be edited by you or anyone else.  Or [http://donate.limesurvey.org donate] to help support the core development group trying to make a difference.&lt;br /&gt;
&lt;br /&gt;
= Manual - Table of contents=&lt;br /&gt;
&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Installation using a command line interface (CLI)]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Survey settings]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Adding a question]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Survey participants]] (was: Tokens)&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[QueXML PDF Export]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[URL fields]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
**[[Authentication plugins]]&lt;br /&gt;
**[[Available third party plugins]]&lt;br /&gt;
&lt;br /&gt;
=LimeSurvey development=&lt;br /&gt;
*[[Development overview]] - General pages about LimeSurvey development&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
Tłumaczenie LimeSurvey&lt;br /&gt;
&lt;br /&gt;
Jeżeli chcesz &amp;quot;dodać nowe tłumaczenia&amp;quot; lub &amp;quot;zmienić tłumaczenie&amp;quot; zrób to wg poniższego opisu&lt;br /&gt;
&lt;br /&gt;
==Semester of Code participation==&lt;br /&gt;
*[[Semester of Code 2014]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / Code-In participation=&lt;br /&gt;
*[[Project ideas for GSoC 2015]]&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/16/pl&amp;diff=73890</id>
		<title>Translations:LimeSurvey Manual/16/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/16/pl&amp;diff=73890"/>
		<updated>2017-07-13T10:51:02Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Jeżeli chcesz &amp;quot;dodać nowe tłumaczenia&amp;quot; lub &amp;quot;zmienić tłumaczenie&amp;quot; zrób to wg poniższego opisu&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jeżeli chcesz &amp;quot;dodać nowe tłumaczenia&amp;quot; lub &amp;quot;zmienić tłumaczenie&amp;quot; zrób to wg poniższego opisu&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/pl&amp;diff=73889</id>
		<title>LimeSurvey Manual/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/pl&amp;diff=73889"/>
		<updated>2017-07-13T10:50:01Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Tłumaczenie LimeSurvey&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot; style= &amp;quot;margin-top:1em;background-color:#eeffee;-webkit-box-shadow: 0 10px 6px -6px #777;-moz-box-shadow: 0 10px 6px -6px #777;box-shadow: 0 10px 6px -6px #777;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&#039;font-size:188%&#039;&amp;gt;&#039;&#039;&#039;Help us to update this manual!&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&#039;&#039;&amp;gt; This manual is a Wiki - just log in with your Limesurvey.org account and start editing!&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:right;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Głowny rozdziały:&lt;br /&gt;
*[[Installation/pl|Instalacja]]&lt;br /&gt;
*[[Administering LimeSurvey/pl|Dopasować LimeSurvey]]&lt;br /&gt;
*[[Getting Started/pl|Zaczynać]]&lt;br /&gt;
*[[Creating surveys - Introduction/pl|Sporządzać ankiety - wstęp]]&lt;br /&gt;
*[[Managing Surveys/pl|Kierować ankiety]]&lt;br /&gt;
*[[Not Categorized and Advanced Features/pl|Nie kategorysowany i rozszerzacony dodatków]]&lt;br /&gt;
*[[General FAQ/pl|FAQ - często zadawane pytanie]]&lt;br /&gt;
*[[LimeSurvey Glossary/pl|glosariusz o LimeSurvey]]&lt;br /&gt;
*[[How to design a good survey (guide)/pl|Jak budować dobry ankiety (przewodnik)]]&lt;br /&gt;
*[[Workarounds/pl|Obejście]]&lt;br /&gt;
*[[License/pl|Licencja]]&lt;br /&gt;
*[[Version change log/pl|Zmian (Historia)]]&lt;br /&gt;
*[[Plugins/pl|Plugins]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] pozwoli użytkownicy szybko tworzyć intuicyjny i mocny online pytania-i-opowiedzi przeglądy który działą dla tysiący uczestnicy bez wielki wysiłek. Ta instrukcja obsługi tylko zawiera &amp;quot;jak instalować aplikacje, administracja od instalacja i&lt;br /&gt;
&lt;br /&gt;
There has been a big ramp-up in development the last few years leading to many new features and changes.  Make sure to upgrade to the latest version to make use of the capabilities highlighted here.&lt;br /&gt;
&lt;br /&gt;
Look to the far right for the main chapters of the manual. Otherwise, scroll down further to see the complete table of contents here and go directly to the topic you are interested in.&lt;br /&gt;
&lt;br /&gt;
Still having trouble finding what you want?  Don&#039;t forget the general &#039;&#039;&#039;search box&#039;&#039;&#039;, our [[General FAQ]] and [[Workarounds]] list, and to look in our [http://www.limesurvey.org/en/forum/ discussion forums].&lt;br /&gt;
&lt;br /&gt;
Remember that [http://www.limesurvey.org/ LimeSurvey] is an open-source, free software application.  See something missing or incorrect?  Then help us fix it. This documentation is a Wiki that can be edited by you or anyone else.  Or [http://donate.limesurvey.org donate] to help support the core development group trying to make a difference.&lt;br /&gt;
&lt;br /&gt;
= Manual - Table of contents=&lt;br /&gt;
&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Installation using a command line interface (CLI)]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Survey settings]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Adding a question]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Survey participants]] (was: Tokens)&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[QueXML PDF Export]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[URL fields]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
**[[Authentication plugins]]&lt;br /&gt;
**[[Available third party plugins]]&lt;br /&gt;
&lt;br /&gt;
=LimeSurvey development=&lt;br /&gt;
*[[Development overview]] - General pages about LimeSurvey development&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
Tłumaczenie LimeSurvey&lt;br /&gt;
&lt;br /&gt;
If you want to &#039;&#039;&#039;add new translations&#039;&#039;&#039; or &#039;&#039;&#039;correct a translation&#039;&#039;&#039; please follow these instructions:&lt;br /&gt;
*[[Translating LimeSurvey|How to translate LimeSurvey]]&lt;br /&gt;
&lt;br /&gt;
==Semester of Code participation==&lt;br /&gt;
*[[Semester of Code 2014]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / Code-In participation=&lt;br /&gt;
*[[Project ideas for GSoC 2015]]&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/15/pl&amp;diff=73888</id>
		<title>Translations:LimeSurvey Manual/15/pl</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/15/pl&amp;diff=73888"/>
		<updated>2017-07-13T10:50:00Z</updated>

		<summary type="html">&lt;p&gt;Slawek: Created page with &amp;quot;Tłumaczenie LimeSurvey&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tłumaczenie LimeSurvey&lt;/div&gt;</summary>
		<author><name>Slawek</name></author>
	</entry>
</feed>