[PHP] Error uploading a file

2002-11-14 Thread Emiliano Marmonti
Hello all,

  when I try to upload a file I receive the following error:
   
  Warning: Max file size of 2 bytes exceeded - file [Archivo] not saved in 
Unknown on line 

  I've looked into php.ini and it has the limit set to 2Mb. Have looked using 
phpinfo and everything looks OK. I'm sure this code was working, I'm using PHP 
v 4.01pl2

Anu help?
Thanks a lot
Emiliano Marmonti



  



-
This mail sent through IMP: http://horde.org/imp/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] A question

2002-07-02 Thread Emiliano Marmonti

Dear people:

I have a development that I made a year ago. In the first screen I set a cookie 
that is used along all the parts of the software. This cookie establish the language 
of the software. Now some people that are installing the software are reporting me 
problems using the software like this first cookie doesn´t arrive to the navigators. 
They are installing newer versions of PHP than I have. Could be a problem of the 
globals variables? I have used the cookie like a global value along all the php files.

Thanks a lot.
Emiliano Marmonti



[PHP] Cookies?

2002-06-04 Thread Emiliano Marmonti

Dear PHP-People:

Anybody knows why when I configure in my Explorer that uses a proxy, the value of 
the cookie that I has set with setcookie(...) is lost. When I disable the proxy, the 
cookie value is remained.

Anybody has had the same problem?
Thanks a lot.
Emiliano Marmonti



[PHP] proxy looses cookie

2002-06-04 Thread Emiliano Marmonti

Dear PHP-People:

Anybody knows why when I configure in my Explorer that uses a proxy, the value of 
the cookie that I has set with setcookie(...) is lost. When I disable the proxy, the 
cookie value is remained.

Anybody has had the same problem?
Thanks a lot.
Emiliano Marmonti



[PHP] Another doubt in Solaris-PHP install

2002-05-03 Thread Emiliano Marmonti

Hi people,
I've downloaded gcc package, make package and libtool package for proper compiling.
I have finished the config process.
When I try to make appears:

libtool: ar not found
make[1] Error 1

But I can invoke libtool
I'm using Solaris 8 under a SPARC machine
Thanks a lot.

-
Emiliano H.Marmonti
Informático Módulo de Bibliotecas
Programa SIU
Ministerio de Educación de la Nación



[PHP] newbie problem under Solaris

2002-04-30 Thread Emiliano Marmonti

Hi people,

I know there is a lot of material about it. I´m installing PHP under Solaris 8 and 
obtain the message that gcc cannot create executables. I know that gcc has libraries 
that are not installed by default under Solaris. If I download a version of gcc newer 
and complete will I pass this problem? Can you recommend me a site with some 
instructions about doing that (I never had to install gcc)? Is a hard work?

Thanks in advance

-
Emiliano H.Marmonti
Informático Módulo de Bibliotecas
Programa SIU
Ministerio de Educación de la Nación



Re: [PHP] Mysql question

2002-02-06 Thread Emiliano Marmonti

Yes, sorry by the off-topic but I wanted to know if wnybody here could help
me because in mysql I couldn´t find any answer. Also I have seen a lot of
questions relative to mysql answered here.

But you´re right it´s a off-topic.
Emiliano.




-Original Message-
From: Sam Masiello <[EMAIL PROTECTED]>
To: Emiliano Marmonti <[EMAIL PROTECTED]>
Date: Wednesday, February 06, 2002 12:45 PM
Subject: Re: [PHP] Mysql question


>
>This is really a question for a MySQL mailing list, not a PHP list since
>this question has nothing to do with PHP.  You can email the MySQL mailing
>list at [EMAIL PROTECTED], and you can join the MySQL mailing list off
>of the MySQL web site at www.mysql.com.
>
>HTH
>
>Sam Masiello
>Software Quality Assurance Engineer
>Synacor
>(716) 853-1362 X289
>[EMAIL PROTECTED]
>
>- Original Message -
>From: "Emiliano Marmonti" <[EMAIL PROTECTED]>
>To: "Lista PHP" <[EMAIL PROTECTED]>
>Sent: Wednesday, February 06, 2002 4:32 AM
>Subject: [PHP] Mysql question
>
>
>I have a site using PHP & Mysql. About a month ago to now one of the tables
>gets corrupted with the message Got Error 127... I fix it and everything
>works OK, except every time I loose 1 record.
>
>Today I could obtain mysql.err from the machine and I could see whenever an
>error is produced by date, previously I have the following line:
>
>020205  9:57:46  Aborted connection 137 to db: 'Biblioteca' user: 'ODBC'
>host: `localhost' (Server shutdown in progress)
>020205  9:57:46  Aborted connection 124 to db: 'Biblioteca' user: 'ODBC'
>host: `localhost' (Server shutdown in progress)
>or
>
>020205 12:55:51  Aborted connection 377 to db: 'Biblioteca' user: 'ODBC'
>host: `localhost' (Unknown error)
>020205 13:05:37  Aborted connection 504 to db: 'Biblioteca' user: 'ODBC'
>host: `localhost' (Unknown error)
>
>
>It doesn´t seems too clear for me because no ODBC client should be
accessing
>to the database. Should I suppose that an unautorized ODBC client is
>breaking the table or could be another problem?
>
>Thanks a lot.
>Emiliano.
>
>
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Mysql question

