Thread: [openupload-devel] Saludos
Status: Beta
Brought to you by:
tsdogs
|
From: Leandro L. <lea...@gm...> - 2010-02-18 15:15:18
|
Buenos dias gente!, tienen idea de cual puede ser el problema?. Muchas gracias. PHP INI Settings File Uploads are enabled upload_max_filesize value is set to : 2M post_max_size value is set to : 8M Register globals disabled Optional Values Magic Quotes: enabled It is strongly suggested to disable magic_quotes (which are deprecated now!) mime type php function: available For correct mime types handling it's suggested to install the Fileinfo MYSQL Support: exsists POSTGRESQL Support: not found POSTGRESQL is needed if you plan to use postgresql MSSQL Support: not found MSSQL is needed if you plan to use mssql LDAP Support: not found LDAP is needed for LDAP and AD support GD Support: exsists Upload progress traking (only one is needed) UploadProgress: not found APC: not found Here you must specify the paths of your installation. Guessed values might be wrong on some circumstances so please make sure they are ok. Install PATH: /var/www/subir (Where lib,templates,etc are) WWW Server URL: http://10.5.2.247 WWW Root Path (where setup.php is accessible from the web): /subir/www DATA PATH: /var/www/subir/data Database Type: mysql Database Type: mysql Host: localhost Username: root Password: xxxxx DB Name: openupload Table prefix: Create the database? tildado Also create user? tildado DB Admin user: root DB Admin password: xxxxx Populate database *query failed: SELECT * FROM `langs` WHERE `active`="1" ORDER BY id* -- -~-~-~-~-~-~-~-~-~-~-~-~-~ Leandro Ledesma Linux Counter #499024 |
|
From: Alessandro B. <ts...@br...> - 2010-02-18 17:27:46
|
Leandro Ledesma ha scritto: > Buenos dias gente!, tienen idea de cual puede ser el problema?. Muchas > gracias. > .... > > *query failed: SELECT * FROM `langs` WHERE `active`="1" ORDER BY id* > Hi Leandro, sorry but I only speak English and Italian. Anyway the problem is that in the "populate database" option, you left the default value, which is "do not alter the database" You need to repeat the setup and set it to something like "Restricted" and then proceed with the database steps. Hope this helps, Alessandro |
|
From: Leandro L. <lea...@gm...> - 2010-02-18 17:38:33
|
Thank you very much Alessandro!, import .sql to the database and *Fatal error*: Smarty error: unable to write to $compile_dir '/var/www/subir/templates_c'. Be sure $compile_dir is writable by the web server user. in */var/www/subir/lib/smarty/Smarty.class.php* on line *1092 :-S * 2010/2/18 Alessandro Briosi <ts...@br...> > Leandro Ledesma ha scritto: > > Buenos dias gente!, tienen idea de cual puede ser el problema?. Muchas > > gracias. > > > .... > > > > *query failed: SELECT * FROM `langs` WHERE `active`="1" ORDER BY id* > > > > Hi Leandro, > sorry but I only speak English and Italian. > > Anyway the problem is that in the "populate database" option, you left > the default value, which is "do not alter the database" > > You need to repeat the setup and set it to something like "Restricted" > and then proceed with the database steps. > > Hope this helps, > Alessandro > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel > -- -~-~-~-~-~-~-~-~-~-~-~-~-~ Leandro Ledesma Linux Counter #499024 |
|
From: Alessandro B. <ts...@br...> - 2010-02-18 17:46:20
|
Leandro Ledesma ha scritto: > Thank you very much Alessandro!, import .sql to the database and > > *Fatal error*: Smarty error: unable to write to $compile_dir > '/var/www/subir/templates_c'. Be sure $compile_dir is writable by the > web server user. in */var/www/subir/lib/smarty/Smarty.class.php* on line > *1092 > Well this is a permission problem :), do what the message says, make it writable by the apache user. Alessandro |
|
From: Alessandro B. <ts...@br...> - 2010-02-19 07:37:12
|
On Thu, 18 Feb 2010 17:55:54 -0300, Leandro Ledesma <lea...@gm...> wrote: > <?php > $CONFIG['WWW_SERVER'] = 'http://10.5.2.247'; > $CONFIG['WWW_ROOT'] = '/www'; > $CONFIG['INSTALL_ROOT'] = '/var/www/subir'; > $CONFIG['DATA_PATH'] = '/var/www/subir/data'; > $CONFIG['database']['type'] = 'mysql'; > $CONFIG['database']['host'] = 'localhost'; > $CONFIG['database']['user'] = 'base2'; > $CONFIG['database']['password'] = '123123'; > $CONFIG['database']['name'] = 'base2'; > $CONFIG['database']['prefix'] = ''; > > The www_root is wrong set it to: $CONFIG['WWW_ROOT'] = '/subdir/www'; Alessandro |
|
From: Leandro L. <lea...@gm...> - 2010-02-19 13:59:21
|
Gracias Alessandro!!!. Exitos!. Leandro. 2010/2/19 Alessandro Briosi <ts...@br...> > On Thu, 18 Feb 2010 17:55:54 -0300, Leandro Ledesma <lea...@gm... > > > wrote: > > <?php > > $CONFIG['WWW_SERVER'] = 'http://10.5.2.247'; > > $CONFIG['WWW_ROOT'] = '/www'; > > $CONFIG['INSTALL_ROOT'] = '/var/www/subir'; > > $CONFIG['DATA_PATH'] = '/var/www/subir/data'; > > $CONFIG['database']['type'] = 'mysql'; > > $CONFIG['database']['host'] = 'localhost'; > > $CONFIG['database']['user'] = 'base2'; > > $CONFIG['database']['password'] = '123123'; > > $CONFIG['database']['name'] = 'base2'; > > $CONFIG['database']['prefix'] = ''; > > > > > > The www_root is wrong set it to: > > $CONFIG['WWW_ROOT'] = '/subdir/www'; > > Alessandro > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel > -- -~-~-~-~-~-~-~-~-~-~-~-~-~ Leandro Ledesma Linux Counter #499024 |
|
From: Leandro L. <lea...@gm...> - 2010-02-19 14:00:45
|
Language: ESPAÑOL?? 2010/2/19 Leandro Ledesma <lea...@gm...> > Gracias Alessandro!!!. > Exitos!. > > Leandro. > > 2010/2/19 Alessandro Briosi <ts...@br...> > > On Thu, 18 Feb 2010 17:55:54 -0300, Leandro Ledesma <lea...@gm... >> > >> wrote: >> > <?php >> > $CONFIG['WWW_SERVER'] = 'http://10.5.2.247'; >> > $CONFIG['WWW_ROOT'] = '/www'; >> > $CONFIG['INSTALL_ROOT'] = '/var/www/subir'; >> > $CONFIG['DATA_PATH'] = '/var/www/subir/data'; >> > $CONFIG['database']['type'] = 'mysql'; >> > $CONFIG['database']['host'] = 'localhost'; >> > $CONFIG['database']['user'] = 'base2'; >> > $CONFIG['database']['password'] = '123123'; >> > $CONFIG['database']['name'] = 'base2'; >> > $CONFIG['database']['prefix'] = ''; >> > >> > >> >> The www_root is wrong set it to: >> >> $CONFIG['WWW_ROOT'] = '/subdir/www'; >> >> Alessandro >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Openupload-devel mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/openupload-devel >> > > > > -- > -~-~-~-~-~-~-~-~-~-~-~-~-~ > Leandro Ledesma > Linux Counter #499024 > -- -~-~-~-~-~-~-~-~-~-~-~-~-~ Leandro Ledesma Linux Counter #499024 |
|
From: Alessandro B. <ts...@br...> - 2010-02-19 14:54:30
|
On Fri, 19 Feb 2010 10:37:40 -0300, Leandro Ledesma <lea...@gm...> wrote: > Language: ESPAÑOL?? Nope. Spanish has not been submitted by anyone. Alessandro |
|
From: Leandro L. <lea...@gm...> - 2010-02-19 18:11:42
|
*I can help you with the translation in to the Spanish,but i need the fount files in order to translate it,where can i find them?. Thank you Alessandro!.* 2010/2/19 Alessandro Briosi <ts...@br...> > On Fri, 19 Feb 2010 10:37:40 -0300, Leandro Ledesma <lea...@gm... > > > wrote: > > Language: ESPAÑOL?? > > Nope. Spanish has not been submitted by anyone. > > Alessandro > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel > -- -~-~-~-~-~-~-~-~-~-~-~-~-~ Leandro Ledesma Linux Counter #499024 |
|
From: Alessandro B. <ts...@br...> - 2010-02-19 18:40:34
|
Leandro Ledesma ha scritto: > *I can help you with the translation in to the Spanish,but i need the > fount files in order to translate it,where can i find them?. Thank you > Alessandro!.* > Translations are located in: /locale and /templates/default/locale Basically you have 2 ways of doing it: 1. Use a .po editor with the .po files 2. Translate the .inc.php files directly In both cases you can start from an existing translation by simply coping the files. If you want the empty files to be translated I'll take some time to generate them (once you tell me which way you prefer) (I know I should already have done this :) ). Alessandro |