$r
$tpl
$_SESSION
$_POST
$_GET
$_FILES
Array
(
[path] => Array
(
[root] => /home/uj015500/www_parapetynamieru
[src] => /home/uj015500/www_parapetynamieru/src
[tpl] => /home/uj015500/www_parapetynamieru/tpl
[gfx] => /home/uj015500/www_parapetynamieru/gfx
[data] => /home/uj015500/www_parapetynamieru/data
[app] => /home/uj015500/www_parapetynamieru/app
[lib] => /home/uj015500/www_parapetynamieru/lib
[rain] => /home/uj015500/www_parapetynamieru/lib/rain
[smarty] => /home/uj015500/www_parapetynamieru/lib/smarty
[modules] => /home/uj015500/www_parapetynamieru/modules
)
[webpath] => Array
(
[root] =>
[server] => http://parapetynamieru.sk
[index] => index.php
[REQUEST_URI] => /sk/content/siete-proti-hmyzu?sessid9d1e02f6725570ba7df443918f28a705=boibbqivtqcf6d2q0o67gsuki0
[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] => siete-proti-hmyzu
)
[ref] => Array
(
)
)
Array
(
[rain] => Array
(
[arg] => Array
(
[0] => sk
[1] => content
[2] => siete-proti-hmyzu
)
)
)
Array
(
)
Array
(
[rain] => content/siete-proti-hmyzu
[mr] => 1
[sessid9d1e02f6725570ba7df443918f28a705] => boibbqivtqcf6d2q0o67gsuki0
)
Array
(
)
/lib/rain/RDB.php:351, RDB::connect(...)Array
(
[0] => /home/uj015500/www_parapetynamieru/app/conf/db.php
)
pg_pconnect() [function.pg-pconnect]: Unable to connect to PostgreSQL server: FATAL: no pg_hba.conf entry for host "46.229.230.49", user "uj015500", database "uj015500db", SSL off
344 if ($this->$a != "") $connectionString .= "$a='" . addcslashes($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:81
74 //RI18N::$enabled = false;
75
76
77 /*
78 * Databazove spojenie
79 */
80
81 include_once(R::getPath("app") . "/conf/db.php");
82
83
84 /*
85 * Moduly
86 *
87 * Kazdy modul je automaticky dostupny pod URL /ModuleName, /module-name, /modulename.
88 * V pripade potreby je mozne dodefinovat dalsie aliasy pomocou R::registerModuleAlias().