2002-02-06 Thread Emiliano Marmonti

I have a site using PHP & Mysql. About a month ago to now one of the tables
gets corrupted with the message Got Error 127... I fix it and everything
works OK, except every time I loose 1 record.

Today I could obtain mysql.err from the machine and I could see whenever an
error is produced by date, previously I have the following line:

020205  9:57:46  Aborted connection 137 to db: 'Biblioteca' user: 'ODBC'
host: `localhost' (Server shutdown in progress)
020205  9:57:46  Aborted connection 124 to db: 'Biblioteca' user: 'ODBC'
host: `localhost' (Server shutdown in progress)
or

020205 12:55:51  Aborted connection 377 to db: 'Biblioteca' user: 'ODBC'
host: `localhost' (Unknown error)
020205 13:05:37  Aborted connection 504 to db: 'Biblioteca' user: 'ODBC'
host: `localhost' (Unknown error)


It doesn´t seems too clear for me because no ODBC client should be accessing
to the database. Should I suppose that an unautorized ODBC client is
breaking the table or could be another problem?

Thanks a lot.
Emiliano.





[PHP] ZIp files? Help needed...

2001-11-28 Thread Emiliano Marmonti

Hi people,

I´m looking for alternatives in using zip files. Our users should upload into our 
server zipped files and we need to unzip this files and process it. I have read there 
is a library that could be used like an extension, but I´ve tried to use it from NT 
and don´t seems like the extension was added and when I try to use the commands PHP 
says that don´t recognoice the commands. In the other hand somebody has told me that 
PHP must be recompiled for using this library. Our platform is Windows NT but in the 
future could be Solaris.

Anybody could send me your experience?




[PHP] ZIP Files?

2001-11-25 Thread Emiliano Marmonti




Hi people,
 
    I´m looking for alternatives in 
using zip files. Our users should upload into our server zipped files and we 
need to unzip this files and process it. I have read there is a library that 
could be used like an extension, but I´ve tried to use it from NT and don´t 
seems like the extension was added and when I try to use the commands PHP says 
that don´t recognoice the commands. In the other hand somebody has told me that 
PHP must be recompiled for using this library. Our platform is Windows NT but in 
the future could be Solaris.
 
    Anybody could send me your 
experience?
 
    Thanks in advance.
    
Emiliano

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


[PHP] Using zip files

2001-11-24 Thread Emiliano Marmonti



Hi people,
 
    I´m looking for alternatives in 
using zip files. Our users should upload into our server zipped files and we 
need to unzip this files and process it. I have read there is a library that 
could be used like an extension, but I´ve tried to use it from NT and don´t 
seems like the extension was added and when I try to use the commands PHP says 
that don´t recognoice the commands. In the other hand somebody has told me that 
PHP must be recompiled for using this library. Our platform is Windows NT but in 
the future could be Solaris.
 
    Anybody could send me your 
experience?
 
    Thanks in advance.
    
Emiliano.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


[PHP] More about forums

2001-08-22 Thread Emiliano Marmonti

Dear people:

I have tested the address you have send me. I like one or two but thay are too 
complex, I don´t need registration, sessions, etc. Only I need a mail input line, a 
person line input and the text. Pretty simple but I can´t find anything like this.

Could anybody help me? Thanks a lot

-
Emiliano H.Marmonti
Informático Módulo de Bibliotecas
Programa SIU
Ministerio de Educación de la Nación



[PHP] Urgent!!! Forum code

2001-08-22 Thread Emiliano Marmonti

Anybody knows a good & free PHP with Mysql code for implementing a forum?

-
Emiliano H.Marmonti
Informático Módulo de Bibliotecas
Programa SIU
Ministerio de Educación de la Nación



