What is the function of an extension key? (3)
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.
You want to download the data relating to an extension. What do you need to do? (1)
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.
What exactly is deleted when you uninstall an extension in the Extension Manager? (2)
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
How can you download the data that are installedin the database table(s) of an installed extension? (2)
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.
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)
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.
Which sub-module in the Extension Manager allows you to update extensions that exist in your system? (2)
Loaded extensions
Install extensions
Import extensions
Update extensions
Check for extension updates
Manage extension
Get extensions
Symbol Update in the Manage extensions menu
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)
labels.php
locallang.php
locallang.xml
_local_lang.php
tca.php
language.xml
locallang.xlf
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)
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.
What does the abbreviation ECM stand for? (1)
Extended Content Management
Enterprise Content Module
European Content Management
Enterprise Content Management
Edition of Contemporary Management
Enhanced Content Management
Do global categories exist in TYPO3, and, if yes, since which version? (1)
There are no global categories in TYPO3. Each extension can choose its own implementation for this, e.g. tt_news.
Because backend and frontend are separate, global categories are unfortunately not possible.
Yes, since Version 6.0.
Yes, since Version 6.1.
Yes, since Version 6.2.
What meaning does the CType field have in the tt_content table? (1)
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).
Page reproduction takes a long time. Why could this be? (3)
The site is too large – TYPO3 only runs efficiently with up to 100 or 150 pages.
One of the extensions loaded contains the following command: $GLOBALS['TSFE']->set_no_cache()
The URL contains the parameter &no_cache=1.
The server has already been running for too long and has to be restarted to clean the working memory.
The current page contains too many COA_INT elements.
Where can you get information on the new features in a TYPO3 version? (3)
The main directory of the installation contains the Changelog file describing the changes.
“Release notes” are published for each version on www.typo3.org.
The Info backend module contains an information page on the current version with all new features.
New features for every new version are published via RSS feed on the website news.typo3.org.
New features for every new version are published as a Wiki entry on the website news.typo3.org.