Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Stut
Hartleigh Burton wrote: You were in the right area thats for sure. I had a look through where the script was ending a bit closer... there is a function i use to make the sql query safe for inserts if magic quotes is not on thats something like this... function WalkAddSlashes(&$item, $key) { i

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Hartleigh Burton
Hi Stut, You were in the right area thats for sure. I had a look through where the script was ending a bit closer... there is a function i use to make the sql query safe for inserts if magic quotes is not on thats something like this... function WalkAddSlashes(&$item, $key) { if(!

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Hartleigh Burton
Burton [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 3:14 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Fatal Error: Allocated memory size problem... Hi All, I am having some problems while uploading a file to a MySQL database relating to file sizes. I have created a script which

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Stut
Hartleigh Burton wrote: I am having some problems while uploading a file to a MySQL database relating to file sizes. I have created a script which successfully uploads most files to the database, however anything roughly over 1MB in size seems to return a PHP error. I am not trying to upload an

[PHP-WIN] RE: [PHP-DB] Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Bastien Koert
CTED]> CC: , Subject: [PHP-DB] Re: [PHP-WIN] Fatal Error: Allocated memory size problem... Date: Mon, 5 Mar 2007 12:57:37 +0700 same here not work for me - Original Message - From: "Hartleigh Burton" <[EMAIL PROTECTED]> To: Sent: Monday, March 05, 2007 9:13 AM Subje

RE: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Gustav Wiberg
Cc: php-windows@lists.php.net; php-db@lists.php.net Subject: Re: [PHP-WIN] Fatal Error: Allocated memory size problem... Importance: High - Original Message - From: "Gustav Wiberg" <[EMAIL PROTECTED]> To: "'Hartleigh Burton'" <[EMAIL PROTECTED]&

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-04 Thread bedul
- Original Message - From: "Gustav Wiberg" <[EMAIL PROTECTED]> To: "'Hartleigh Burton'" <[EMAIL PROTECTED]>; Sent: Monday, March 05, 2007 2:22 PM Subject: RE: [PHP-WIN] Fatal Error: Allocated memory size problem... Hi there! What fieldtyp

RE: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-04 Thread Gustav Wiberg
Hi there! What fieldtype do you try to store the file in? Best regards /Gustav Wiberg -Original Message- From: Hartleigh Burton [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 3:14 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Fatal Error: Allocated memory size problem

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-04 Thread Hartleigh Burton
- Original Message - From: "Hartleigh Burton" <[EMAIL PROTECTED]> To: Sent: Monday, March 05, 2007 9:13 AM Subject: [PHP-WIN] Fatal Error: Allocated memory size problem... Hi All, I am having some problems while uploading a file to a MySQL database relating to fi

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-04 Thread bedul
same here not work for me - Original Message - From: "Hartleigh Burton" <[EMAIL PROTECTED]> To: Sent: Monday, March 05, 2007 9:13 AM Subject: [PHP-WIN] Fatal Error: Allocated memory size problem... > Hi All, > > I am having some problems while uploading a

[PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-04 Thread Hartleigh Burton
Hi All, I am having some problems while uploading a file to a MySQL database relating to file sizes. I have created a script which successfully uploads most files to the database, however anything roughly over 1MB in size seems to return a PHP error. I am not trying to upload anything lar

Re: [PHP-WIN] Fatal error, but include_path seems correct?

2003-11-15 Thread toby z
hay rod im sorry im lost . from what i understand . u want to point ur url to www.myserver.com/phpMyAdmin254 :S well . u can give the ip instead of localhost or www.myserver.com/phpMyAdmin254 like $cfgPmaAbsoluteUri = 'xxx.yyy.z.a'; or even with a port as i do since im ru

Re: [PHP-WIN] Fatal error, but include_path seems correct?

2003-11-14 Thread Roderick Martin
Toby, Maybe this is something. $cfg['PmaAbsoluteUri'] is set to "http://www.myserver.com/phpMyAdmin254"; (of course, myserver being my real server) $cfg['Servers'][$i]['host'] = 'localhost'; Both of these were set this way already (before your suggestion). Now, mysql runs locally

Re: [PHP-WIN] Fatal error, but include_path seems correct?

2003-11-13 Thread toby z
hay rod locate $cfgPmaAbsoluteUri in ur phpmyadmin config.inc file and put the path by which ur trying to access myadmin . like 'http://localhost/myadmin/'; then $cfgServers[$i]['host'] = 'localhost'; and 3rd u need-not include path to myadmin in ur include_path in php.ini :) good l

Re: [PHP-WIN] Fatal error, but include_path seems correct?

2003-11-13 Thread Roderick Martin
Tried it. Same error message... Fatal error: Failed opening required './libraries/grab_globals.lib.php' (include_path='.;c:\php4\pear;D:\Netscape\SuiteSpot\docs;D: \Netscape\SuiteSpot\docs\phpMyAdmin254') ind:/Netscape/SuiteSpot/docs/phpMyAdmin254/index.php on line 9 On Nov 13, 2003, at 10:1

Re: [PHP-WIN] Fatal error, but include_path seems correct?

2003-11-13 Thread Eric COLINET
Try : D: \Netscape\SuiteSpot\docs\phpMyAdmin254 Instead of : D: \Netscape\SuiteSpot\docs\phpMyAdmin254\libraries for your include path. Eric At 16:34 13/11/2003, Roderick Martin wrote: My setup: PHP 4.0.6 Windows NT 4.0 Netscape-Enterprise/3.6 SP3 Installed phpMyAdmin to the root o

[PHP-WIN] Fatal error, but include_path seems correct?

2003-11-13 Thread Roderick Martin
My setup: PHP 4.0.6 Windows NT 4.0 Netscape-Enterprise/3.6 SP3 Installed phpMyAdmin to the root of the server, which is d:/Netscape/SuiteSpot/docs/phpMyAdmin254/ I get the error: Fatal error: Failed opening required './libraries/grab_globals.lib.php' (include_path='.;c:\php4\pear;D:\Netscape

Re: [PHP-WIN] Fatal error with 'DB.php'

2003-07-04 Thread H Marc Bower
- Original Message - From: "jsWalter" <[EMAIL PROTECTED]> > I am trying to use DB.php, but I am getting htis error... > > Fatal error: main(): Failed opening required 'DB.php' > (include_path='.;c:\php4\pear') > > I can't find this path defined *anywhere* I have no idea where it gets this,

[PHP-WIN] Fatal error with 'DB.php'

2003-07-03 Thread jsWalter
I am trying to use DB.php, but I am getting htis error... Fatal error: main(): Failed opening required 'DB.php' (include_path='.;c:\php4\pear') I can't find this path defined *anywhere* I don't have PHP installed thee. How can I "fix" this include path issue. Thanks Walter -- PHP Windows

Fw: [PHP-WIN] Fatal error: main(): Failed opening required..... Dreamweaver MX

2003-06-20 Thread Ildiko Nyari
this is line1: - Original Message - From: "Ildiko Nyari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 12:47 PM Subject: [PHP-WIN] Fatal error: main(): Failed opening required. Dreamweaver MX What is this about? I can connect to m

[PHP-WIN] Fatal error: main(): Failed opening required..... Dreamweaver MX

2003-06-20 Thread Ildiko Nyari
What is this about? I can connect to mySQL database, but the website in Explorer gives me this error. What do I wrong? in Dreamweaver MX. thanks Warning: main(../../Connections/storeunclesam.php): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\ad

[PHP-WIN] Fatal Error?...Solved

2003-05-30 Thread Alejandro C. Garrammone
I want to thank Cristian MARIN & Svensson, B.A.T. for working on my code to solve my problem. I think that the behavior of guys like them are vital for this newsgroup to survive. Guys, THANK YOU AGAIN. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

RE: [PHP-WIN] Fatal Error???

2003-05-28 Thread Svensson, B.A.T. (HKG)
Yiour error message suggest that you have ended up in an infinit loop. > > IF ($len<=41): > > WHILE ($i<>0): > >IF ($asunto[$i]==" "):*This is line 116 > > $corte1=$i; > > $i=0; > >ENDIF; >$i=$i + 1; > ENDWHILE; It seams like this IF statement control weat

[PHP-WIN] Fatal Error???

2003-05-27 Thread Alejandro C. Garrammone
> Hi guys...I'm in trouble again...see if you can help me... > I get the following error when I run the following script. > Let me try to explain the code. I'm writing some code for an intranet web > page, I'm want to print to a printer some text but I'm wanted to be printed > centered. If the tex

[PHP-WIN] Fatal error: Nesting level with get_browser()

2002-10-14 Thread Travis Ward
Hey PHPer's- I've got a bit of code that just detects the browser version and attaches the appropriate style sheet. browser == "Netscape" ) && ( $ua->version < 5 ) ) { stylesheet1 } else { stylesheet2 } It worked fine for a while, but recently started getting a fatal error on the lin

[PHP-WIN] fatal error .... failed opening ..... ????

2002-05-04 Thread toby z
hi im trying to take input from a form & upload a file too .. n im getting this error messege Fatal error: Failed opening required 'common.php' (include_path='c:\php4\pear') in d:\inetpub\wwwroot\proceed.php on line 7 i ve tried changin the include path in php.ini but that did

RE: [PHP-WIN] Fatal Error : Allowed Memory Size Exhausted

2002-01-15 Thread Ertan Tike
ject: [PHP-WIN] Fatal Error : Allowed Memory Size Exhausted I'm getting the error Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 12288 bytes) in ../includes/resultheader.inc on line 16 The exact line of code does change - so its not syntax or semanti

[PHP-WIN] Fatal Error : Allowed Memory Size Exhausted

2002-01-15 Thread Lee Denny
I'm getting the error Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 12288 bytes) in ../includes/resultheader.inc on line 16 The exact line of code does change - so its not syntax or semantics. Can anyone enlighten me on what this means and what I'm doing wrong.

RE: [PHP-WIN] Fatal Error

2001-10-18 Thread Flint Doungchak
er 18, 2001 2:11 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Fatal Error When I try to assign a php varible to a fast template value i get the following fatal error: Fatal error: Call to a member function on a non-object in c:\web\re-write\news.php on line 43 Line 43 reads as follows: $tpl->assig

[PHP-WIN] Fatal Error

2001-10-18 Thread Chris Burwell
When I try to assign a php varible to a fast template value i get the following fatal error: Fatal error: Call to a member function on a non-object in c:\web\re-write\news.php on line 43 Line 43 reads as follows: $tpl->assign(NEWSID, $newsid); Any ideas on what is happening, and how i can fix t

[PHP-WIN] fatal error with mysql and php4

2001-04-09 Thread Damien du Toit
"Fatal error: Call to undefined function: mysql_db_query() in ?" What would cause this problem? I know that with PHP3 you got an error when you didn't uncomment that line in php.ini, but PHP4 claims to have mysql build in? What is the problem now? Damien du Toit New Media Programmer tel +

Re: [PHP-WIN] Fatal Error?

2001-02-05 Thread Pablo Vera
Corn: You are talking about PHP 3 and MySQL support is not built in, so you need to load the MySQL extension dll. Go to php.ini, under [extensions] and uncomment the line that makes reference to the MySQL extension. Also be sure to have your extensions_dir setting correctly defined. Saludos, P

[PHP-WIN] Fatal Error?

2001-02-05 Thread Corn Vollney-R7019C
Hello All, I have just set up PHP3.0 on a linux box w/ Apache. User rights are correct and php works with a simple test script but I keep getting this error when using a script to insert form data into a mysql db, Fatal error: Call to unsupported or undefined function mysql_connect() in /home/we