[PHP] mail function problem

2001-07-27 Thread Emiliano Marmonti

Dears:

I have a problem using mail function under the default IIS's SMTP. Appears an 
error, something like:

Unknown error in line 3

   Line 3 only have the instruction mail ("[EMAIL PROTECTED]","[TEST] Hola","Mensaje 
de Prueba"). 

I have tested the use of this function using another SMTP server (shareware) and works 
OK. I have tried to echo what is returning the instruction, and no returns, only the 
error message. Anybody knows what could be happening?

Thanks in advance
Emiliano Marmonti
  



[PHP] Problem installing PHP under NT service Pack 4

2001-07-20 Thread Emiliano Marmonti

Hello!

We have had a problem trying to install as ISAPI Module PHP. Allways appears with 
a down oriented red dot in Filters. The unique solution is configuring as CGI. Anybody 
can help?

Thanks in advance...

Emiliano H.Marmonti




[PHP] Again and again problem installing under Solaris

2001-03-27 Thread Emiliano Marmonti

Dear Friends

Before all, Thank you Joe, the ar package was the solution and was located
at the same place that you told me.
Now ,after making and installing all, PHP doesn´t work. I followed this
process:

./configure --with-mysql --with-apxs=/usr/apache/bin/apxs
make
make install

I have had a little problem with make install because it doesn´t find
httpd.conf. I have posted it in a folder that could find and locate the
change in the folder that originally was. Now the httpd.conf loads the
module of PHP, the module is located where httpd.conf says, there is a
PHP.INI where should be, but a simple test page doesn´t work. I have looked
at httpd.conf and found some sections that define Directories where could
follow a script secuence. I must generate a section for my PHP test folder?
Is there another special configuration? I´m using Apache 1.3.9

Thank you all.
Emiliano.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Another problem installing PHP under Solaris 8.0

2001-03-26 Thread Emiliano Marmonti


 Dear Friends:

I have had another problem, after succesfully find flex package
installed
 in this machine and make a link to a folder that is included in PATH.
 After ./configure, after the message that PHP was configured OK, following
 the instructions I write: make.

This is the error that appears

 Making all in Zend
 make[1]: Entering directory '/usr/local/php-4.0.4pl1/Zend'
 /bin/sh../libtool --silent --mode=link gcc -g -02 -o libZend_c.la
 zend_language_scanner.lo zend_ini_scanner.lo
 ../libtool: ar: not found
 make[1]: *** [libZend_c.la] Error 1
 leaving directory
 make[1]: *** [all- recursive] Error 1

 I have looked at /php folder and exists a file called libtool. Anybody
 knows what is the problem?

 Thank you very much
 Emiliano.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Another problem installing PHP under Solaris 8.0

2001-03-23 Thread Emiliano Marmonti

Dear Friends:

   I have had another problem, after succesfully find flex package installed
in this machine and make a link to a folder that is included in PATH.
After ./configure, after the message that PHP was configured OK, following
the instructions I write: make.

   This is the error that appears

Making all in Zend
make[1]: Entering directory '/usr/local/php-4.0.4pl1/Zend'
/bin/sh../libtool --silent --mode=link gcc -g -02 -o libZend_c.la
zend_language_scanner.lo zend_ini_scanner.lo
../libtool: ar: not found
make[1]: *** [libZend_c.la] Error 1
leaving directory
make[1]: *** [all- recursive] Error 1

I have looked at /php folder and exists a file called libtool. Anybody
knows what is the problem?

Thank you very much
Emiliano.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] A problem under Solaris

2001-03-22 Thread Emiliano Marmonti

Thank you Sebastian,
but I want to know what is flex (and I don´t know where could I obtain it).

Thanks again.
Emiliano.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] A problem under Solaris

2001-03-22 Thread Emiliano Marmonti

Hello all

  I´m trying to compile PHP 4.0 under Solaris 8.0 - SPARC 250. When I try to configure 
using the appropiate script, it test for the existence of one package called lex and 
another called flex, both couldn´t be found and the script can´t continue. Anybody has 
be in the same trouble? Any idea? What are those packages?

Thanks in advance
Emiliano




[PHP] A little problem

2001-01-17 Thread Emiliano Marmonti

Hello all

 I have a little problem: Sometimes when you invokes some .php page, appears "could 
not redefine function...". It looks like a Web server problem because If you try again 
one or two times, the same operation works Ok. I´m using PHP 4, Win 98 SR2, PWS and 
MySql for Windows.

Thanks.

Emiliano Marmonti