TYPO3 CI 2018 2.3-2.4

Descripción

(2. Installation) TYPO3 CI 8.7 Test sobre TYPO3 CI 2018 2.3-2.4, creado por Ma Hi el 05/12/2018.
Ma Hi
Test por Ma Hi, actualizado hace más de 1 año
Ma Hi
Creado por Ma Hi hace más de 5 años
15
0

Resumen del Recurso

Pregunta 1

Pregunta
2.3.1 In which database tables are page configurations, content elements and website users stored? (3)
Respuesta
  • Database table be_user.
  • Database table page.
  • Database table pages.
  • Database table feuser.
  • Database table tt_pages.
  • Database table content.
  • Database table tt_content.
  • Database table users.
  • Database table fe_users.

Pregunta 2

Pregunta
Where are translations of pages stored on the database in TYPO3 v8? (1)
Respuesta
  • Database table pages.
  • Database table tt_content.
  • Database table pages_translation.
  • Database table pages_language.
  • Database table language.
  • Database table pages_language_overlay.
  • Database table pages_overlay.

Pregunta 3

Pregunta
The fields uid and pid exist in all TYPO3 database tables. What are their functions? (2)
Respuesta
  • The uid field contains the user ID of the user who created the data record.
  • The uid field contains the user ID of the user who changed the data record.
  • The uid field contains the unique ID of the data record.
  • The pid field contains the ID of the page of the parent element.
  • The pid field contains the check ID that ensures the consistency of the data record.

Pregunta 4

Pregunta
What meaning does the CType field have in the tt_content table? (1)
Respuesta
  • It contains the caching type.
  • It contains the content type.
  • It contains the type of distance before and after the content element (“clear type”).
  • It contains the type of link to other elements (“crosslinking type”).

Pregunta 5

Pregunta
What happens when a data record such as a content element or a page is deleted in the backend? (1)
Respuesta
  • The data record is deleted from the table.
  • The data record is deleted from the table, but first a backup is created.
  • The field deleted of the data record is set to value 1.
  • The data record is saved in a text file and then deleted from the database.
  • A cleared field is created in the data record and the value of the field is set to true.

Pregunta 6

Pregunta
Which file needs to be created manually in order to initiate the first installation of TYPO3 CMS? (1)
Respuesta
  • File typo3conf/ENABLE_INSTALL_TOOL.
  • File typo3conf/ENABLE_INSTALL.
  • File FIRST_INSTALL.
  • File INSTALL.
  • You can initiate installation without creating a file when using composer.

Pregunta 7

Pregunta
In a brand new TYPO3 installation, when opening the Install Tool directly, TYPO3 asks for a password. What is this password if it has not been changed by the administrator after the installation? (1)
Respuesta
  • The password is the same as the one used for logging in to the TYPO3 backend.
  • During installation you can set another password for the Install Tool.
  • The password is joh316.
  • The password is kas315.
  • The password is password.

Pregunta 8

Pregunta
How can you access the Install Tool? (3)
Respuesta
  • Using http://example.com/typo3/install.
  • Using http://example.com/install.
  • In TYPO3 v8, you click on “SYSTEM → Install” in the backend.
  • In TYPO3 v9, you click on “SITE MANAGEMENT → Install Tool” in the backend.
  • In TYPO3 v9, Install Tool functions are embedded under “ADMIN TOOLS” in the backend.

Pregunta 9

Pregunta
There has to be a valid ENABLE_INSTALL_TOOL file in order to open the Install Tool. This file “expires” 60 minutes after its creation. How can this be prevented? (1)
Respuesta
  • This cannot be changed, because the lifetime is hardcoded in file typo3/sysext/install/Classes/Service/EnableFileService.php.
  • By setting keepFile to 1 in the Install Tool under “All Configuration → BE”.
  • By entering the string KEEP_FILE in the file ENABLE_INSTALL_TOOL.
  • By adding an empty file named KEEP_FILE to the typo3conf/ directory.

Pregunta 10

Pregunta
You suspect that certain system requirements in your TYPO3 installation are not met. How do you check this? (2)
Respuesta
  • You execute the file systemcheck.php, which is located in the typo3/ directory.
  • The Install Tool contains an overview of the environment status.
  • You install the extension “Core Configuration Check” and have the system checked.
  • A backend user with administrator privileges is required to check the system environment.
  • The Install Tool can output the “PHP Info” details.

Pregunta 11

Pregunta
Given the situation below. How do you investigate and solve problems with graphical menus? (1) Assuming the situation is that the menu items of TYPO3 are rendered dynamically as graphics in the main menu of your website. Even though you know that the corresponding TypoScript code is syntactically correct, the menu items are not displayed or the created graphics are empty.
Respuesta
  • You have to make appropriate modifications in TSconfig so that the graphics are created correctly.
  • After you have manually deleted all files in typo3temp/, the graphics are displayed correctly.
  • You can check and update the path to the graphics engine in the Install Tool, section “All configuration”. Then you can run graphic functions in the “Test setup” section.
  • You only need to delete the files in the typo3temp/menu/ directory, to recreate the image files.

Pregunta 12

Pregunta
Every installation directory of TYPO3 seems to contain a directory called fileadmin/. Does this have to be the case? (2)
Respuesta
  • Yes, the fileadmin/ directory has to exist in exactly this form.
  • Yes, but the spelling is not case sensitive, so the name could also be FileAdmin/ for example.
  • No, the directory can be given any other name.
  • No, the directory does not need to exist.

Pregunta 13

Pregunta
How do you check if TYPO3 is able to send emails? (1)
Respuesta
  • How do you check if TYPO3 is able to send emails? (1)
  • You can send a test email from the Install Tool to any email address you enter.
  • You can send a test email from the Install Tool, but only to @typo3.org email addresses.
  • You have to write a PHP script containing the PHP mail() function.
  • If the TYPO3 frontend is working and generates an output, the email function will also work without errors.

Pregunta 14

Pregunta
What can happen if the typo3temp/ directory has no write permissions for the web server in a new installation? (5)
Respuesta
  • This directory only stores temporary files, so the web server does not need access to it, but can instead generate the required files on the fly.
  • All image-generating mechanisms stop working.
  • You cannot change the language in the backend.
  • You can no longer access the backend.
  • You can no longer access the frontend.
  • You can no longer access the Install Tool.

Pregunta 15

Pregunta
What do you have to or should do when you update to a new bugfix version, e.g. from version 9.3.1 to 9.3.2? (2)
Respuesta
  • You should delete all TYPO3 caches.
  • You have to empty all database tables whose names begins with cache_.
  • You have to tidy up the database using the “Compare current database” with specification function in the “Important actions” module.
  • You have to update the reference index in the “SYSTEM → DB check” module.
  • You have to run the “Update wizard” in the Install Tool.
  • You should check whether the website is still working (function test).
Mostrar resumen completo Ocultar resumen completo

Similar

Trigonometría
Ana Priego
Faltas de Orotografía
Diego Santos
antonimos I
Kioshi Gonzales
Concepto y funciones del área de Recursos Humanos
Erika Caro
Mi Entorno Personal de Aprendizaje (PLE)
Martín López Barrientos
3. La independencia de la América Hispana (1808-1826)
albavillenerals
mapa mental de modelo OSI y modelo TCP/IP
alejandrovielmas
Micosis cutáneas (Dermatofitosis)
MED
PALABRAS CON B ELEVENTH
carolina Torres
CÁLCULO MENTAL...
Ulises Yo
Relación del sistema nervioso y reproductivo
Anna Sánchez