Hi Alessandro,
Thanks for your reply. I went ahead and installed mysql, created the
database as per your instruction, ran the sql scripts and the tables
were created.
Now when I browse to the directory I get a blank page. I think there
maybe something wrong in my config file.
Contents of openupload/www/config.inc.php :-
/* Define the installation folder */
$CONFIG['INSTALL_ROOT']='/var/www/html/openupload';
/* define http:// address */
$CONFIG['WWW_SERVER']='http://brubeck';
/* define the additional web path i.e. /openupload */
$CONFIG['WWW_ROOT']='/openupload';
.
.
.
.
/* MYSQL / POSTGRES Database */
#$CONFIG['database']['type']='pgsql';
$CONFIG['database']['type']='mysql';
/* Detail for dbconnection */
$CONFIG['database']['host']='localhost';
$CONFIG['database']['user']='openupload';
$CONFIG['database']['password']='openupload';
$CONFIG['database']['name']='openupload';
/* TXT Database */
# $CONFIG['database']['type']='txt';
# $CONFIG['database']['rootdir']=$CONFIG['INSTALL_ROOT'].'/txtdb';
/* Table name prefix: should be common */
$CONFIG['database']['prefix']='';
/* AUTHENTICATION MODULE */
/* default uses the database table users */
# $CONFIG['auth'] = 'ldap';
$CONFIG['auth'] = 'default';
/* TRANSLATION MODULE */
#$CONFIG['translator']='none';
#$CONFIG['translator']='gettext';
$CONFIG['translator']='phparray';
$CONFIG['defaultlang']='en';
.
.
.
.
.
.
Should the contents of var/www/html/openupload/www be copied over to the
/openupload ?
Sorry for all the questions.
Thanks,
Brian
----Original Message-----
From: Alessandro Briosi [mailto:ts...@br...]
Sent: 02 February 2010 14:33
To: Brian Meaney
Cc: OpenUpload Delvel and General talk
Subject: Re: [openupload-devel] Setup problem
Hi Brian,
sorry but the flat file must be setup manually. The setup script won't
copy any file over.
Alessandro
Brian Meaney ha scritto:
> Hi,
>
> Just going through the quick setup feature and find that it will
not
> proceed past creating the database type.
> I am hoping to use a flat file type db. When I click next, the page
> refreshes but does not do anything else.
>
>
> Any ideas where I could be going wrong?
>
> Thanks in advance
>
> Brian
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 4827 (20100202) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
------------------------------------------------------------------------
------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
business
> Choose flexible plans and management services without long-term
contracts
> Personal 24x7 support from experience hosting pros just a phone call
away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> Openupload-devel mailing list
> Ope...@li...
> https://lists.sourceforge.net/lists/listinfo/openupload-devel
__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4827 (20100202) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4828 (20100202) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
|