Ma Hi
Quiz by , created more than 1 year ago

TYPO3 Quiz on Chapter 5, created by Ma Hi on 24/04/2015.

17
1
0
Ma Hi
Created by Ma Hi about 9 years ago
Close

Chapter 5

Question 1 of 19

1

What is the function of an extension key? (3)

Select one or more of the following:

  • The extension key encrypts the extension.

  • It is the unique identifier for an extension.

  • The extension directory is named after the extension key.

  • The extension key guarantees portability and compatibility.

  • Extension keys can be purchased on typo3.org, so they provide financial backing for the TYPO3 project.

Explanation

Question 2 of 19

1

You want to download the data relating to an extension. What do you need to do? (1)

Select one of the following:

  • This is only possible using a tool such as phpMyAdmin.

  • This can be achieved in the Extension Manager using the Download SQL Dump

  • You simply copy the extension directory where all files in the dump data are saved.

  • Run the Database analyzer.

  • In TYPO3 it is not possible to create a data dump.

Explanation

Question 3 of 19

1

What exactly is deleted when you uninstall an extension in the Extension Manager? (2)

Select one or more of the following:

  • The temporary data of the extension

  • The typo3conf/ext/ extension directory

  • The extension key in the typo3conf/localconf.php file

  • The extension key in the typo3conf/LocalConfiguration.php file

  • The corresponding section in the typo3conf/PackageStates.php file

  • The corresponding database tables

Explanation

Question 4 of 19

1

What exactly is TemplaVoilà? (2)

Select one or more of the following:

  • A TYPO3 module

  • A TYPO3 core feature

  • A TYPO3 core extension

  • A TYPO3 extension

  • A TYPO3 setting option

Explanation

Question 5 of 19

1

A currently installed extension is obviously incompatible with your TYPO3 installation. How can you downgrade to a lower version? (2)

Select one or more of the following:

  • That is no longer possible. You can only ever install the newest version.

  • You can install all available versions in the Import extensions sub menu of the Extension Manager.

  • You can access older versions on typo3.org by manipulating the URL.

  • All old versions are saved in the typo3temp/extensions directory. You can install these versions by adding _recent to the file name.

Explanation

Question 6 of 19

1

How can you ensure you are installing the latest version of an extension? (2)

Select one or more of the following:

  • You have to update the extension list before installing an extension in Update now.

  • You download the current T3X file from http://www.typo3.org.

  • You have to tick the Use latest version check box in the settings of the Extension Manager.

  • You select Latest when installing an extension to ensure you are using the latest version.

  • In the Install Tool, you enter the property:
    $TYPO3CONFVARS['BE']['useLatestExtensionVersions'] = TRUE

Explanation

Question 7 of 19

1

How can you download the data that are installed in the database table(s) of an installed extension? (2)

Select one or more of the following:

  • Click on the Download SQL Dump symbol in the Extension Manager to download them.

  • This is only possible using the phpMyAdmin tool.

  • The table for the dump can be selected in the SQL Dump module.

  • Run the .t3d Export Tool.

  • The SQL dump is already contained within the download of an extension using the T3X file.

Explanation

Question 8 of 19

1

You want to pass on a version of an extension installed in your system to another developer. How do you proceed? (2)

Select one or more of the following:

  • You can download the corresponding T3X file in the Extension Manager.

  • You can zip the extension directory and pass it on.

  • You first have to perform a database dump and then pass it on along with the original extension from the typo3.org page.

  • There is no straightforward way of doing this, because you have usually made numerous settings in the TYPO3 system which need to be transferred as well.

  • You can download the extension in the Extension download section of the Install Tool.

Explanation

Question 9 of 19

1

What does it mean if an extension has the “Beta” status? (1)

Select one of the following:

  • Such extensions may never be used for active systems.

  • This status is not really important.

  • By default, extensions whose status is not “stable” are not displayed in the extension list of the Extension Manager.

  • Extensions with this status are automatically deactivated in a productive server.

  • Extensions with this status are always full of bugs.

Explanation

Question 10 of 19

1

You often read that TYPO3 Version 6.2 is delivered with a link validator. This function does not seem to work for you by default. Why is this? (1)

Select one of the following:

  • The information is probably out of date.

  • The link validator is already available as an extension, but you have to install it (by activating it).

  • You probably haven not searched properly.

  • The link validator can only be activated by someone with administrator permissions.

  • You have to also activate the link validator in the Install Tool.

