$r
$tpl
$_SESSION
$_POST
$_GET
$_FILES
Array
(
[path] => Array
(
[root] => /home/html/apzba.sk/public_html
[src] => /home/html/apzba.sk/public_html/src
[tpl] => /home/html/apzba.sk/public_html/tpl
[gfx] => /home/html/apzba.sk/public_html/gfx
[data] => /home/html/apzba.sk/public_html/data
[app] => /home/html/apzba.sk/public_html/app
[lib] => /home/html/apzba.sk/public_html/lib
[rain] => /home/html/apzba.sk/public_html/lib/rain
[smarty] => /home/html/apzba.sk/public_html/lib/smarty
[modules] => /home/html/apzba.sk/public_html/modules
)
[webpath] => Array
(
[root] =>
[server] => http://www.apzba.sk
[index] => index.php
[REQUEST_URI] => /sk/content/equip-zamestnatelnost-a-kvalita-v-praxi?sessid62e57783317460387187ae6b0945b488=rbr7lhrqep8mlcemnocm7474r6
[src] => /src
[tpl] => /tpl
[gfx] => /gfx
[data] => /data
[app] => /app
[lib] => /lib
[rain] => /lib/rain
[smarty] => /lib/smarty
[modules] => /modules
)
[arg] => Array
(
[0] => sk
[1] => content
[2] => equip-zamestnatelnost-a-kvalita-v-praxi
)
[ref] => Array
(
)
)
Array
(
[rain] => Array
(
[arg] => Array
(
[0] => sk
[1] => content
[2] => equip-zamestnatelnost-a-kvalita-v-praxi
)
)
)
Array
(
)
Array
(
[rain] => content/equip-zamestnatelnost-a-kvalita-v-praxi
[mr] => 1
[sessid62e57783317460387187ae6b0945b488] => rbr7lhrqep8mlcemnocm7474r6
)
Array
(
)
/lib/rain/RDB.php:351, RDB::connect(...)Array
(
[0] => /home/html/apzba.sk/public_html/app/conf/db.php
)
pg_pconnect(): Unable to connect to PostgreSQL server: could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Network is unreachable
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
344 if ($this->$a != "") $connectionString .= "$a=" . $this->$a . " ";
345 }
346
347 if ($persistant) {
348 $this->connection = pg_pconnect(
349 $connectionString,
350 $forceNewConnection ? PGSQL_CONNECT_FORCE_NEW : null
351 );
352 } else {
353 $this->connection = pg_connect(
354 $connectionString,
355 $forceNewConnection ? PGSQL_CONNECT_FORCE_NEW : null
356 );
357 }
358
/index.php:77
70 //RI18N::$enabled = false;
71
72
73 /*
74 * Databazove spojenie
75 */
76
77 include_once(R::getPath("app") . "/conf/db.php");
78
79
80 /*
81 * Moduly
82 *
83 * Kazdy modul je automaticky dostupny pod URL /ModuleName, /module-name, /modulename.
84 * V pripade potreby je mozne dodefinovat dalsie aliasy pomocou R::registerModuleAlias().