<?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=Andreza</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=Andreza"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/Special:Contributions/Andreza"/>
	<updated>2026-08-10T12:37:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=67365</id>
		<title>Installation security hints/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=67365"/>
		<updated>2016-04-25T13:02:46Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;&amp;#039;&amp;#039;Note, contudo, à conta &amp;#039;raiz&amp;#039; sempre irá sempre ser permita acesso a seus arquivos (não importa as permissões de arquivo que você definiu) como super-administrador.&amp;#039;&amp;#039;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Geral==&lt;br /&gt;
&lt;br /&gt;
LimeSurveyconfia no seu próprio sistema de segurança que é ativadopor padrão. Os autores desse software não tem nenhuma responsabilidade e não reivindicam relação com modificações ou falta de segurança. However we take security issues very serious and react quickly - if you know of any security problems with LimeSurvey please let us know: info@limesurvey.org or open a bug report at our [http://bugs.limesurvey.org bug tracker] (please mark it as private).&lt;br /&gt;
&lt;br /&gt;
==Permissões de arquivos do Linux==&lt;br /&gt;
&lt;br /&gt;
Se você está usando um servidor Linux, definir as permissões de arquivo é requerido para manter a segurança da instalação do seu LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
===Fatos básicos sobre a permissão de arquivos Linux/*nix===&lt;br /&gt;
&lt;br /&gt;
Um sistema Linux/*nix é multi-usuário. Isso significa que, além da sua conta pessoal, outras contas de usuário podem existir no seu sistema e você deverá cuidar quais permissões você dá aos outros usuários.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Dica:&#039;&#039;&#039; Definir as permissões de arquivo é especialmente importante para assegurar a segurança de configuração de arquivos que mantém informações críticas, como senhas.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note, contudo, à conta &#039;raiz&#039; sempre irá sempre ser permita acesso a seus arquivos (não importa as permissões de arquivo que você definiu) como super-administrador.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The webserver (which runs LimeSurvey), is also running under a given identity (user). On Linux, this is usually the &#039;www&#039;,&#039;www-data&#039; (on Debian/Ubuntu), &#039;apache&#039; or &#039;nobody&#039; user. However, some hosting companies use systems (such as suexec) which make it possible to run LimeSurvey scripts with your personal user. Of course the webserver user must have the right to read LimeSurvey files. However, only a small subset of LimeSurvey subdirectories must be writeable by the webserver user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint&#039;&#039;&#039;: It is very valuable to revoke write permission for the webserver user to these LimeSurvey subdirectories that do not require it. Indeed, even if a LimeSurvey vulnerability might be discovered, the main files will still be protected from an illicit modification thanks to the file system permissions.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a self-managed Linux system===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re managing your webserver and operating system configuration (you are the owner of the physical server or are renting a virtual server on which you have root access), you can follow these recommendations.&lt;br /&gt;
&lt;br /&gt;
You can first set the owner and group of your LimeSurvey files so that it will ease the file permissions setup.&lt;br /&gt;
&lt;br /&gt;
A possible strategy is to set the owner of the LimeSurvey files to your personal username, and the group of the LimeSurvey files to the webserver group. Usually this webserver group only contains the webserver account (and possibly another webmaster account).&lt;br /&gt;
&lt;br /&gt;
For instance if your username is &#039;myaccount&#039; and the webserver user is &#039;apache&#039; in the &#039;apache&#039; group, then, from a shell access, you can use the following command:&lt;br /&gt;
&lt;br /&gt;
$ chown -R myaccount:apache limesurvey/&lt;br /&gt;
&lt;br /&gt;
Then set the file and subdirectories permissions.&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs write access to some directories:&lt;br /&gt;
* The application/config directory requires &#039;&#039;Read &amp;amp; Write&#039;&#039; for saving the application configuration settings.&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory and its subdirectories are used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its subdirectories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* All other directories and files can be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Supposing you&#039;ve followed the above recommendations on owner/group, these settings can be applied by the following commands:&lt;br /&gt;
&lt;br /&gt;
$ chmod -R o-r-w-x limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R -w limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/application/config&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/tmp&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/upload&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a hosted webserver===&lt;br /&gt;
&lt;br /&gt;
Giving a standard procedure to secure a web application on a hosted environment is rather difficult because hosted environments differ in so many ways.&lt;br /&gt;
&lt;br /&gt;
As in the managed server case, for the script to work properly it needs write access to some directories:&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory is used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its sub directories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* The other directories and files should be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039;&lt;br /&gt;
* Depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777 to make it writable for the webserver. Try 755 first - if it does not work &#039;upgrade&#039; to 777.&lt;br /&gt;
* You can also try to remove read access to config.php to others by setting this file&#039;s permissions to 750 - if it does not work &#039;upgrade&#039; to 755.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows file permissions==&lt;br /&gt;
&lt;br /&gt;
If you are using a windows server your should ensure that the admin folder allows the owner of the webserver process to write files to this directory, however all other files can be set to read-only and execute.&lt;br /&gt;
&lt;br /&gt;
==Other security issues==&lt;br /&gt;
&lt;br /&gt;
The following are recommendations only. LimeSurvey in general is very safe without these additional measure. If you however collect extremely sensitive data a little additional security can help:&lt;br /&gt;
&lt;br /&gt;
===SSL usage===&lt;br /&gt;
In general we recommend the usage of SSL for sensitive survey data.&lt;br /&gt;
You usually enable SSL by configuring your webserver correctly and using a SSQL certificate.&lt;br /&gt;
If you have enabled SSL you should enforce SSL at all time in  the global settings of LimeSurvey. Additionally you should set only to used &#039;secure&#039; cookies by using the [[Optional_settings#Session_settings|related option]]  in config.php.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Access of config.php file ===&lt;br /&gt;
&lt;br /&gt;
{{Alert|You must update application/config/config.php only after first installation is done and work. You have to update existing config.php file.}} &lt;br /&gt;
&lt;br /&gt;
The /application/config/config.php file contains a user name and password for your database server. This poses certain security issues, particularly if you are using a login that has high level administrative access to your database. In the event of some error returning the content of this PHP file to a user&#039;s browser, your database password and other details could be compromised (please note, that this is a very unlikely scenario). The best way to minimize risk is to set up a specific login that has specific rights only to your limesurvey database.&lt;br /&gt;
&lt;br /&gt;
Another way to secure this information can be to put the certain information from the /application/config/config.php file in a non-web directory, i.e. for Apache users this is the directory above the htdocs (aka public_html or www) folder. So you will use config.php, but have one line in it - a line that includes the file with ACTUAL configuration information (ex: &amp;lt;?php return include(&amp;quot;/home/hostfolder/safedata/configreal.php&amp;quot;); ?&amp;gt;). Remove all actual configuration information from /application/config/config.php, and paste it into the other file (configreal.php) that is included by /application/config/config.php. This other file should be located in a non-Web directory. Then /application/config/config.php will not contain database passwords, etc. - just the name of the file that DOES contain the database info. This avoids having to change all the other files that include /application/config/config.php, since they can still include it, and it will include the real config information. However you will need to edit configreal.php and change the follow parameters&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)),&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; dirname(dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;))).DIRECTORY_SEPARATOR.&#039;tmp&#039;.DIRECTORY_SEPARATOR.&#039;runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to use absolute directory paths to work properly. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey&#039;,&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey/tmp/runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;/var/www/htdocs/limesurvey/config/routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also don&#039;t use &amp;quot;admin&amp;quot; as the default user. Go to your MySQL database (or other one if you installed LimeSurvey on different database) and change default user name &amp;quot;admin&amp;quot; to whatever you prefer (e.g. &amp;quot;admin_xyz&amp;quot;). It will be now much harder to guess administrator&#039;s new user name. Remember, this is one of the two variables intruders can use to gain access. The admin password is the other variable. So choose it with extreme care.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/9/pt-br&amp;diff=67364</id>
		<title>Translations:Installation security hints/9/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/9/pt-br&amp;diff=67364"/>
		<updated>2016-04-25T13:02:46Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;&amp;#039;&amp;#039;Note, contudo, à conta &amp;#039;raiz&amp;#039; sempre irá sempre ser permita acesso a seus arquivos (não importa as permissões de arquivo que você definiu) como super-administrador.&amp;#039;&amp;#039;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;Note, contudo, à conta &#039;raiz&#039; sempre irá sempre ser permita acesso a seus arquivos (não importa as permissões de arquivo que você definiu) como super-administrador.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=67363</id>
		<title>Installation security hints/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=67363"/>
		<updated>2016-04-25T12:54:52Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;File:help.png &amp;#039;&amp;#039;&amp;#039;Dica:&amp;#039;&amp;#039;&amp;#039; Definir as permissões de arquivo é especialmente importante para assegurar a segurança de configuração de arquivos qu...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Geral==&lt;br /&gt;
&lt;br /&gt;
LimeSurveyconfia no seu próprio sistema de segurança que é ativadopor padrão. Os autores desse software não tem nenhuma responsabilidade e não reivindicam relação com modificações ou falta de segurança. However we take security issues very serious and react quickly - if you know of any security problems with LimeSurvey please let us know: info@limesurvey.org or open a bug report at our [http://bugs.limesurvey.org bug tracker] (please mark it as private).&lt;br /&gt;
&lt;br /&gt;
==Permissões de arquivos do Linux==&lt;br /&gt;
&lt;br /&gt;
Se você está usando um servidor Linux, definir as permissões de arquivo é requerido para manter a segurança da instalação do seu LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
===Fatos básicos sobre a permissão de arquivos Linux/*nix===&lt;br /&gt;
&lt;br /&gt;
Um sistema Linux/*nix é multi-usuário. Isso significa que, além da sua conta pessoal, outras contas de usuário podem existir no seu sistema e você deverá cuidar quais permissões você dá aos outros usuários.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Dica:&#039;&#039;&#039; Definir as permissões de arquivo é especialmente importante para assegurar a segurança de configuração de arquivos que mantém informações críticas, como senhas.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note however that the &#039;root&#039; account will always be granted permission to access your files (no matter what file permissions you set) as it is the super-admin user.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The webserver (which runs LimeSurvey), is also running under a given identity (user). On Linux, this is usually the &#039;www&#039;,&#039;www-data&#039; (on Debian/Ubuntu), &#039;apache&#039; or &#039;nobody&#039; user. However, some hosting companies use systems (such as suexec) which make it possible to run LimeSurvey scripts with your personal user. Of course the webserver user must have the right to read LimeSurvey files. However, only a small subset of LimeSurvey subdirectories must be writeable by the webserver user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint&#039;&#039;&#039;: It is very valuable to revoke write permission for the webserver user to these LimeSurvey subdirectories that do not require it. Indeed, even if a LimeSurvey vulnerability might be discovered, the main files will still be protected from an illicit modification thanks to the file system permissions.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a self-managed Linux system===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re managing your webserver and operating system configuration (you are the owner of the physical server or are renting a virtual server on which you have root access), you can follow these recommendations.&lt;br /&gt;
&lt;br /&gt;
You can first set the owner and group of your LimeSurvey files so that it will ease the file permissions setup.&lt;br /&gt;
&lt;br /&gt;
A possible strategy is to set the owner of the LimeSurvey files to your personal username, and the group of the LimeSurvey files to the webserver group. Usually this webserver group only contains the webserver account (and possibly another webmaster account).&lt;br /&gt;
&lt;br /&gt;
For instance if your username is &#039;myaccount&#039; and the webserver user is &#039;apache&#039; in the &#039;apache&#039; group, then, from a shell access, you can use the following command:&lt;br /&gt;
&lt;br /&gt;
$ chown -R myaccount:apache limesurvey/&lt;br /&gt;
&lt;br /&gt;
Then set the file and subdirectories permissions.&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs write access to some directories:&lt;br /&gt;
* The application/config directory requires &#039;&#039;Read &amp;amp; Write&#039;&#039; for saving the application configuration settings.&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory and its subdirectories are used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its subdirectories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* All other directories and files can be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Supposing you&#039;ve followed the above recommendations on owner/group, these settings can be applied by the following commands:&lt;br /&gt;
&lt;br /&gt;
$ chmod -R o-r-w-x limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R -w limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/application/config&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/tmp&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/upload&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a hosted webserver===&lt;br /&gt;
&lt;br /&gt;
Giving a standard procedure to secure a web application on a hosted environment is rather difficult because hosted environments differ in so many ways.&lt;br /&gt;
&lt;br /&gt;
As in the managed server case, for the script to work properly it needs write access to some directories:&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory is used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its sub directories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* The other directories and files should be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039;&lt;br /&gt;
* Depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777 to make it writable for the webserver. Try 755 first - if it does not work &#039;upgrade&#039; to 777.&lt;br /&gt;
* You can also try to remove read access to config.php to others by setting this file&#039;s permissions to 750 - if it does not work &#039;upgrade&#039; to 755.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows file permissions==&lt;br /&gt;
&lt;br /&gt;
If you are using a windows server your should ensure that the admin folder allows the owner of the webserver process to write files to this directory, however all other files can be set to read-only and execute.&lt;br /&gt;
&lt;br /&gt;
==Other security issues==&lt;br /&gt;
&lt;br /&gt;
The following are recommendations only. LimeSurvey in general is very safe without these additional measure. If you however collect extremely sensitive data a little additional security can help:&lt;br /&gt;
&lt;br /&gt;
===SSL usage===&lt;br /&gt;
In general we recommend the usage of SSL for sensitive survey data.&lt;br /&gt;
You usually enable SSL by configuring your webserver correctly and using a SSQL certificate.&lt;br /&gt;
If you have enabled SSL you should enforce SSL at all time in  the global settings of LimeSurvey. Additionally you should set only to used &#039;secure&#039; cookies by using the [[Optional_settings#Session_settings|related option]]  in config.php.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Access of config.php file ===&lt;br /&gt;
&lt;br /&gt;
{{Alert|You must update application/config/config.php only after first installation is done and work. You have to update existing config.php file.}} &lt;br /&gt;
&lt;br /&gt;
The /application/config/config.php file contains a user name and password for your database server. This poses certain security issues, particularly if you are using a login that has high level administrative access to your database. In the event of some error returning the content of this PHP file to a user&#039;s browser, your database password and other details could be compromised (please note, that this is a very unlikely scenario). The best way to minimize risk is to set up a specific login that has specific rights only to your limesurvey database.&lt;br /&gt;
&lt;br /&gt;
Another way to secure this information can be to put the certain information from the /application/config/config.php file in a non-web directory, i.e. for Apache users this is the directory above the htdocs (aka public_html or www) folder. So you will use config.php, but have one line in it - a line that includes the file with ACTUAL configuration information (ex: &amp;lt;?php return include(&amp;quot;/home/hostfolder/safedata/configreal.php&amp;quot;); ?&amp;gt;). Remove all actual configuration information from /application/config/config.php, and paste it into the other file (configreal.php) that is included by /application/config/config.php. This other file should be located in a non-Web directory. Then /application/config/config.php will not contain database passwords, etc. - just the name of the file that DOES contain the database info. This avoids having to change all the other files that include /application/config/config.php, since they can still include it, and it will include the real config information. However you will need to edit configreal.php and change the follow parameters&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)),&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; dirname(dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;))).DIRECTORY_SEPARATOR.&#039;tmp&#039;.DIRECTORY_SEPARATOR.&#039;runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to use absolute directory paths to work properly. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey&#039;,&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey/tmp/runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;/var/www/htdocs/limesurvey/config/routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also don&#039;t use &amp;quot;admin&amp;quot; as the default user. Go to your MySQL database (or other one if you installed LimeSurvey on different database) and change default user name &amp;quot;admin&amp;quot; to whatever you prefer (e.g. &amp;quot;admin_xyz&amp;quot;). It will be now much harder to guess administrator&#039;s new user name. Remember, this is one of the two variables intruders can use to gain access. The admin password is the other variable. So choose it with extreme care.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/8/pt-br&amp;diff=67362</id>
		<title>Translations:Installation security hints/8/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/8/pt-br&amp;diff=67362"/>
		<updated>2016-04-25T12:54:51Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;File:help.png &amp;#039;&amp;#039;&amp;#039;Dica:&amp;#039;&amp;#039;&amp;#039; Definir as permissões de arquivo é especialmente importante para assegurar a segurança de configuração de arquivos qu...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Dica:&#039;&#039;&#039; Definir as permissões de arquivo é especialmente importante para assegurar a segurança de configuração de arquivos que mantém informações críticas, como senhas.&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=67361</id>
		<title>Installation security hints/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=67361"/>
		<updated>2016-04-25T12:43:18Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Um sistema Linux/*nix é multi-usuário. Isso significa que, além da sua conta pessoal, outras contas de usuário podem existir no seu sistema e você deverá cuidar quais pe...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Geral==&lt;br /&gt;
&lt;br /&gt;
LimeSurveyconfia no seu próprio sistema de segurança que é ativadopor padrão. Os autores desse software não tem nenhuma responsabilidade e não reivindicam relação com modificações ou falta de segurança. However we take security issues very serious and react quickly - if you know of any security problems with LimeSurvey please let us know: info@limesurvey.org or open a bug report at our [http://bugs.limesurvey.org bug tracker] (please mark it as private).&lt;br /&gt;
&lt;br /&gt;
==Permissões de arquivos do Linux==&lt;br /&gt;
&lt;br /&gt;
Se você está usando um servidor Linux, definir as permissões de arquivo é requerido para manter a segurança da instalação do seu LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
===Fatos básicos sobre a permissão de arquivos Linux/*nix===&lt;br /&gt;
&lt;br /&gt;
Um sistema Linux/*nix é multi-usuário. Isso significa que, além da sua conta pessoal, outras contas de usuário podem existir no seu sistema e você deverá cuidar quais permissões você dá aos outros usuários.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Setting file permissions is especially important in order to secure configuration files holding critical data such as passwords.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note however that the &#039;root&#039; account will always be granted permission to access your files (no matter what file permissions you set) as it is the super-admin user.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The webserver (which runs LimeSurvey), is also running under a given identity (user). On Linux, this is usually the &#039;www&#039;,&#039;www-data&#039; (on Debian/Ubuntu), &#039;apache&#039; or &#039;nobody&#039; user. However, some hosting companies use systems (such as suexec) which make it possible to run LimeSurvey scripts with your personal user. Of course the webserver user must have the right to read LimeSurvey files. However, only a small subset of LimeSurvey subdirectories must be writeable by the webserver user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint&#039;&#039;&#039;: It is very valuable to revoke write permission for the webserver user to these LimeSurvey subdirectories that do not require it. Indeed, even if a LimeSurvey vulnerability might be discovered, the main files will still be protected from an illicit modification thanks to the file system permissions.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a self-managed Linux system===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re managing your webserver and operating system configuration (you are the owner of the physical server or are renting a virtual server on which you have root access), you can follow these recommendations.&lt;br /&gt;
&lt;br /&gt;
You can first set the owner and group of your LimeSurvey files so that it will ease the file permissions setup.&lt;br /&gt;
&lt;br /&gt;
A possible strategy is to set the owner of the LimeSurvey files to your personal username, and the group of the LimeSurvey files to the webserver group. Usually this webserver group only contains the webserver account (and possibly another webmaster account).&lt;br /&gt;
&lt;br /&gt;
For instance if your username is &#039;myaccount&#039; and the webserver user is &#039;apache&#039; in the &#039;apache&#039; group, then, from a shell access, you can use the following command:&lt;br /&gt;
&lt;br /&gt;
$ chown -R myaccount:apache limesurvey/&lt;br /&gt;
&lt;br /&gt;
Then set the file and subdirectories permissions.&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs write access to some directories:&lt;br /&gt;
* The application/config directory requires &#039;&#039;Read &amp;amp; Write&#039;&#039; for saving the application configuration settings.&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory and its subdirectories are used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its subdirectories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* All other directories and files can be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Supposing you&#039;ve followed the above recommendations on owner/group, these settings can be applied by the following commands:&lt;br /&gt;
&lt;br /&gt;
$ chmod -R o-r-w-x limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R -w limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/application/config&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/tmp&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/upload&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a hosted webserver===&lt;br /&gt;
&lt;br /&gt;
Giving a standard procedure to secure a web application on a hosted environment is rather difficult because hosted environments differ in so many ways.&lt;br /&gt;
&lt;br /&gt;
As in the managed server case, for the script to work properly it needs write access to some directories:&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory is used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its sub directories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* The other directories and files should be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039;&lt;br /&gt;
* Depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777 to make it writable for the webserver. Try 755 first - if it does not work &#039;upgrade&#039; to 777.&lt;br /&gt;
* You can also try to remove read access to config.php to others by setting this file&#039;s permissions to 750 - if it does not work &#039;upgrade&#039; to 755.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows file permissions==&lt;br /&gt;
&lt;br /&gt;
If you are using a windows server your should ensure that the admin folder allows the owner of the webserver process to write files to this directory, however all other files can be set to read-only and execute.&lt;br /&gt;
&lt;br /&gt;
==Other security issues==&lt;br /&gt;
&lt;br /&gt;
The following are recommendations only. LimeSurvey in general is very safe without these additional measure. If you however collect extremely sensitive data a little additional security can help:&lt;br /&gt;
&lt;br /&gt;
===SSL usage===&lt;br /&gt;
In general we recommend the usage of SSL for sensitive survey data.&lt;br /&gt;
You usually enable SSL by configuring your webserver correctly and using a SSQL certificate.&lt;br /&gt;
If you have enabled SSL you should enforce SSL at all time in  the global settings of LimeSurvey. Additionally you should set only to used &#039;secure&#039; cookies by using the [[Optional_settings#Session_settings|related option]]  in config.php.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Access of config.php file ===&lt;br /&gt;
&lt;br /&gt;
{{Alert|You must update application/config/config.php only after first installation is done and work. You have to update existing config.php file.}} &lt;br /&gt;
&lt;br /&gt;
The /application/config/config.php file contains a user name and password for your database server. This poses certain security issues, particularly if you are using a login that has high level administrative access to your database. In the event of some error returning the content of this PHP file to a user&#039;s browser, your database password and other details could be compromised (please note, that this is a very unlikely scenario). The best way to minimize risk is to set up a specific login that has specific rights only to your limesurvey database.&lt;br /&gt;
&lt;br /&gt;
Another way to secure this information can be to put the certain information from the /application/config/config.php file in a non-web directory, i.e. for Apache users this is the directory above the htdocs (aka public_html or www) folder. So you will use config.php, but have one line in it - a line that includes the file with ACTUAL configuration information (ex: &amp;lt;?php return include(&amp;quot;/home/hostfolder/safedata/configreal.php&amp;quot;); ?&amp;gt;). Remove all actual configuration information from /application/config/config.php, and paste it into the other file (configreal.php) that is included by /application/config/config.php. This other file should be located in a non-Web directory. Then /application/config/config.php will not contain database passwords, etc. - just the name of the file that DOES contain the database info. This avoids having to change all the other files that include /application/config/config.php, since they can still include it, and it will include the real config information. However you will need to edit configreal.php and change the follow parameters&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)),&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; dirname(dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;))).DIRECTORY_SEPARATOR.&#039;tmp&#039;.DIRECTORY_SEPARATOR.&#039;runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to use absolute directory paths to work properly. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey&#039;,&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey/tmp/runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;/var/www/htdocs/limesurvey/config/routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also don&#039;t use &amp;quot;admin&amp;quot; as the default user. Go to your MySQL database (or other one if you installed LimeSurvey on different database) and change default user name &amp;quot;admin&amp;quot; to whatever you prefer (e.g. &amp;quot;admin_xyz&amp;quot;). It will be now much harder to guess administrator&#039;s new user name. Remember, this is one of the two variables intruders can use to gain access. The admin password is the other variable. So choose it with extreme care.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/7/pt-br&amp;diff=67360</id>
		<title>Translations:Installation security hints/7/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/7/pt-br&amp;diff=67360"/>
		<updated>2016-04-25T12:43:17Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Um sistema Linux/*nix é multi-usuário. Isso significa que, além da sua conta pessoal, outras contas de usuário podem existir no seu sistema e você deverá cuidar quais pe...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Um sistema Linux/*nix é multi-usuário. Isso significa que, além da sua conta pessoal, outras contas de usuário podem existir no seu sistema e você deverá cuidar quais permissões você dá aos outros usuários.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=67357</id>
		<title>Installation security hints/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=67357"/>
		<updated>2016-04-25T12:30:41Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;===Fatos básicos sobre a permissão de arquivos Linux/*nix===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Geral==&lt;br /&gt;
&lt;br /&gt;
LimeSurveyconfia no seu próprio sistema de segurança que é ativadopor padrão. Os autores desse software não tem nenhuma responsabilidade e não reivindicam relação com modificações ou falta de segurança. However we take security issues very serious and react quickly - if you know of any security problems with LimeSurvey please let us know: info@limesurvey.org or open a bug report at our [http://bugs.limesurvey.org bug tracker] (please mark it as private).&lt;br /&gt;
&lt;br /&gt;
==Permissões de arquivos do Linux==&lt;br /&gt;
&lt;br /&gt;
Se você está usando um servidor Linux, definir as permissões de arquivo é requerido para manter a segurança da instalação do seu LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
===Fatos básicos sobre a permissão de arquivos Linux/*nix===&lt;br /&gt;
&lt;br /&gt;
A Linux/*nix operating system is multi-user. This means that, apart from your personal account, other user accounts may exist on the system and you should take care of what permissions you give to other users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Setting file permissions is especially important in order to secure configuration files holding critical data such as passwords.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note however that the &#039;root&#039; account will always be granted permission to access your files (no matter what file permissions you set) as it is the super-admin user.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The webserver (which runs LimeSurvey), is also running under a given identity (user). On Linux, this is usually the &#039;www&#039;,&#039;www-data&#039; (on Debian/Ubuntu), &#039;apache&#039; or &#039;nobody&#039; user. However, some hosting companies use systems (such as suexec) which make it possible to run LimeSurvey scripts with your personal user. Of course the webserver user must have the right to read LimeSurvey files. However, only a small subset of LimeSurvey subdirectories must be writeable by the webserver user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint&#039;&#039;&#039;: It is very valuable to revoke write permission for the webserver user to these LimeSurvey subdirectories that do not require it. Indeed, even if a LimeSurvey vulnerability might be discovered, the main files will still be protected from an illicit modification thanks to the file system permissions.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a self-managed Linux system===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re managing your webserver and operating system configuration (you are the owner of the physical server or are renting a virtual server on which you have root access), you can follow these recommendations.&lt;br /&gt;
&lt;br /&gt;
You can first set the owner and group of your LimeSurvey files so that it will ease the file permissions setup.&lt;br /&gt;
&lt;br /&gt;
A possible strategy is to set the owner of the LimeSurvey files to your personal username, and the group of the LimeSurvey files to the webserver group. Usually this webserver group only contains the webserver account (and possibly another webmaster account).&lt;br /&gt;
&lt;br /&gt;
For instance if your username is &#039;myaccount&#039; and the webserver user is &#039;apache&#039; in the &#039;apache&#039; group, then, from a shell access, you can use the following command:&lt;br /&gt;
&lt;br /&gt;
$ chown -R myaccount:apache limesurvey/&lt;br /&gt;
&lt;br /&gt;
Then set the file and subdirectories permissions.&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs write access to some directories:&lt;br /&gt;
* The application/config directory requires &#039;&#039;Read &amp;amp; Write&#039;&#039; for saving the application configuration settings.&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory and its subdirectories are used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its subdirectories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* All other directories and files can be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Supposing you&#039;ve followed the above recommendations on owner/group, these settings can be applied by the following commands:&lt;br /&gt;
&lt;br /&gt;
$ chmod -R o-r-w-x limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R -w limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/application/config&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/tmp&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/upload&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a hosted webserver===&lt;br /&gt;
&lt;br /&gt;
Giving a standard procedure to secure a web application on a hosted environment is rather difficult because hosted environments differ in so many ways.&lt;br /&gt;
&lt;br /&gt;
As in the managed server case, for the script to work properly it needs write access to some directories:&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory is used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its sub directories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* The other directories and files should be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039;&lt;br /&gt;
* Depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777 to make it writable for the webserver. Try 755 first - if it does not work &#039;upgrade&#039; to 777.&lt;br /&gt;
* You can also try to remove read access to config.php to others by setting this file&#039;s permissions to 750 - if it does not work &#039;upgrade&#039; to 755.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows file permissions==&lt;br /&gt;
&lt;br /&gt;
If you are using a windows server your should ensure that the admin folder allows the owner of the webserver process to write files to this directory, however all other files can be set to read-only and execute.&lt;br /&gt;
&lt;br /&gt;
==Other security issues==&lt;br /&gt;
&lt;br /&gt;
The following are recommendations only. LimeSurvey in general is very safe without these additional measure. If you however collect extremely sensitive data a little additional security can help:&lt;br /&gt;
&lt;br /&gt;
===SSL usage===&lt;br /&gt;
In general we recommend the usage of SSL for sensitive survey data.&lt;br /&gt;
You usually enable SSL by configuring your webserver correctly and using a SSQL certificate.&lt;br /&gt;
If you have enabled SSL you should enforce SSL at all time in  the global settings of LimeSurvey. Additionally you should set only to used &#039;secure&#039; cookies by using the [[Optional_settings#Session_settings|related option]]  in config.php.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Access of config.php file ===&lt;br /&gt;
&lt;br /&gt;
{{Alert|You must update application/config/config.php only after first installation is done and work. You have to update existing config.php file.}} &lt;br /&gt;
&lt;br /&gt;
The /application/config/config.php file contains a user name and password for your database server. This poses certain security issues, particularly if you are using a login that has high level administrative access to your database. In the event of some error returning the content of this PHP file to a user&#039;s browser, your database password and other details could be compromised (please note, that this is a very unlikely scenario). The best way to minimize risk is to set up a specific login that has specific rights only to your limesurvey database.&lt;br /&gt;
&lt;br /&gt;
Another way to secure this information can be to put the certain information from the /application/config/config.php file in a non-web directory, i.e. for Apache users this is the directory above the htdocs (aka public_html or www) folder. So you will use config.php, but have one line in it - a line that includes the file with ACTUAL configuration information (ex: &amp;lt;?php return include(&amp;quot;/home/hostfolder/safedata/configreal.php&amp;quot;); ?&amp;gt;). Remove all actual configuration information from /application/config/config.php, and paste it into the other file (configreal.php) that is included by /application/config/config.php. This other file should be located in a non-Web directory. Then /application/config/config.php will not contain database passwords, etc. - just the name of the file that DOES contain the database info. This avoids having to change all the other files that include /application/config/config.php, since they can still include it, and it will include the real config information. However you will need to edit configreal.php and change the follow parameters&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)),&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; dirname(dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;))).DIRECTORY_SEPARATOR.&#039;tmp&#039;.DIRECTORY_SEPARATOR.&#039;runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to use absolute directory paths to work properly. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey&#039;,&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey/tmp/runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;/var/www/htdocs/limesurvey/config/routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also don&#039;t use &amp;quot;admin&amp;quot; as the default user. Go to your MySQL database (or other one if you installed LimeSurvey on different database) and change default user name &amp;quot;admin&amp;quot; to whatever you prefer (e.g. &amp;quot;admin_xyz&amp;quot;). It will be now much harder to guess administrator&#039;s new user name. Remember, this is one of the two variables intruders can use to gain access. The admin password is the other variable. So choose it with extreme care.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/6/pt-br&amp;diff=67356</id>
		<title>Translations:Installation security hints/6/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/6/pt-br&amp;diff=67356"/>
		<updated>2016-04-25T12:30:41Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;===Fatos básicos sobre a permissão de arquivos Linux/*nix===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Fatos básicos sobre a permissão de arquivos Linux/*nix===&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=67355</id>
		<title>Installation security hints/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=67355"/>
		<updated>2016-04-25T12:28:56Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Se você está usando um servidor Linux, definir as permissões de arquivo é requerido para manter a segurança da instalação do seu LimeSurvey.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Geral==&lt;br /&gt;
&lt;br /&gt;
LimeSurveyconfia no seu próprio sistema de segurança que é ativadopor padrão. Os autores desse software não tem nenhuma responsabilidade e não reivindicam relação com modificações ou falta de segurança. However we take security issues very serious and react quickly - if you know of any security problems with LimeSurvey please let us know: info@limesurvey.org or open a bug report at our [http://bugs.limesurvey.org bug tracker] (please mark it as private).&lt;br /&gt;
&lt;br /&gt;
==Permissões de arquivos do Linux==&lt;br /&gt;
&lt;br /&gt;
Se você está usando um servidor Linux, definir as permissões de arquivo é requerido para manter a segurança da instalação do seu LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
===Basic facts about Linux/*nix file permissions===&lt;br /&gt;
&lt;br /&gt;
A Linux/*nix operating system is multi-user. This means that, apart from your personal account, other user accounts may exist on the system and you should take care of what permissions you give to other users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Setting file permissions is especially important in order to secure configuration files holding critical data such as passwords.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note however that the &#039;root&#039; account will always be granted permission to access your files (no matter what file permissions you set) as it is the super-admin user.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The webserver (which runs LimeSurvey), is also running under a given identity (user). On Linux, this is usually the &#039;www&#039;,&#039;www-data&#039; (on Debian/Ubuntu), &#039;apache&#039; or &#039;nobody&#039; user. However, some hosting companies use systems (such as suexec) which make it possible to run LimeSurvey scripts with your personal user. Of course the webserver user must have the right to read LimeSurvey files. However, only a small subset of LimeSurvey subdirectories must be writeable by the webserver user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint&#039;&#039;&#039;: It is very valuable to revoke write permission for the webserver user to these LimeSurvey subdirectories that do not require it. Indeed, even if a LimeSurvey vulnerability might be discovered, the main files will still be protected from an illicit modification thanks to the file system permissions.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a self-managed Linux system===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re managing your webserver and operating system configuration (you are the owner of the physical server or are renting a virtual server on which you have root access), you can follow these recommendations.&lt;br /&gt;
&lt;br /&gt;
You can first set the owner and group of your LimeSurvey files so that it will ease the file permissions setup.&lt;br /&gt;
&lt;br /&gt;
A possible strategy is to set the owner of the LimeSurvey files to your personal username, and the group of the LimeSurvey files to the webserver group. Usually this webserver group only contains the webserver account (and possibly another webmaster account).&lt;br /&gt;
&lt;br /&gt;
For instance if your username is &#039;myaccount&#039; and the webserver user is &#039;apache&#039; in the &#039;apache&#039; group, then, from a shell access, you can use the following command:&lt;br /&gt;
&lt;br /&gt;
$ chown -R myaccount:apache limesurvey/&lt;br /&gt;
&lt;br /&gt;
Then set the file and subdirectories permissions.&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs write access to some directories:&lt;br /&gt;
* The application/config directory requires &#039;&#039;Read &amp;amp; Write&#039;&#039; for saving the application configuration settings.&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory and its subdirectories are used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its subdirectories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* All other directories and files can be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Supposing you&#039;ve followed the above recommendations on owner/group, these settings can be applied by the following commands:&lt;br /&gt;
&lt;br /&gt;
$ chmod -R o-r-w-x limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R -w limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/application/config&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/tmp&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/upload&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a hosted webserver===&lt;br /&gt;
&lt;br /&gt;
Giving a standard procedure to secure a web application on a hosted environment is rather difficult because hosted environments differ in so many ways.&lt;br /&gt;
&lt;br /&gt;
As in the managed server case, for the script to work properly it needs write access to some directories:&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory is used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its sub directories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* The other directories and files should be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039;&lt;br /&gt;
* Depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777 to make it writable for the webserver. Try 755 first - if it does not work &#039;upgrade&#039; to 777.&lt;br /&gt;
* You can also try to remove read access to config.php to others by setting this file&#039;s permissions to 750 - if it does not work &#039;upgrade&#039; to 755.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows file permissions==&lt;br /&gt;
&lt;br /&gt;
If you are using a windows server your should ensure that the admin folder allows the owner of the webserver process to write files to this directory, however all other files can be set to read-only and execute.&lt;br /&gt;
&lt;br /&gt;
==Other security issues==&lt;br /&gt;
&lt;br /&gt;
The following are recommendations only. LimeSurvey in general is very safe without these additional measure. If you however collect extremely sensitive data a little additional security can help:&lt;br /&gt;
&lt;br /&gt;
===SSL usage===&lt;br /&gt;
In general we recommend the usage of SSL for sensitive survey data.&lt;br /&gt;
You usually enable SSL by configuring your webserver correctly and using a SSQL certificate.&lt;br /&gt;
If you have enabled SSL you should enforce SSL at all time in  the global settings of LimeSurvey. Additionally you should set only to used &#039;secure&#039; cookies by using the [[Optional_settings#Session_settings|related option]]  in config.php.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Access of config.php file ===&lt;br /&gt;
&lt;br /&gt;
{{Alert|You must update application/config/config.php only after first installation is done and work. You have to update existing config.php file.}} &lt;br /&gt;
&lt;br /&gt;
The /application/config/config.php file contains a user name and password for your database server. This poses certain security issues, particularly if you are using a login that has high level administrative access to your database. In the event of some error returning the content of this PHP file to a user&#039;s browser, your database password and other details could be compromised (please note, that this is a very unlikely scenario). The best way to minimize risk is to set up a specific login that has specific rights only to your limesurvey database.&lt;br /&gt;
&lt;br /&gt;
Another way to secure this information can be to put the certain information from the /application/config/config.php file in a non-web directory, i.e. for Apache users this is the directory above the htdocs (aka public_html or www) folder. So you will use config.php, but have one line in it - a line that includes the file with ACTUAL configuration information (ex: &amp;lt;?php return include(&amp;quot;/home/hostfolder/safedata/configreal.php&amp;quot;); ?&amp;gt;). Remove all actual configuration information from /application/config/config.php, and paste it into the other file (configreal.php) that is included by /application/config/config.php. This other file should be located in a non-Web directory. Then /application/config/config.php will not contain database passwords, etc. - just the name of the file that DOES contain the database info. This avoids having to change all the other files that include /application/config/config.php, since they can still include it, and it will include the real config information. However you will need to edit configreal.php and change the follow parameters&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)),&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; dirname(dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;))).DIRECTORY_SEPARATOR.&#039;tmp&#039;.DIRECTORY_SEPARATOR.&#039;runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to use absolute directory paths to work properly. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey&#039;,&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey/tmp/runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;/var/www/htdocs/limesurvey/config/routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also don&#039;t use &amp;quot;admin&amp;quot; as the default user. Go to your MySQL database (or other one if you installed LimeSurvey on different database) and change default user name &amp;quot;admin&amp;quot; to whatever you prefer (e.g. &amp;quot;admin_xyz&amp;quot;). It will be now much harder to guess administrator&#039;s new user name. Remember, this is one of the two variables intruders can use to gain access. The admin password is the other variable. So choose it with extreme care.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/5/pt-br&amp;diff=67354</id>
		<title>Translations:Installation security hints/5/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/5/pt-br&amp;diff=67354"/>
		<updated>2016-04-25T12:28:56Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Se você está usando um servidor Linux, definir as permissões de arquivo é requerido para manter a segurança da instalação do seu LimeSurvey.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Se você está usando um servidor Linux, definir as permissões de arquivo é requerido para manter a segurança da instalação do seu LimeSurvey.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=67353</id>
		<title>Installation security hints/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=67353"/>
		<updated>2016-04-25T12:27:31Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;==Permissões de arquivos do Linux==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Geral==&lt;br /&gt;
&lt;br /&gt;
LimeSurveyconfia no seu próprio sistema de segurança que é ativadopor padrão. Os autores desse software não tem nenhuma responsabilidade e não reivindicam relação com modificações ou falta de segurança. However we take security issues very serious and react quickly - if you know of any security problems with LimeSurvey please let us know: info@limesurvey.org or open a bug report at our [http://bugs.limesurvey.org bug tracker] (please mark it as private).&lt;br /&gt;
&lt;br /&gt;
==Permissões de arquivos do Linux==&lt;br /&gt;
&lt;br /&gt;
If you are using a Linux server, setting according file permissions is required to secure your LimeSurey installation.&lt;br /&gt;
&lt;br /&gt;
===Basic facts about Linux/*nix file permissions===&lt;br /&gt;
&lt;br /&gt;
A Linux/*nix operating system is multi-user. This means that, apart from your personal account, other user accounts may exist on the system and you should take care of what permissions you give to other users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Setting file permissions is especially important in order to secure configuration files holding critical data such as passwords.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note however that the &#039;root&#039; account will always be granted permission to access your files (no matter what file permissions you set) as it is the super-admin user.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The webserver (which runs LimeSurvey), is also running under a given identity (user). On Linux, this is usually the &#039;www&#039;,&#039;www-data&#039; (on Debian/Ubuntu), &#039;apache&#039; or &#039;nobody&#039; user. However, some hosting companies use systems (such as suexec) which make it possible to run LimeSurvey scripts with your personal user. Of course the webserver user must have the right to read LimeSurvey files. However, only a small subset of LimeSurvey subdirectories must be writeable by the webserver user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint&#039;&#039;&#039;: It is very valuable to revoke write permission for the webserver user to these LimeSurvey subdirectories that do not require it. Indeed, even if a LimeSurvey vulnerability might be discovered, the main files will still be protected from an illicit modification thanks to the file system permissions.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a self-managed Linux system===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re managing your webserver and operating system configuration (you are the owner of the physical server or are renting a virtual server on which you have root access), you can follow these recommendations.&lt;br /&gt;
&lt;br /&gt;
You can first set the owner and group of your LimeSurvey files so that it will ease the file permissions setup.&lt;br /&gt;
&lt;br /&gt;
A possible strategy is to set the owner of the LimeSurvey files to your personal username, and the group of the LimeSurvey files to the webserver group. Usually this webserver group only contains the webserver account (and possibly another webmaster account).&lt;br /&gt;
&lt;br /&gt;
For instance if your username is &#039;myaccount&#039; and the webserver user is &#039;apache&#039; in the &#039;apache&#039; group, then, from a shell access, you can use the following command:&lt;br /&gt;
&lt;br /&gt;
$ chown -R myaccount:apache limesurvey/&lt;br /&gt;
&lt;br /&gt;
Then set the file and subdirectories permissions.&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs write access to some directories:&lt;br /&gt;
* The application/config directory requires &#039;&#039;Read &amp;amp; Write&#039;&#039; for saving the application configuration settings.&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory and its subdirectories are used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its subdirectories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* All other directories and files can be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Supposing you&#039;ve followed the above recommendations on owner/group, these settings can be applied by the following commands:&lt;br /&gt;
&lt;br /&gt;
$ chmod -R o-r-w-x limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R -w limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/application/config&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/tmp&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/upload&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a hosted webserver===&lt;br /&gt;
&lt;br /&gt;
Giving a standard procedure to secure a web application on a hosted environment is rather difficult because hosted environments differ in so many ways.&lt;br /&gt;
&lt;br /&gt;
As in the managed server case, for the script to work properly it needs write access to some directories:&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory is used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its sub directories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* The other directories and files should be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039;&lt;br /&gt;
* Depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777 to make it writable for the webserver. Try 755 first - if it does not work &#039;upgrade&#039; to 777.&lt;br /&gt;
* You can also try to remove read access to config.php to others by setting this file&#039;s permissions to 750 - if it does not work &#039;upgrade&#039; to 755.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows file permissions==&lt;br /&gt;
&lt;br /&gt;
If you are using a windows server your should ensure that the admin folder allows the owner of the webserver process to write files to this directory, however all other files can be set to read-only and execute.&lt;br /&gt;
&lt;br /&gt;
==Other security issues==&lt;br /&gt;
&lt;br /&gt;
The following are recommendations only. LimeSurvey in general is very safe without these additional measure. If you however collect extremely sensitive data a little additional security can help:&lt;br /&gt;
&lt;br /&gt;
===SSL usage===&lt;br /&gt;
In general we recommend the usage of SSL for sensitive survey data.&lt;br /&gt;
You usually enable SSL by configuring your webserver correctly and using a SSQL certificate.&lt;br /&gt;
If you have enabled SSL you should enforce SSL at all time in  the global settings of LimeSurvey. Additionally you should set only to used &#039;secure&#039; cookies by using the [[Optional_settings#Session_settings|related option]]  in config.php.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Access of config.php file ===&lt;br /&gt;
&lt;br /&gt;
{{Alert|You must update application/config/config.php only after first installation is done and work. You have to update existing config.php file.}} &lt;br /&gt;
&lt;br /&gt;
The /application/config/config.php file contains a user name and password for your database server. This poses certain security issues, particularly if you are using a login that has high level administrative access to your database. In the event of some error returning the content of this PHP file to a user&#039;s browser, your database password and other details could be compromised (please note, that this is a very unlikely scenario). The best way to minimize risk is to set up a specific login that has specific rights only to your limesurvey database.&lt;br /&gt;
&lt;br /&gt;
Another way to secure this information can be to put the certain information from the /application/config/config.php file in a non-web directory, i.e. for Apache users this is the directory above the htdocs (aka public_html or www) folder. So you will use config.php, but have one line in it - a line that includes the file with ACTUAL configuration information (ex: &amp;lt;?php return include(&amp;quot;/home/hostfolder/safedata/configreal.php&amp;quot;); ?&amp;gt;). Remove all actual configuration information from /application/config/config.php, and paste it into the other file (configreal.php) that is included by /application/config/config.php. This other file should be located in a non-Web directory. Then /application/config/config.php will not contain database passwords, etc. - just the name of the file that DOES contain the database info. This avoids having to change all the other files that include /application/config/config.php, since they can still include it, and it will include the real config information. However you will need to edit configreal.php and change the follow parameters&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)),&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; dirname(dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;))).DIRECTORY_SEPARATOR.&#039;tmp&#039;.DIRECTORY_SEPARATOR.&#039;runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to use absolute directory paths to work properly. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey&#039;,&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey/tmp/runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;/var/www/htdocs/limesurvey/config/routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also don&#039;t use &amp;quot;admin&amp;quot; as the default user. Go to your MySQL database (or other one if you installed LimeSurvey on different database) and change default user name &amp;quot;admin&amp;quot; to whatever you prefer (e.g. &amp;quot;admin_xyz&amp;quot;). It will be now much harder to guess administrator&#039;s new user name. Remember, this is one of the two variables intruders can use to gain access. The admin password is the other variable. So choose it with extreme care.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/4/pt-br&amp;diff=67352</id>
		<title>Translations:Installation security hints/4/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/4/pt-br&amp;diff=67352"/>
		<updated>2016-04-25T12:27:31Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;==Permissões de arquivos do Linux==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Permissões de arquivos do Linux==&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=66952</id>
		<title>Installation security hints/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=66952"/>
		<updated>2016-04-19T19:54:23Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;LimeSurveyconfia no seu próprio sistema de segurança que é ativadopor padrão. Os autores desse software não tem nenhuma responsabilidade e não reivindicam relação com...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Geral==&lt;br /&gt;
&lt;br /&gt;
LimeSurveyconfia no seu próprio sistema de segurança que é ativadopor padrão. Os autores desse software não tem nenhuma responsabilidade e não reivindicam relação com modificações ou falta de segurança. However we take security issues very serious and react quickly - if you know of any security problems with LimeSurvey please let us know: info@limesurvey.org or open a bug report at our [http://bugs.limesurvey.org bug tracker] (please mark it as private).&lt;br /&gt;
&lt;br /&gt;
==Linux file permissions==&lt;br /&gt;
&lt;br /&gt;
If you are using a Linux server, setting according file permissions is required to secure your LimeSurey installation.&lt;br /&gt;
&lt;br /&gt;
===Basic facts about Linux/*nix file permissions===&lt;br /&gt;
&lt;br /&gt;
A Linux/*nix operating system is multi-user. This means that, apart from your personal account, other user accounts may exist on the system and you should take care of what permissions you give to other users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Setting file permissions is especially important in order to secure configuration files holding critical data such as passwords.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note however that the &#039;root&#039; account will always be granted permission to access your files (no matter what file permissions you set) as it is the super-admin user.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The webserver (which runs LimeSurvey), is also running under a given identity (user). On Linux, this is usually the &#039;www&#039;,&#039;www-data&#039; (on Debian/Ubuntu), &#039;apache&#039; or &#039;nobody&#039; user. However, some hosting companies use systems (such as suexec) which make it possible to run LimeSurvey scripts with your personal user. Of course the webserver user must have the right to read LimeSurvey files. However, only a small subset of LimeSurvey subdirectories must be writeable by the webserver user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint&#039;&#039;&#039;: It is very valuable to revoke write permission for the webserver user to these LimeSurvey subdirectories that do not require it. Indeed, even if a LimeSurvey vulnerability might be discovered, the main files will still be protected from an illicit modification thanks to the file system permissions.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a self-managed Linux system===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re managing your webserver and operating system configuration (you are the owner of the physical server or are renting a virtual server on which you have root access), you can follow these recommendations.&lt;br /&gt;
&lt;br /&gt;
You can first set the owner and group of your LimeSurvey files so that it will ease the file permissions setup.&lt;br /&gt;
&lt;br /&gt;
A possible strategy is to set the owner of the LimeSurvey files to your personal username, and the group of the LimeSurvey files to the webserver group. Usually this webserver group only contains the webserver account (and possibly another webmaster account).&lt;br /&gt;
&lt;br /&gt;
For instance if your username is &#039;myaccount&#039; and the webserver user is &#039;apache&#039; in the &#039;apache&#039; group, then, from a shell access, you can use the following command:&lt;br /&gt;
&lt;br /&gt;
$ chown -R myaccount:apache limesurvey/&lt;br /&gt;
&lt;br /&gt;
Then set the file and subdirectories permissions.&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs write access to some directories:&lt;br /&gt;
* The application/config directory requires &#039;&#039;Read &amp;amp; Write&#039;&#039; for saving the application configuration settings.&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory and its subdirectories are used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its subdirectories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* All other directories and files can be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Supposing you&#039;ve followed the above recommendations on owner/group, these settings can be applied by the following commands:&lt;br /&gt;
&lt;br /&gt;
$ chmod -R o-r-w-x limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R -w limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/application/config&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/tmp&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/upload&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a hosted webserver===&lt;br /&gt;
&lt;br /&gt;
Giving a standard procedure to secure a web application on a hosted environment is rather difficult because hosted environments differ in so many ways.&lt;br /&gt;
&lt;br /&gt;
As in the managed server case, for the script to work properly it needs write access to some directories:&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory is used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its sub directories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* The other directories and files should be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039;&lt;br /&gt;
* Depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777 to make it writable for the webserver. Try 755 first - if it does not work &#039;upgrade&#039; to 777.&lt;br /&gt;
* You can also try to remove read access to config.php to others by setting this file&#039;s permissions to 750 - if it does not work &#039;upgrade&#039; to 755.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows file permissions==&lt;br /&gt;
&lt;br /&gt;
If you are using a windows server your should ensure that the admin folder allows the owner of the webserver process to write files to this directory, however all other files can be set to read-only and execute.&lt;br /&gt;
&lt;br /&gt;
==Other security issues==&lt;br /&gt;
&lt;br /&gt;
The following are recommendations only. LimeSurvey in general is very safe without these additional measure. If you however collect extremely sensitive data a little additional security can help:&lt;br /&gt;
&lt;br /&gt;
===SSL usage===&lt;br /&gt;
In general we recommend the usage of SSL for sensitive survey data.&lt;br /&gt;
You usually enable SSL by configuring your webserver correctly and using a SSQL certificate.&lt;br /&gt;
If you have enabled SSL you should enforce SSL at all time in  the global settings of LimeSurvey. Additionally you should set only to used &#039;secure&#039; cookies by using the [[Optional_settings#Session_settings|related option]]  in config.php.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Access of config.php file ===&lt;br /&gt;
&lt;br /&gt;
{{Alert|You must update application/config/config.php only after first installation is done and work. You have to update existing config.php file.}} &lt;br /&gt;
&lt;br /&gt;
The /application/config/config.php file contains a user name and password for your database server. This poses certain security issues, particularly if you are using a login that has high level administrative access to your database. In the event of some error returning the content of this PHP file to a user&#039;s browser, your database password and other details could be compromised (please note, that this is a very unlikely scenario). The best way to minimize risk is to set up a specific login that has specific rights only to your limesurvey database.&lt;br /&gt;
&lt;br /&gt;
Another way to secure this information can be to put the certain information from the /application/config/config.php file in a non-web directory, i.e. for Apache users this is the directory above the htdocs (aka public_html or www) folder. So you will use config.php, but have one line in it - a line that includes the file with ACTUAL configuration information (ex: &amp;lt;?php return include(&amp;quot;/home/hostfolder/safedata/configreal.php&amp;quot;); ?&amp;gt;). Remove all actual configuration information from /application/config/config.php, and paste it into the other file (configreal.php) that is included by /application/config/config.php. This other file should be located in a non-Web directory. Then /application/config/config.php will not contain database passwords, etc. - just the name of the file that DOES contain the database info. This avoids having to change all the other files that include /application/config/config.php, since they can still include it, and it will include the real config information. However you will need to edit configreal.php and change the follow parameters&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)),&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; dirname(dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;))).DIRECTORY_SEPARATOR.&#039;tmp&#039;.DIRECTORY_SEPARATOR.&#039;runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to use absolute directory paths to work properly. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey&#039;,&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey/tmp/runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;/var/www/htdocs/limesurvey/config/routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also don&#039;t use &amp;quot;admin&amp;quot; as the default user. Go to your MySQL database (or other one if you installed LimeSurvey on different database) and change default user name &amp;quot;admin&amp;quot; to whatever you prefer (e.g. &amp;quot;admin_xyz&amp;quot;). It will be now much harder to guess administrator&#039;s new user name. Remember, this is one of the two variables intruders can use to gain access. The admin password is the other variable. So choose it with extreme care.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/3/pt-br&amp;diff=66951</id>
		<title>Translations:Installation security hints/3/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/3/pt-br&amp;diff=66951"/>
		<updated>2016-04-19T19:54:22Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;LimeSurveyconfia no seu próprio sistema de segurança que é ativadopor padrão. Os autores desse software não tem nenhuma responsabilidade e não reivindicam relação com...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LimeSurveyconfia no seu próprio sistema de segurança que é ativadopor padrão. Os autores desse software não tem nenhuma responsabilidade e não reivindicam relação com modificações ou falta de segurança. However we take security issues very serious and react quickly - if you know of any security problems with LimeSurvey please let us know: info@limesurvey.org or open a bug report at our [http://bugs.limesurvey.org bug tracker] (please mark it as private).&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=66950</id>
		<title>Installation security hints/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=66950"/>
		<updated>2016-04-19T19:48:10Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;==Geral==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Geral==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey relies on its own security system which is activated by default. The authors of this software takes no responsibility and makes no claims in relation to the appropriateness or secureness of this software. However we take security issues very serious and react quickly - if you know of any security problems with LimeSurvey please let us know: info@limesurvey.org or open a bug report at our [http://bugs.limesurvey.org bug tracker] (please mark it as private).&lt;br /&gt;
&lt;br /&gt;
==Linux file permissions==&lt;br /&gt;
&lt;br /&gt;
If you are using a Linux server, setting according file permissions is required to secure your LimeSurey installation.&lt;br /&gt;
&lt;br /&gt;
===Basic facts about Linux/*nix file permissions===&lt;br /&gt;
&lt;br /&gt;
A Linux/*nix operating system is multi-user. This means that, apart from your personal account, other user accounts may exist on the system and you should take care of what permissions you give to other users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Setting file permissions is especially important in order to secure configuration files holding critical data such as passwords.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note however that the &#039;root&#039; account will always be granted permission to access your files (no matter what file permissions you set) as it is the super-admin user.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The webserver (which runs LimeSurvey), is also running under a given identity (user). On Linux, this is usually the &#039;www&#039;,&#039;www-data&#039; (on Debian/Ubuntu), &#039;apache&#039; or &#039;nobody&#039; user. However, some hosting companies use systems (such as suexec) which make it possible to run LimeSurvey scripts with your personal user. Of course the webserver user must have the right to read LimeSurvey files. However, only a small subset of LimeSurvey subdirectories must be writeable by the webserver user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint&#039;&#039;&#039;: It is very valuable to revoke write permission for the webserver user to these LimeSurvey subdirectories that do not require it. Indeed, even if a LimeSurvey vulnerability might be discovered, the main files will still be protected from an illicit modification thanks to the file system permissions.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a self-managed Linux system===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re managing your webserver and operating system configuration (you are the owner of the physical server or are renting a virtual server on which you have root access), you can follow these recommendations.&lt;br /&gt;
&lt;br /&gt;
You can first set the owner and group of your LimeSurvey files so that it will ease the file permissions setup.&lt;br /&gt;
&lt;br /&gt;
A possible strategy is to set the owner of the LimeSurvey files to your personal username, and the group of the LimeSurvey files to the webserver group. Usually this webserver group only contains the webserver account (and possibly another webmaster account).&lt;br /&gt;
&lt;br /&gt;
For instance if your username is &#039;myaccount&#039; and the webserver user is &#039;apache&#039; in the &#039;apache&#039; group, then, from a shell access, you can use the following command:&lt;br /&gt;
&lt;br /&gt;
$ chown -R myaccount:apache limesurvey/&lt;br /&gt;
&lt;br /&gt;
Then set the file and subdirectories permissions.&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs write access to some directories:&lt;br /&gt;
* The application/config directory requires &#039;&#039;Read &amp;amp; Write&#039;&#039; for saving the application configuration settings.&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory and its subdirectories are used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its subdirectories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* All other directories and files can be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Supposing you&#039;ve followed the above recommendations on owner/group, these settings can be applied by the following commands:&lt;br /&gt;
&lt;br /&gt;
$ chmod -R o-r-w-x limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R -w limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/application/config&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/tmp&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/upload&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a hosted webserver===&lt;br /&gt;
&lt;br /&gt;
Giving a standard procedure to secure a web application on a hosted environment is rather difficult because hosted environments differ in so many ways.&lt;br /&gt;
&lt;br /&gt;
As in the managed server case, for the script to work properly it needs write access to some directories:&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory is used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its sub directories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* The other directories and files should be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039;&lt;br /&gt;
* Depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777 to make it writable for the webserver. Try 755 first - if it does not work &#039;upgrade&#039; to 777.&lt;br /&gt;
* You can also try to remove read access to config.php to others by setting this file&#039;s permissions to 750 - if it does not work &#039;upgrade&#039; to 755.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows file permissions==&lt;br /&gt;
&lt;br /&gt;
If you are using a windows server your should ensure that the admin folder allows the owner of the webserver process to write files to this directory, however all other files can be set to read-only and execute.&lt;br /&gt;
&lt;br /&gt;
==Other security issues==&lt;br /&gt;
&lt;br /&gt;
The following are recommendations only. LimeSurvey in general is very safe without these additional measure. If you however collect extremely sensitive data a little additional security can help:&lt;br /&gt;
&lt;br /&gt;
===SSL usage===&lt;br /&gt;
In general we recommend the usage of SSL for sensitive survey data.&lt;br /&gt;
You usually enable SSL by configuring your webserver correctly and using a SSQL certificate.&lt;br /&gt;
If you have enabled SSL you should enforce SSL at all time in  the global settings of LimeSurvey. Additionally you should set only to used &#039;secure&#039; cookies by using the [[Optional_settings#Session_settings|related option]]  in config.php.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Access of config.php file ===&lt;br /&gt;
&lt;br /&gt;
{{Alert|You must update application/config/config.php only after first installation is done and work. You have to update existing config.php file.}} &lt;br /&gt;
&lt;br /&gt;
The /application/config/config.php file contains a user name and password for your database server. This poses certain security issues, particularly if you are using a login that has high level administrative access to your database. In the event of some error returning the content of this PHP file to a user&#039;s browser, your database password and other details could be compromised (please note, that this is a very unlikely scenario). The best way to minimize risk is to set up a specific login that has specific rights only to your limesurvey database.&lt;br /&gt;
&lt;br /&gt;
Another way to secure this information can be to put the certain information from the /application/config/config.php file in a non-web directory, i.e. for Apache users this is the directory above the htdocs (aka public_html or www) folder. So you will use config.php, but have one line in it - a line that includes the file with ACTUAL configuration information (ex: &amp;lt;?php return include(&amp;quot;/home/hostfolder/safedata/configreal.php&amp;quot;); ?&amp;gt;). Remove all actual configuration information from /application/config/config.php, and paste it into the other file (configreal.php) that is included by /application/config/config.php. This other file should be located in a non-Web directory. Then /application/config/config.php will not contain database passwords, etc. - just the name of the file that DOES contain the database info. This avoids having to change all the other files that include /application/config/config.php, since they can still include it, and it will include the real config information. However you will need to edit configreal.php and change the follow parameters&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)),&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; dirname(dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;))).DIRECTORY_SEPARATOR.&#039;tmp&#039;.DIRECTORY_SEPARATOR.&#039;runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to use absolute directory paths to work properly. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey&#039;,&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey/tmp/runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;/var/www/htdocs/limesurvey/config/routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also don&#039;t use &amp;quot;admin&amp;quot; as the default user. Go to your MySQL database (or other one if you installed LimeSurvey on different database) and change default user name &amp;quot;admin&amp;quot; to whatever you prefer (e.g. &amp;quot;admin_xyz&amp;quot;). It will be now much harder to guess administrator&#039;s new user name. Remember, this is one of the two variables intruders can use to gain access. The admin password is the other variable. So choose it with extreme care.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/2/pt-br&amp;diff=66949</id>
		<title>Translations:Installation security hints/2/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/2/pt-br&amp;diff=66949"/>
		<updated>2016-04-19T19:48:09Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;==Geral==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Geral==&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/1/pt-br&amp;diff=66948</id>
		<title>Translations:Installation security hints/1/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/1/pt-br&amp;diff=66948"/>
		<updated>2016-04-19T19:48:02Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;__TOC__&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=66947</id>
		<title>Installation security hints/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_security_hints/pt-br&amp;diff=66947"/>
		<updated>2016-04-19T19:47:55Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Decas de segurança da isntalação&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey relies on its own security system which is activated by default. The authors of this software takes no responsibility and makes no claims in relation to the appropriateness or secureness of this software. However we take security issues very serious and react quickly - if you know of any security problems with LimeSurvey please let us know: info@limesurvey.org or open a bug report at our [http://bugs.limesurvey.org bug tracker] (please mark it as private).&lt;br /&gt;
&lt;br /&gt;
==Linux file permissions==&lt;br /&gt;
&lt;br /&gt;
If you are using a Linux server, setting according file permissions is required to secure your LimeSurey installation.&lt;br /&gt;
&lt;br /&gt;
===Basic facts about Linux/*nix file permissions===&lt;br /&gt;
&lt;br /&gt;
A Linux/*nix operating system is multi-user. This means that, apart from your personal account, other user accounts may exist on the system and you should take care of what permissions you give to other users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Setting file permissions is especially important in order to secure configuration files holding critical data such as passwords.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note however that the &#039;root&#039; account will always be granted permission to access your files (no matter what file permissions you set) as it is the super-admin user.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The webserver (which runs LimeSurvey), is also running under a given identity (user). On Linux, this is usually the &#039;www&#039;,&#039;www-data&#039; (on Debian/Ubuntu), &#039;apache&#039; or &#039;nobody&#039; user. However, some hosting companies use systems (such as suexec) which make it possible to run LimeSurvey scripts with your personal user. Of course the webserver user must have the right to read LimeSurvey files. However, only a small subset of LimeSurvey subdirectories must be writeable by the webserver user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint&#039;&#039;&#039;: It is very valuable to revoke write permission for the webserver user to these LimeSurvey subdirectories that do not require it. Indeed, even if a LimeSurvey vulnerability might be discovered, the main files will still be protected from an illicit modification thanks to the file system permissions.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a self-managed Linux system===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re managing your webserver and operating system configuration (you are the owner of the physical server or are renting a virtual server on which you have root access), you can follow these recommendations.&lt;br /&gt;
&lt;br /&gt;
You can first set the owner and group of your LimeSurvey files so that it will ease the file permissions setup.&lt;br /&gt;
&lt;br /&gt;
A possible strategy is to set the owner of the LimeSurvey files to your personal username, and the group of the LimeSurvey files to the webserver group. Usually this webserver group only contains the webserver account (and possibly another webmaster account).&lt;br /&gt;
&lt;br /&gt;
For instance if your username is &#039;myaccount&#039; and the webserver user is &#039;apache&#039; in the &#039;apache&#039; group, then, from a shell access, you can use the following command:&lt;br /&gt;
&lt;br /&gt;
$ chown -R myaccount:apache limesurvey/&lt;br /&gt;
&lt;br /&gt;
Then set the file and subdirectories permissions.&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs write access to some directories:&lt;br /&gt;
* The application/config directory requires &#039;&#039;Read &amp;amp; Write&#039;&#039; for saving the application configuration settings.&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory and its subdirectories are used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its subdirectories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* All other directories and files can be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; Supposing you&#039;ve followed the above recommendations on owner/group, these settings can be applied by the following commands:&lt;br /&gt;
&lt;br /&gt;
$ chmod -R o-r-w-x limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R -w limesurvey/&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/application/config&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/tmp&lt;br /&gt;
&lt;br /&gt;
$ chmod -R 770 limesurvey/upload&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting file permissions on a hosted webserver===&lt;br /&gt;
&lt;br /&gt;
Giving a standard procedure to secure a web application on a hosted environment is rather difficult because hosted environments differ in so many ways.&lt;br /&gt;
&lt;br /&gt;
As in the managed server case, for the script to work properly it needs write access to some directories:&lt;br /&gt;
*The &amp;quot;/limesurvey/tmp&amp;quot; directory is used for imports/uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The upload/ directory and all its sub directories must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
* The other directories and files should be set to &#039;&#039;Read Only&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039;&lt;br /&gt;
* Depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777 to make it writable for the webserver. Try 755 first - if it does not work &#039;upgrade&#039; to 777.&lt;br /&gt;
* You can also try to remove read access to config.php to others by setting this file&#039;s permissions to 750 - if it does not work &#039;upgrade&#039; to 755.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows file permissions==&lt;br /&gt;
&lt;br /&gt;
If you are using a windows server your should ensure that the admin folder allows the owner of the webserver process to write files to this directory, however all other files can be set to read-only and execute.&lt;br /&gt;
&lt;br /&gt;
==Other security issues==&lt;br /&gt;
&lt;br /&gt;
The following are recommendations only. LimeSurvey in general is very safe without these additional measure. If you however collect extremely sensitive data a little additional security can help:&lt;br /&gt;
&lt;br /&gt;
===SSL usage===&lt;br /&gt;
In general we recommend the usage of SSL for sensitive survey data.&lt;br /&gt;
You usually enable SSL by configuring your webserver correctly and using a SSQL certificate.&lt;br /&gt;
If you have enabled SSL you should enforce SSL at all time in  the global settings of LimeSurvey. Additionally you should set only to used &#039;secure&#039; cookies by using the [[Optional_settings#Session_settings|related option]]  in config.php.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Access of config.php file ===&lt;br /&gt;
&lt;br /&gt;
{{Alert|You must update application/config/config.php only after first installation is done and work. You have to update existing config.php file.}} &lt;br /&gt;
&lt;br /&gt;
The /application/config/config.php file contains a user name and password for your database server. This poses certain security issues, particularly if you are using a login that has high level administrative access to your database. In the event of some error returning the content of this PHP file to a user&#039;s browser, your database password and other details could be compromised (please note, that this is a very unlikely scenario). The best way to minimize risk is to set up a specific login that has specific rights only to your limesurvey database.&lt;br /&gt;
&lt;br /&gt;
Another way to secure this information can be to put the certain information from the /application/config/config.php file in a non-web directory, i.e. for Apache users this is the directory above the htdocs (aka public_html or www) folder. So you will use config.php, but have one line in it - a line that includes the file with ACTUAL configuration information (ex: &amp;lt;?php return include(&amp;quot;/home/hostfolder/safedata/configreal.php&amp;quot;); ?&amp;gt;). Remove all actual configuration information from /application/config/config.php, and paste it into the other file (configreal.php) that is included by /application/config/config.php. This other file should be located in a non-Web directory. Then /application/config/config.php will not contain database passwords, etc. - just the name of the file that DOES contain the database info. This avoids having to change all the other files that include /application/config/config.php, since they can still include it, and it will include the real config information. However you will need to edit configreal.php and change the follow parameters&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)),&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; dirname(dirname(dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;))).DIRECTORY_SEPARATOR.&#039;tmp&#039;.DIRECTORY_SEPARATOR.&#039;runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to use absolute directory paths to work properly. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&#039;basePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey&#039;,&lt;br /&gt;
&#039;runtimePath&#039; =&amp;gt; &#039;/var/www/htdocs/limesurvey/tmp/runtime&#039;,&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
&#039;urlManager&#039; =&amp;gt; array(&lt;br /&gt;
   [...]&lt;br /&gt;
   &#039;rules&#039; =&amp;gt; require(&#039;/var/www/htdocs/limesurvey/config/routes.php&#039;),&lt;br /&gt;
   [...]&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also don&#039;t use &amp;quot;admin&amp;quot; as the default user. Go to your MySQL database (or other one if you installed LimeSurvey on different database) and change default user name &amp;quot;admin&amp;quot; to whatever you prefer (e.g. &amp;quot;admin_xyz&amp;quot;). It will be now much harder to guess administrator&#039;s new user name. Remember, this is one of the two variables intruders can use to gain access. The admin password is the other variable. So choose it with extreme care.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/Page_display_title/pt-br&amp;diff=66946</id>
		<title>Translations:Installation security hints/Page display title/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_security_hints/Page_display_title/pt-br&amp;diff=66946"/>
		<updated>2016-04-19T19:47:55Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Decas de segurança da isntalação&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Decas de segurança da isntalação&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66945</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66945"/>
		<updated>2016-04-19T18:13:14Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Para todos os assuntos ocorridos depois por favor acesse página Solução de problemas.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&lt;br /&gt;
&lt;br /&gt;
Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falhao ao mostrar a página.&lt;br /&gt;
* Se você conferir log de acesso do servidor web, o tamanho tornou-se muito grande (em alguns casos, mais que 2 GB).&lt;br /&gt;
* Dentro do do log de acesso, você obterá essa mensagem preenchendo o 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;
Isso pode ser causado pela configuração mbstring.func_overload. Confira a configuração no seu php.ini e defina como está a seguir.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Isso significa sem sobrecarga de função. Veja o manual do PHP para essa configuração: [http://us3.php.net/manual/en/mbstring.overload.php Função  Sobrecarga]&lt;br /&gt;
&lt;br /&gt;
==Quando acessar a página admin, o navegador reporta Erro fatal: Ligação a uma função membro gT() a um não objeto em login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* Instalação do LimeSurvey OK e banco de dados criado. Mas quando redirecionado para a página admin, o navegador exibe o erro listado. &lt;br /&gt;
* $rootdir e $rooturl são corretamente definidos em config.php.&lt;br /&gt;
* O nome do caminho no disco para o diretório de instalação do limesurvey inclui um dos seguintes caracteres: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Outros caracteres podem induzir o mesmo comportamento&lt;br /&gt;
&lt;br /&gt;
===Conserto===&lt;br /&gt;
&lt;br /&gt;
Mova / renomeie o diretório de instalação do limesurvey então o nome do caminho não incluirá caracteres&#039;&#039;&#039;(&#039;&#039;&#039; ou &#039;&#039;&#039;)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Depois da instalação= &lt;br /&gt;
&lt;br /&gt;
Para todos os assuntos ocorridos depois por favor acesse página [[Solução de problemas]].&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/124/pt-br&amp;diff=66944</id>
		<title>Translations:Installation FAQ/124/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/124/pt-br&amp;diff=66944"/>
		<updated>2016-04-19T18:13:14Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Para todos os assuntos ocorridos depois por favor acesse página Solução de problemas.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Para todos os assuntos ocorridos depois por favor acesse página [[Solução de problemas]].&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66943</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66943"/>
		<updated>2016-04-19T18:08:48Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;=Depois da instalação=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&lt;br /&gt;
&lt;br /&gt;
Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falhao ao mostrar a página.&lt;br /&gt;
* Se você conferir log de acesso do servidor web, o tamanho tornou-se muito grande (em alguns casos, mais que 2 GB).&lt;br /&gt;
* Dentro do do log de acesso, você obterá essa mensagem preenchendo o 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;
Isso pode ser causado pela configuração mbstring.func_overload. Confira a configuração no seu php.ini e defina como está a seguir.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Isso significa sem sobrecarga de função. Veja o manual do PHP para essa configuração: [http://us3.php.net/manual/en/mbstring.overload.php Função  Sobrecarga]&lt;br /&gt;
&lt;br /&gt;
==Quando acessar a página admin, o navegador reporta Erro fatal: Ligação a uma função membro gT() a um não objeto em login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* Instalação do LimeSurvey OK e banco de dados criado. Mas quando redirecionado para a página admin, o navegador exibe o erro listado. &lt;br /&gt;
* $rootdir e $rooturl são corretamente definidos em config.php.&lt;br /&gt;
* O nome do caminho no disco para o diretório de instalação do limesurvey inclui um dos seguintes caracteres: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Outros caracteres podem induzir o mesmo comportamento&lt;br /&gt;
&lt;br /&gt;
===Conserto===&lt;br /&gt;
&lt;br /&gt;
Mova / renomeie o diretório de instalação do limesurvey então o nome do caminho não incluirá caracteres&#039;&#039;&#039;(&#039;&#039;&#039; ou &#039;&#039;&#039;)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Depois da instalação= &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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/123/pt-br&amp;diff=66942</id>
		<title>Translations:Installation FAQ/123/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/123/pt-br&amp;diff=66942"/>
		<updated>2016-04-19T18:08:47Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;=Depois da instalação=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Depois da instalação=&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66941</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66941"/>
		<updated>2016-04-19T18:05:57Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Mova / renomeie o diretório de instalação do limesurvey então o nome do caminho não incluirá caracteres&amp;#039;&amp;#039;&amp;#039;(&amp;#039;&amp;#039;&amp;#039; ou &amp;#039;&amp;#039;&amp;#039;)&amp;#039;&amp;#039;&amp;#039;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&lt;br /&gt;
&lt;br /&gt;
Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falhao ao mostrar a página.&lt;br /&gt;
* Se você conferir log de acesso do servidor web, o tamanho tornou-se muito grande (em alguns casos, mais que 2 GB).&lt;br /&gt;
* Dentro do do log de acesso, você obterá essa mensagem preenchendo o 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;
Isso pode ser causado pela configuração mbstring.func_overload. Confira a configuração no seu php.ini e defina como está a seguir.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Isso significa sem sobrecarga de função. Veja o manual do PHP para essa configuração: [http://us3.php.net/manual/en/mbstring.overload.php Função  Sobrecarga]&lt;br /&gt;
&lt;br /&gt;
==Quando acessar a página admin, o navegador reporta Erro fatal: Ligação a uma função membro gT() a um não objeto em login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* Instalação do LimeSurvey OK e banco de dados criado. Mas quando redirecionado para a página admin, o navegador exibe o erro listado. &lt;br /&gt;
* $rootdir e $rooturl são corretamente definidos em config.php.&lt;br /&gt;
* O nome do caminho no disco para o diretório de instalação do limesurvey inclui um dos seguintes caracteres: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Outros caracteres podem induzir o mesmo comportamento&lt;br /&gt;
&lt;br /&gt;
===Conserto===&lt;br /&gt;
&lt;br /&gt;
Mova / renomeie o diretório de instalação do limesurvey então o nome do caminho não incluirá caracteres&#039;&#039;&#039;(&#039;&#039;&#039; ou &#039;&#039;&#039;)&#039;&#039;&#039;&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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/52/pt-br&amp;diff=66940</id>
		<title>Translations:Installation FAQ/52/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/52/pt-br&amp;diff=66940"/>
		<updated>2016-04-19T18:05:57Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Mova / renomeie o diretório de instalação do limesurvey então o nome do caminho não incluirá caracteres&amp;#039;&amp;#039;&amp;#039;(&amp;#039;&amp;#039;&amp;#039; ou &amp;#039;&amp;#039;&amp;#039;)&amp;#039;&amp;#039;&amp;#039;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mova / renomeie o diretório de instalação do limesurvey então o nome do caminho não incluirá caracteres&#039;&#039;&#039;(&#039;&#039;&#039; ou &#039;&#039;&#039;)&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66939</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66939"/>
		<updated>2016-04-19T18:02:18Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;===Conserto===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&lt;br /&gt;
&lt;br /&gt;
Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falhao ao mostrar a página.&lt;br /&gt;
* Se você conferir log de acesso do servidor web, o tamanho tornou-se muito grande (em alguns casos, mais que 2 GB).&lt;br /&gt;
* Dentro do do log de acesso, você obterá essa mensagem preenchendo o 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;
Isso pode ser causado pela configuração mbstring.func_overload. Confira a configuração no seu php.ini e defina como está a seguir.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Isso significa sem sobrecarga de função. Veja o manual do PHP para essa configuração: [http://us3.php.net/manual/en/mbstring.overload.php Função  Sobrecarga]&lt;br /&gt;
&lt;br /&gt;
==Quando acessar a página admin, o navegador reporta Erro fatal: Ligação a uma função membro gT() a um não objeto em login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* Instalação do LimeSurvey OK e banco de dados criado. Mas quando redirecionado para a página admin, o navegador exibe o erro listado. &lt;br /&gt;
* $rootdir e $rooturl são corretamente definidos em config.php.&lt;br /&gt;
* O nome do caminho no disco para o diretório de instalação do limesurvey inclui um dos seguintes caracteres: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Outros caracteres podem induzir o mesmo comportamento&lt;br /&gt;
&lt;br /&gt;
===Conserto===&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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/51/pt-br&amp;diff=66938</id>
		<title>Translations:Installation FAQ/51/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/51/pt-br&amp;diff=66938"/>
		<updated>2016-04-19T18:02:17Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;===Conserto===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Conserto===&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66937</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66937"/>
		<updated>2016-04-19T18:02:08Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;&amp;#039;&amp;#039;Nota:&amp;#039;&amp;#039; Outros caracteres podem induzir o mesmo comportamento&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&lt;br /&gt;
&lt;br /&gt;
Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falhao ao mostrar a página.&lt;br /&gt;
* Se você conferir log de acesso do servidor web, o tamanho tornou-se muito grande (em alguns casos, mais que 2 GB).&lt;br /&gt;
* Dentro do do log de acesso, você obterá essa mensagem preenchendo o 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;
Isso pode ser causado pela configuração mbstring.func_overload. Confira a configuração no seu php.ini e defina como está a seguir.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Isso significa sem sobrecarga de função. Veja o manual do PHP para essa configuração: [http://us3.php.net/manual/en/mbstring.overload.php Função  Sobrecarga]&lt;br /&gt;
&lt;br /&gt;
==Quando acessar a página admin, o navegador reporta Erro fatal: Ligação a uma função membro gT() a um não objeto em login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* Instalação do LimeSurvey OK e banco de dados criado. Mas quando redirecionado para a página admin, o navegador exibe o erro listado. &lt;br /&gt;
* $rootdir e $rooturl são corretamente definidos em config.php.&lt;br /&gt;
* O nome do caminho no disco para o diretório de instalação do limesurvey inclui um dos seguintes caracteres: ()+&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Outros caracteres podem induzir o mesmo comportamento&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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/50/pt-br&amp;diff=66936</id>
		<title>Translations:Installation FAQ/50/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/50/pt-br&amp;diff=66936"/>
		<updated>2016-04-19T18:02:08Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;&amp;#039;&amp;#039;Nota:&amp;#039;&amp;#039; Outros caracteres podem induzir o mesmo comportamento&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;Nota:&#039;&#039; Outros caracteres podem induzir o mesmo comportamento&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66935</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66935"/>
		<updated>2016-04-19T18:01:44Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;===Sintomas=== * Instalação do LimeSurvey OK e banco de dados criado. Mas quando redirecionado para a página admin, o navegador exibe o erro listado.  * $rootdir e $rooturl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&lt;br /&gt;
&lt;br /&gt;
Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falhao ao mostrar a página.&lt;br /&gt;
* Se você conferir log de acesso do servidor web, o tamanho tornou-se muito grande (em alguns casos, mais que 2 GB).&lt;br /&gt;
* Dentro do do log de acesso, você obterá essa mensagem preenchendo o 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;
Isso pode ser causado pela configuração mbstring.func_overload. Confira a configuração no seu php.ini e defina como está a seguir.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Isso significa sem sobrecarga de função. Veja o manual do PHP para essa configuração: [http://us3.php.net/manual/en/mbstring.overload.php Função  Sobrecarga]&lt;br /&gt;
&lt;br /&gt;
==Quando acessar a página admin, o navegador reporta Erro fatal: Ligação a uma função membro gT() a um não objeto em login_check.php on line 76==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* Instalação do LimeSurvey OK e banco de dados criado. Mas quando redirecionado para a página admin, o navegador exibe o erro listado. &lt;br /&gt;
* $rootdir e $rooturl são corretamente definidos em config.php.&lt;br /&gt;
* O nome do caminho no disco para o diretório de instalação do limesurvey inclui um dos seguintes caracteres: ()+&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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/49/pt-br&amp;diff=66934</id>
		<title>Translations:Installation FAQ/49/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/49/pt-br&amp;diff=66934"/>
		<updated>2016-04-19T18:01:44Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;===Sintomas=== * Instalação do LimeSurvey OK e banco de dados criado. Mas quando redirecionado para a página admin, o navegador exibe o erro listado.  * $rootdir e $rooturl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Sintomas===&lt;br /&gt;
* Instalação do LimeSurvey OK e banco de dados criado. Mas quando redirecionado para a página admin, o navegador exibe o erro listado. &lt;br /&gt;
* $rootdir e $rooturl são corretamente definidos em config.php.&lt;br /&gt;
* O nome do caminho no disco para o diretório de instalação do limesurvey inclui um dos seguintes caracteres: ()+&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66933</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66933"/>
		<updated>2016-04-19T17:55:13Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;==Quando acessar a página admin, o navegador reporta Erro fatal: Ligação a uma função membro gT() a um não objeto em login_check.php on line 76==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&lt;br /&gt;
&lt;br /&gt;
Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falhao ao mostrar a página.&lt;br /&gt;
* Se você conferir log de acesso do servidor web, o tamanho tornou-se muito grande (em alguns casos, mais que 2 GB).&lt;br /&gt;
* Dentro do do log de acesso, você obterá essa mensagem preenchendo o 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;
Isso pode ser causado pela configuração mbstring.func_overload. Confira a configuração no seu php.ini e defina como está a seguir.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Isso significa sem sobrecarga de função. Veja o manual do PHP para essa configuração: [http://us3.php.net/manual/en/mbstring.overload.php Função  Sobrecarga]&lt;br /&gt;
&lt;br /&gt;
==Quando acessar a página admin, o navegador reporta Erro fatal: Ligação a uma função membro gT() a um não objeto em 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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/48/pt-br&amp;diff=66932</id>
		<title>Translations:Installation FAQ/48/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/48/pt-br&amp;diff=66932"/>
		<updated>2016-04-19T17:55:13Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;==Quando acessar a página admin, o navegador reporta Erro fatal: Ligação a uma função membro gT() a um não objeto em login_check.php on line 76==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Quando acessar a página admin, o navegador reporta Erro fatal: Ligação a uma função membro gT() a um não objeto em login_check.php on line 76==&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66931</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66931"/>
		<updated>2016-04-19T17:29:34Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;&amp;#039;&amp;#039;Nota:&amp;#039;&amp;#039; Isso significa sem sobrecarga de função. Veja o manual do PHP para essa configuração: [http://us3.php.net/manual/en/mbstring.overload.php Função  Sobrecarga]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&lt;br /&gt;
&lt;br /&gt;
Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falhao ao mostrar a página.&lt;br /&gt;
* Se você conferir log de acesso do servidor web, o tamanho tornou-se muito grande (em alguns casos, mais que 2 GB).&lt;br /&gt;
* Dentro do do log de acesso, você obterá essa mensagem preenchendo o 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;
Isso pode ser causado pela configuração mbstring.func_overload. Confira a configuração no seu php.ini e defina como está a seguir.&lt;br /&gt;
&lt;br /&gt;
mbstring.func_overload = 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nota:&#039;&#039; Isso significa sem sobrecarga de função. Veja o manual do PHP para essa configuração: [http://us3.php.net/manual/en/mbstring.overload.php Função  Sobrecarga]&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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/47/pt-br&amp;diff=66930</id>
		<title>Translations:Installation FAQ/47/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/47/pt-br&amp;diff=66930"/>
		<updated>2016-04-19T17:29:34Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;&amp;#039;&amp;#039;Nota:&amp;#039;&amp;#039; Isso significa sem sobrecarga de função. Veja o manual do PHP para essa configuração: [http://us3.php.net/manual/en/mbstring.overload.php Função  Sobrecarga]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;Nota:&#039;&#039; Isso significa sem sobrecarga de função. Veja o manual do PHP para essa configuração: [http://us3.php.net/manual/en/mbstring.overload.php Função  Sobrecarga]&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/46/pt-br&amp;diff=66929</id>
		<title>Translations:Installation FAQ/46/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/46/pt-br&amp;diff=66929"/>
		<updated>2016-04-19T17:25:32Z</updated>

		<summary type="html">&lt;p&gt;Andreza: 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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66928</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66928"/>
		<updated>2016-04-19T17:24:30Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Isso pode ser causado pela configuração mbstring.func_overload. Confira a configuração no seu php.ini e defina como está a seguir.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&lt;br /&gt;
&lt;br /&gt;
Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falhao ao mostrar a página.&lt;br /&gt;
* Se você conferir log de acesso do servidor web, o tamanho tornou-se muito grande (em alguns casos, mais que 2 GB).&lt;br /&gt;
* Dentro do do log de acesso, você obterá essa mensagem preenchendo o 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;
Isso pode ser causado pela configuração mbstring.func_overload. Confira a configuração no seu php.ini e defina como está a seguir.&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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/45/pt-br&amp;diff=66927</id>
		<title>Translations:Installation FAQ/45/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/45/pt-br&amp;diff=66927"/>
		<updated>2016-04-19T17:24:30Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Isso pode ser causado pela configuração mbstring.func_overload. Confira a configuração no seu php.ini e defina como está a seguir.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Isso pode ser causado pela configuração mbstring.func_overload. Confira a configuração no seu php.ini e defina como está a seguir.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/42/pt-br&amp;diff=66898</id>
		<title>Translations:Installation FAQ/42/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/42/pt-br&amp;diff=66898"/>
		<updated>2016-04-15T17:35:48Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Warning: fread() [function.fread]: Length parameter must be greater than 0 in /limesurvey/classes/php-gettext/streams.php on line 120&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66897</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66897"/>
		<updated>2016-04-15T17:35:44Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;===Sintomas=== * LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falha...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&lt;br /&gt;
&lt;br /&gt;
Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falhao ao mostrar a página.&lt;br /&gt;
* Se você conferir log de acesso do servidor web, o tamanho tornou-se muito grande (em alguns casos, mais que 2 GB).&lt;br /&gt;
* Dentro do do log de acesso, você obterá essa mensagem preenchendo o 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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/41/pt-br&amp;diff=66896</id>
		<title>Translations:Installation FAQ/41/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/41/pt-br&amp;diff=66896"/>
		<updated>2016-04-15T17:35:43Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;===Sintomas=== * LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falha...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente e banco de dados criado. Mas quando você acessa a página admin, o navegador continua executando e irá eventualmente falhao ao mostrar a página.&lt;br /&gt;
* Se você conferir log de acesso do servidor web, o tamanho tornou-se muito grande (em alguns casos, mais que 2 GB).&lt;br /&gt;
* Dentro do do log de acesso, você obterá essa mensagem preenchendo o log.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66895</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66895"/>
		<updated>2016-04-15T17:30:01Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&lt;br /&gt;
&lt;br /&gt;
Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/40/pt-br&amp;diff=66894</id>
		<title>Translations:Installation FAQ/40/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/40/pt-br&amp;diff=66894"/>
		<updated>2016-04-15T17:30:01Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Ao acessar a página admin, o navegador continua executando e irá eventualmente falha ao mostrar==&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66893</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66893"/>
		<updated>2016-04-15T17:26:51Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&amp;#039;&amp;#039;&amp;#039;F...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&lt;br /&gt;
&lt;br /&gt;
Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/39/pt-br&amp;diff=66892</id>
		<title>Translations:Installation FAQ/39/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/39/pt-br&amp;diff=66892"/>
		<updated>2016-04-15T17:26:51Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&amp;#039;&amp;#039;&amp;#039;F...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Isso provavelmente uma configuração incorreta $rooturl ou $rootdir em config.php. Em particular, config.php tenta definir $rootdir corretamente chamando &amp;lt;nowiki&amp;gt;dirname(&#039;&#039;&#039;FILE&#039;&#039;&#039;)&amp;lt;/nowiki&amp;gt; isso normalmente funciona, pode ser frustrante quando o LimeSurvey é instalado na home do usuário ou em um diretório public_html e o diretório principal é montado sobre NFS. Ao tentar configurar $rootdir manualmente seu shell ou comando pwd pode mostrar um caminho como &amp;quot;/disks/hostname/home/username/public_html/limesurvey&amp;quot;, tente usar &amp;quot;/home/username/public_html/limesurvey&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66891</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66891"/>
		<updated>2016-04-15T17:12:51Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;===Consertar===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Consertar===&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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/38/pt-br&amp;diff=66890</id>
		<title>Translations:Installation FAQ/38/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/38/pt-br&amp;diff=66890"/>
		<updated>2016-04-15T17:12:51Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;===Consertar===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Consertar===&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66889</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66889"/>
		<updated>2016-04-15T17:12:17Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;===Sintomas=== * LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia * Log web da pesquisa mostra &amp;quot;Erro f...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&lt;br /&gt;
&lt;br /&gt;
===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 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>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/37/pt-br&amp;diff=66888</id>
		<title>Translations:Installation FAQ/37/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_FAQ/37/pt-br&amp;diff=66888"/>
		<updated>2016-04-15T17:12:17Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;===Sintomas=== * LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia * Log web da pesquisa mostra &amp;quot;Erro f...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Sintomas===&lt;br /&gt;
* LimeSurvey instalado corretamente, e banco de dados criado, mas no lugar da página admin, você obtém uma página vazia&lt;br /&gt;
* Log web da pesquisa mostra &amp;quot;Erro fatal: Chamada para uma função componente em um não-objeto em /path/to/limesurvey/admin/login_check.php na linha 69&amp;quot;&lt;/div&gt;</summary>
		<author><name>Andreza</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66887</id>
		<title>Installation FAQ/pt-br</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_FAQ/pt-br&amp;diff=66887"/>
		<updated>2016-04-15T17:06:18Z</updated>

		<summary type="html">&lt;p&gt;Andreza: Created page with &amp;quot;==Página em branco depois da criação do banco de dados==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
Conteúdos&lt;br /&gt;
&lt;br /&gt;
=Durante a instalação=&lt;br /&gt;
&lt;br /&gt;
==como posso criar um banco de dados e um usuário no mysql com o acesso por linha de comando?==&lt;br /&gt;
&lt;br /&gt;
Você tem que entrar com os comandos abaixo no seu 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;
Você tem que substituir &#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; e &#039;&#039;&#039;&amp;lt;your_database_password&amp;gt;&#039;&#039;&#039; nos comando acima com os devidos valores.&lt;br /&gt;
&lt;br /&gt;
==Se eu não conseguir criar um banco de dados através de um script?==&lt;br /&gt;
&lt;br /&gt;
Normalmente, o script cria um novo banco de dados, e então a estrutura da tabela. Contudo, se seu servidor/ISP não der seus direitos de administrador para criar um novo banco de dados no MySQL, você terá que contatar seu administrador do servidor para criar o banco de dados necessário (ou criar você mesmo). Eles devem criar um banco de dados em branco para você que dá os direitos de acesso apropriado (ie: ler/escrever/criar). Inicie a instalação do LimeSurvey assim como usual e então irá criar tabelas no banco de dados existente.&lt;br /&gt;
&lt;br /&gt;
==O que é essa bilbioteca mbstring (String de Funções Múltiplas)?==&lt;br /&gt;
&lt;br /&gt;
A biblioteca mbstring é uma biblioteca PHP capaz de converter conjuntos de caracteres de uma linguagem para outra. Você precisará se quiser executar o LimeSurvey. Para conferir se já está instalada abra a 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;
no seu navegador. Muitas informações serão mostradas. Procure pela string &#039;mbstring&#039; embaixo da sessão &#039;&#039;&#039;Configuration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Se você entrar a sessão mbstring então tudo deverá ficar bem e você pode continuar na instalação do seu LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Se você não encontrar a sessão mbstring&#039;&#039;&#039; você terá problemas nas suas mãos.&lt;br /&gt;
&lt;br /&gt;
Aqui estão três possíveis cenários:&lt;br /&gt;
*Se é o provedor do seu servidor: Peça ao seu provedor para ativar aquela extensão em PHP ou pergunte como ativá-la - se você tem um bom painel administrativo para seu servidor você deverá ser capaz de fazer você mesmo.&lt;br /&gt;
*Se é seu servidor &#039;&#039;&#039;Linux&#039;&#039;&#039;: Você terá que recompilar PHP e incluir a biblioteca mbstring. Pergunte a especialistas em Linux como fazer isso. Na maioria das versões atuais do Linux você pode instalá-la usando seu gerenciados de pacotes Linux.&lt;br /&gt;
**Se você usa uma versão do Linux que suporta &#039;yum&#039; (CentOS, RedHat, Fedora):&lt;br /&gt;
### Use o terminal (como super usuário) e digite: &#039;&#039;&#039;yum install php-mbstring&#039;&#039;&#039;&lt;br /&gt;
### Tenha certeza de atualizar /etc/php.ini para atualizar e descomentar vários parâmetros mbstring &lt;br /&gt;
### Tenha certeza de reiniciar o apache depois de instalá-lo:  &#039;&#039;&#039;/etc/init.d/httpd restart&#039;&#039;&#039;&lt;br /&gt;
*Se é o servidor &#039;&#039;&#039;Windows&#039;&#039;&#039;: Procure pelo php.ini no seu sistema, abra-o e procure por mbstring. O mais provável que a linha que contém essa string é comentada com um ponto e vírgula. Remova o ponto e vírgula, salve e reinicie seu servidor web.&lt;br /&gt;
&lt;br /&gt;
==Quando digite caracteres especiais (Chinês, Cirílico, Grego, Árabe) na minha pesquisa, cada caractere é mostrado como uma interrogação==&lt;br /&gt;
&lt;br /&gt;
Isso acontece se seu banco de dados não é criado para usar UTF-charset. Isso pode acontecer quando você tem que criar um banco de dados usando um provedor de painel administrativo. Você pode resolver esse problema executando o seguinte comando SQL no seu banco de dados (usando por exemplo phpMyAdmin)&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE `&amp;lt;your_database_name&amp;gt;` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;&lt;br /&gt;
&lt;br /&gt;
Substitua &amp;lt;your_database_name&amp;gt; com o nome do seu banco de dados. &#039;&#039;&#039;Você terá que fazer isso antes de instalar o LimeSurvey.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Página em branco ao acessar a página de instalação==&lt;br /&gt;
&lt;br /&gt;
O problema não é com a instalação do LimeSurvey, mas com a instalação do PHP.&lt;br /&gt;
*Verifique se você tem o módulo PHP MySQL(php-mysql) instalado.&lt;br /&gt;
*Verificar se sua instalação PHP está carregando arquivo PHP.ini que você modificou e não, analisando outros arquivos PHP.ini no seu sistema.&lt;br /&gt;
*Verificar a localização e permissões da seguinte configuração do seu 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;
*Verificar seu servidor executa a versão PHP adequada (e.g. esse &amp;quot;página em branco&amp;quot; problemo aparece com PHP v4.4 e LimeSurvey v2.00+).&lt;br /&gt;
&lt;br /&gt;
==Mensagens de erro devido a recursos não existentes==&lt;br /&gt;
&lt;br /&gt;
Algumas arquivos não são enviados corretamente ou são danificados durante o envio. Isso leva a diferentes mensagens de erro. A maioria delas se referem a um arquivo ou função dentro de um arquivo que não pode ser encontrada.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solução:&#039;&#039;&#039; Re-enviar todos os arquivos usando o modo binário do seu programa FTP.&lt;br /&gt;
&lt;br /&gt;
=Depois da criação do banco de dados=&lt;br /&gt;
&lt;br /&gt;
==Página em branco depois da criação do banco de dados==&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>Andreza</name></author>
	</entry>
</feed>