Explanation

Question 11 of 19

1

You have updated your TYPO3 version (or have had it updated), and now detect problems with an extension such as RealURL. How do you approach this problem? (2)

Select one or more of the following:

  • You update the extension.

  • You uninstall the extension and install it again in the same version.

  • You delete individual files in the typo3temp directory.

  • You select the faulty extension in the update manager.

  • You delete the key in the LocalConfiguration.php file.

Explanation

Question 12 of 19

1

Which sub-module in the Extension Manager allows you to update extensions that exist in your system? (2)

Select one or more of the following:

  • Loaded extensions

  • Install extensions

  • Import extensions

  • Update extensions

  • Check for extension updates

  • Manage extension

  • Get extensions

  • Symbol Update in the Manage extensions menu

Explanation

Question 13 of 19

1

You have installed or updated an extension, and now your TYPO3 installation no longer runs smoothly. What can you do in this situation? (3)

Select one or more of the following:

  • The current version of the extension may be faulty. You should therefore downgrade to a lower version.

  • You can use the database analyzer to check whether the database schema is correct.

  • The problem usually disappears if you log out of the backend and then log in again.

  • You can solve the problem by emptying the cache.

  • You uninstall the extension.

Explanation

Question 14 of 19

1

You have installed or updated an extension and are now unable to call up your TYPO3 installation. Instead, you see an error message or an empty page (in the backend or frontend). What should you do? (2)

Select one or more of the following:

  • You use the Extension Manager to uninstall the extension.

  • You use the Install Tool to uninstall the extension.

  • You reinstall TYPO3.

  • You delete the extension key in the localconf.php file from the $TYPO3_CONF_VARS['EXT']['extList'] variable.

  • You delete the extension key in the LocalConfiguration.php file.

  • You delete the extension key in the PackageStates.php file.

  • You delete the temp_CACHED_<...>_ext_localconf.php file.

  • You delete the typo3temp/Cache directory.

  • You delete the extension directory.

Explanation

Question 15 of 19

1

After you have installed or updated an extension, you are no longer able to call up your backend and you receive an error message. You want to modify or delete files in the typo3conf directory to resolve the problem, but you have no FTP access. What can you do in this situation? (1)

Select one of the following:

  • You cannot modify the files without FTP access.

  • You can modify the files if you install an extension such as Quixplorer.

  • You can use the Edit files function in the Extension Manager to modify the files directly.

  • You can use the Edit files in typo3conf/ section in the Install Tool to modify the files directly.

  • You can perform the modifications if you have SSH access.

Explanation

Question 16 of 19

1

You want to change the text output of an installed extension because certain labels have an incorrect or missing translation, for example. Is this possible, and how would you proceed? (1)

Select one of the following:

  • Only the author of the extension can change text outputs.

  • You can simply use TypoScript to overwrite certain text outputs.

  • Changes can only be made in the source text of the extension.

  • You can use a form in the Labels backend module to change labels.

  • It is not possible to change a label using the Extension Manager.

Explanation

Question 17 of 19

1

You want to change the string [more] in extension tt_news for the English language output. What is the correct TypoScript code? (1)

Select one of the following:

  • plugin.tt_news._LOCALLANG.default.more = much more

  • plugin.tt_news._LOCALLANG.more.en = much more

  • plugin.tt_news.LOCAL_LANG.default.more = much more

  • plugin.tt_news._LOCAL_LANG.en.more = much more

  • plugin.tt_news._LOCAL_LANG.default.more = much more

  • plugin.tt_news.LOCALLANG.default.more = much more

  • plugin.tt_news.LOCALLANG.more = much more

Explanation

Question 18 of 19

1

You have to know the name of a language label in order to change it in an extension. Where exactly can you look it up? (3)

Select one or more of the following:

  • labels.php

  • locallang.php

  • locallang.xml

  • _local_lang.php

  • tca.php

  • language.xml

  • locallang.xlf

Explanation

Question 19 of 19

1

You need to change something in a file of an extension. You have no SSH or FTP access. How can you make this change anyway? (1)

Select one of the following:

  • You cannot make changes without FTP access.

  • You install an extension such as Quixplorer that allows you to modify files.

  • You use the Edit files function in the Extension Manager to modify the files directly.

  • You use the Edit files section in the Install Tool to modify the files directly.

  • You create an eponymous file in the fileadmin/ directory, which is used instead of the original file.

Explanation