Ask a Question related to PHP Development, Design and Development.
-
Honza Hubeny #1
PHP Warning: InterBase: Error while trying to open file File too large
Hello,
I have this configuration:
kernel 2.3.20, apache 1.3.27, with php 4.2.3 as apxs module with
firebirdCS-1.0.3-64IO
I have problems with firebird database files which are > 2GB.
Till today everithing works good but, now one database file is > then 2 GB
and I have this error message in my log:
[23-Jul-2003 22:54:02] PHP Warning: InterBase: I/O error for file
"/web/test.gdb" Error while trying to open file File too large in
/web/test.inc on line 38
in the script on line 38 is:
ibase_pconnect("/web/test.gdb",$ibuser,$ibpassword,"WIN1250",0,3)
when I use this line
ibase_pconnect("localhost:/web/test.gdb",$ibuser,$ibpassword,"WIN1250",0,3)
or connetct throug isql in shell.
everything works good. (No error). But I want connect to my database direcly
through php and libgds.so, and not via gds_inet_server on localhost.
I trie to compile php module in several ways, check the versions of libs
(libgds.so) but with no success.
Can anybody send some suggestion to me?
Honza Hubeny
[email]xhubeny@fi.muni.cz[/email]
Honza Hubeny Guest
-
#40068 [NEW]: Warning: Unknown: failed to open stream: No such file or directory in Unknown..
From: triphius at tripslair dot com Operating system: FreeBSD 6.1 PHP version: 5.2.0 PHP Bug Type: Scripting Engine problem... -
Open file, make changes, save file, close, re-open, file contents not changed
I've now run into this several times and it's completely destroyed all of my confidence in Ilustrator CS on Mac. I'm hoping someone can confirm that... -
Can't open large file (web page)
Hey everyone: I'm so stuck! I built a website in Publisher; it's 296MB; I can't get it to open at all. I've tried a million times; At first I... -
Interbase/firebird and php.ini file
I am looking as some configuration parameters fir Firebird or interbase and the php.ini file. The document has information like... -
Error 413: Request Entity Too Large while send a file
Hello, I have a .NET Web Service in Windows 2003 with IIS6.0 . When I try to send a large file (+1MB) via https, I receive the error : 413...



Reply With Quote

