[SOLVED] configuration.php not created - Joomla! Forum - community, help and support
i downloaded 1.5.15 , cannot install successfully.
winserver 2003, php 5.2.1 memory limit 128mb
http://tiny url.com/yaxm6w5 <--info.php
the install wizard seems run out errors or warnings. @ end says remove installation folder. when check directory there no configuration.php
i can inspect database , see tables , data have been populated correctly.
here method of install.
remote server
create folder within test domain have setup.
download latest package
unzip package new folder made.
right click folder> sharing/security>security tab>click advanced button
check box replace permissions on child objects entries of parent folder (click apply ok close)
why not upload whole directory through ftp?
my connection unstable , disconnected frequently. have been disconnected/interrupted several times , cannot stay connected long enough upload everything.
winserver 2003, php 5.2.1 memory limit 128mb
http://tiny url.com/yaxm6w5 <--info.php
the install wizard seems run out errors or warnings. @ end says remove installation folder. when check directory there no configuration.php
i can inspect database , see tables , data have been populated correctly.
here method of install.
remote server
create folder within test domain have setup.
download latest package
unzip package new folder made.
right click folder> sharing/security>security tab>click advanced button
check box replace permissions on child objects entries of parent folder (click apply ok close)
why not upload whole directory through ftp?
my connection unstable , disconnected frequently. have been disconnected/interrupted several times , cannot stay connected long enough upload everything.
don't worry... following:
(a) copy file configuration.php-dist configuration.php
(b) edit file configuration.php , enter values following variables reflect database connectivity information , path folders temp , log:
note: system being windows path should shown below 2 double slashes
var $log_path = 'c:\\wamp\\www\\joomla_tst\\logs';
var $tmp_path = 'c:\\wamp\\www\\joomla_tst\\tmp';
(a) copy file configuration.php-dist configuration.php
(b) edit file configuration.php , enter values following variables reflect database connectivity information , path folders temp , log:
code: select all
/* database settings */
var $dbtype = 'mysql'; // mysql
var $host = 'localhost'; // set localhost
var $user = ''; // mysql username
var $password = ''; // mysql password
var $db = ''; // mysql database name
var $dbprefix = 'jos_'; // not change unless need to!
code: select all
/* server settings */
var $tmp_path = '/tmp';
var $log_path = '/var/logs';
note: system being windows path should shown below 2 double slashes
var $log_path = 'c:\\wamp\\www\\joomla_tst\\logs';
var $tmp_path = 'c:\\wamp\\www\\joomla_tst\\tmp';
Comments
Post a Comment