output_install.txt

Peter Beernink, 2008-10-16 08:58

Download (6.6 kB)

 
1
root@flow3:/var/www/typo35# ./install.sh
2
Looking for config file in /var/www/typo35
3
Checking current config
4
1 Reconfigure
5
2 Show current config
6
3 Use current config
7
0 Abort
8

    
9
Existing config
10
Config for host flow3
11

    
12
Webserver user: www-data
13
Webserver group: www-data
14
URL for TYPO3 Public directory: http://172.19.3.145/typo35/Public/
15

    
16
Production database:
17
Production database type: sqlite
18
Sqlite database path: /var/www/typo35/Data/Persistent/TYPO3CR.db
19
Lucene index location: /var/www/typo35/Data/Persistent/Index/
20

    
21
Test databases:
22

    
23
Only sqlite test db configured (sqlite needs no configuration for tests)
24

    
25
sqlite3 binary: /usr/bin/sqlite3
26
mysql binary (CONFIG_BIN_MYSQL) not set
27
mysqldump binary (CONFIG_BIN_MYSQLDUMP) not set
28
psql binary (CONFIG_BIN_PSQL) not set
29
pg_dump binary (CONFIG_BIN_PG_DUMP) not set
30

    
31
Looking for config file in /var/www/typo35
32
Checking current config
33
1 Reconfigure
34
2 Show current config
35
3 Use current config
36
0 Abort
37

    
38
Setting up typo3v5
39
Using config:
40
Config for host flow3
41

    
42
Webserver user: www-data
43
Webserver group: www-data
44
URL for TYPO3 Public directory: http://172.19.3.145/typo35/Public/
45

    
46
Production database:
47
Production database type: sqlite
48
Sqlite database path: /var/www/typo35/Data/Persistent/TYPO3CR.db
49
Lucene index location: /var/www/typo35/Data/Persistent/Index/
50

    
51
Test databases:
52

    
53
Only sqlite test db configured (sqlite needs no configuration for tests)
54

    
55
sqlite3 binary: /usr/bin/sqlite3
56
mysql binary (CONFIG_BIN_MYSQL) not set
57
mysqldump binary (CONFIG_BIN_MYSQLDUMP) not set
58
psql binary (CONFIG_BIN_PSQL) not set
59
pg_dump binary (CONFIG_BIN_PG_DUMP) not set
60

    
61
/var/www/typo35 /var/www/typo35
62
Now in typo3 base directory: /var/www/typo35
63
Fixing permissions...
64
Using sudo to allow for changes in both files owned by you and the webserver user...
65
chown: cannot access `Public/Resources/': No such file or directory
66
Lucene index location exists...
67
Backing up lucene index in /var/www/typo35/Data/Persistent/Index.XyLI5358...
68
Creating lucene index location...
69
Fixing permissions of lucene index location...
70
Setting up production database...
71
Setting up sqlite production database..
72
Disabling persistence layer to setup database...
73
Database exists...moving it to backup /var/www/typo35/Data/Persistent/TYPO3CR.db.ZnYw5369
74
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
75
                                 Dload  Upload   Total   Spent    Left  Speed
76
100  5209  100  5209    0     0    263      0  0:00:19  0:00:19 --:--:--  1130
77
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
78
                                "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
79

    
80

    
81
                                FLOW3 Exception
82

    
83

    
84

    
85
                                .ExceptionProperty {
86
                                        color: #101010;
87
                                }
88
                                pre {
89
                                        margin: 0;
90
                                        font-size: 11px;
91
                                        color: #515151;
92
                                        background-color: #D0D0D0;
93
                                        padding-left: 30px;
94
                                }
95

    
96
                        <div style="
97
                                        position: absolute;
98
                                        left: 10px;
99
                                        background-color: #B9B9B9;
100
                                        outline: 1px solid #515151;
101
                                        color: #515151;
102
                                        font-family: Arial, Helvetica, sans-serif;
103
                                        font-size: 12px;
104
                                        margin: 10px;
105
                                        padding: 0;
106
                                ">
107
                                Uncaught FLOW3 Exception
108

    
109
                                        #1220884009: The controller component "f3::flow3::controller::defaultcontroller" does not exist. (More information)
110

    
111
                                        F3::FLOW3::MVC::Exception::NoSuchController thrown in file
112
                                        FLOW3/Classes/MVC/F3_FLOW3_MVC_Request.php in line
113
                                        160.
114

    
115
                                        5 F3::FLOW3::MVC::Request::getControllerComponentName()/var/www/typo35/Packages/FLOW3/Classes/MVC/F3_FLOW3_MVC_Dispatcher.php:00140:   */
116
00141:  protected function getPreparedController(F3::FLOW3::MVC::Request $request, F3::FLOW3::MVC::Response $response) {
117
00142:   $controllerComponentName = $request->getControllerComponentName();
118
00143:
119
00144:   try {
120
4 F3::FLOW3::MVC::Dispatcher::getPreparedController(F3::FLOW3::MVC::Web::Request, F3::FLOW3::MVC::Web::Response)/var/www/typo35/Packages/FLOW3/Classes/MVC/F3_FLOW3_MVC_Dispatcher.php:00122:
121
00123:    try {
122
00124:     $controller = $this->getPreparedController($request, $response);
123
00125:     $controller->processRequest($request, $response);
124
00126:    } catch (F3::FLOW3::MVC::Exception::StopAction $ignoredException) {
125
3 F3::FLOW3::MVC::Dispatcher::dispatch(F3::FLOW3::MVC::Web::Request, F3::FLOW3::MVC::Web::Response)/var/www/typo35/Packages/FLOW3/Classes/MVC/Web/F3_FLOW3_MVC_Web_RequestHandler.php:00083:   $this->requestProcessorChainManager->processRequest($request);
126
00084:   $response = $this->componentFactory->getComponent('F3::FLOW3::MVC::Web::Response');
127
00085:   $this->dispatcher->dispatch($request, $response);
128
00086:   $response->send();
129
00087:  }
130
2 F3::FLOW3::MVC::Web::RequestHandler::handleRequest()/var/www/typo35/Packages/FLOW3/Classes/F3_FLOW3.php:00441:   $requestHandlerResolver = $this->componentFactory->getComponent('F3::FLOW3::MVC::RequestHandlerResolver', $this->settings);
131
00442:   $requestHandler = $requestHandlerResolver->resolveRequestHandler();
132
00443:   $requestHandler->handleRequest();
133
00444:
134
00445:   if ($this->settings->persistence->enable === TRUE) {
135
1 F3::FLOW3::run()/var/www/typo35/Public/index_dev.php:00028:
136
00029: $framework = new F3::FLOW3('Development');
137
00030: $framework->run();
138
00031: ?>
139

    
140

    
141

    
142

    
143
Enabling persistence layer...
144
Writing Configuration/Settings.php...
145
Can't open Configuration/Settings.php: No such file or directory.
146
cat: Configuration/Settings.php: No such file or directory
147
Setting up test databases...
148
Writing testdb.sh config file /var/www/typo35/Packages/TYPO3CR/Tests/Fixtures/testdb.conf
149
Setting up sqlite test db
150
Cleaning up sqlite test db
151
Writing Configuration/Settings.php (Lucene index location)...
152
TYPO3 Setup complete...
153