logout: - $Author:
Quicklinks |
Recent Notes
Pat ToDo
Links
Typo3-Crashkurs
Installation für Rolftypo3 Source
dummy|quickstart|testsite
index.php -> tslib/index_ts.php Start:http://www.luethi.org/quickstart-3.8.0/ Fatal error: main(): Failed opening required '/home/httpd/vhosts/luethi.org/httpdocs/quickstart-3.8.0/typo3conf/localconf.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/luethi.org/httpdocs/typo3_src-3.7.1/t3lib/config_default.php on line 226 localconf.php
In the source distribution of TYPO3, the install script is disabled by a die() function call. Fix: Open the file typo3/install/index.php and remove/out-comment the line that outputs this message!
typo3/install/index.php - Die() temporär deaktivieren Warning: mysql_pconnect(): Access denied for user: 'apache@localhost' (Using password: NO) in /home/httpd/vhosts/luethi.org/httpdocs/typo3_src-3.7.1/t3lib/class.t3lib_db.php on line 813
DB:
Metanet: DB anlegen, DB-User anlegen, mit dem im Installer arbeiten Installer
weitere Errors, save mode
Installation gemäss Typo "ok"To Do
Environmentfollow symlink (Typo arbeitet mit Symlinks)
cgi-user: luethio
ip: 80.74.145.10
http://www.luethi.org/papagei.cgi (Test cgi)
''DB Username: luethirolf
Password: ch@llenge
Host: localhost
Database: luethi
Admin-User Username: topchief
Password: ch@llenge
Anhang BeispieleCSS: typo3 verwendet intern definierte Klassen.
html-template
<!-- ###TOPNAV### START --> <span class="topnav"> <a href="#">Navigation One</a> </span> <span class="topnav_act"> <a href="#">Navigation two</a> </span> <!-- ###TOPNAV### END --> #Typo3 Template *content { wrap.header1 = <H1> | </H1> wrap.header2 = <H2> | </H2> wrap.header3 = <H3> | </H3> wrap.header4 = <H4> | </H4> wrap.bodytext = <P class="p"> | </P> case.header1 = | case.header2 = | headerSpace = 0 space = 0 } styles.content.textStyle { face = size = color = } |