@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32



Comments:

<0> troop: btw, what do 'guncelle' and 'sil' mean in English?
<1> guncelle > update
<1> sil > delete
<0> ok
<0> What language is that anyway?
<1> turkish
<0> 'tis a silly language
<1> why
<0> </monty python>
<0> never mind
<0> troop: Why do you have both update and insert buttons on rows selected from the database?
<2> hi all
<2> anyone can tell me what this error means???
<0> troop: oh, never mind, it's delete not insert..
<2> Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /var/www/html/crm-ctt/functions.php on line 13818
<0> dafe: Increare memory_limit in php.ini



<0> dafe: It's set to 8M .. make it 32M
<0> ;)
<0> *Increase
<3> MarkL this is the virtualhost setting, http://pastebin.com/720598
<1> look -> if there is a data, will be show update and delete button, and under line, empty box and insert button
<2> ok i will
<2> !!
<0> Meaw: Is there a NameVirtualHost above that ?
<3> nope MarkL
<0> Meaw: What is Listen set to ?
<3> 443
<2> should i restart apache???
<0> dafe: Yes
<0> Meaw: Try *:443
<1> MarkL: http://www.kartkabul.com/x.gif
<0> troop: Yeah, s'k
<2> ok thanks
<3> set Listen *:443 ?
<0> yeah
<3> Starting apache 2.0 web server...[Mon May 15 16:57:35 2006] [error] VirtualHost _default_:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
<0> Are you 100% there's not a NameVirtualHost in there somewhere?
<3> yes
<3> i make search
<3> only 2 results
<3> of virtualhost
<4> it could be in another file
<0> Is this httpd.conf or ssl.conf ?
<3> ssl.conf
<4> grep your entire apache config dir
<0> ah
<0> Meaw: Check httpd.conf
<0> Meaw: As that includes ssl.conf
<5> hi all, very quick question. If I embed a hidden <input> in a form like <input name="session_name" value="session_value" /> will php seamlessly use that if, say, cookies are turned off on the client ?
<0> lo Davey btw ;)
<4> Hey MarkL
<0> lizards_online: No
<3> httpd.conf only had 5 lines
<2> it work!
<5> mark - ah, damn :)
<6> anyone around NY (primarily syracuse, rochester, albany) know of a good place for a 5 day training for PHP ?
<0> lizards_online: If you have session.use_trans_sid On then PHP will auto put the session id in the url if cookies are off
<4> lizards_online: and in forms
<5> mark - that's the problem, I have no idea if the server will have trans-id on or not... Hmmm
<4> so, fake it
<7> only 5 lines in httpd.conf? Holy missing configs batman!
<4> lizards_online: your input will work if you use session_name() and session_id()
<3> mark this is httpd.conf file http://pastebin.com/720618
<8> Is there a way to use the same mysql_query for multiple while loops? and is this the perfered method?
<5> davey - ok, I'll check that out.. thanks
<0> Meaw: Ugh
<7> meaw: what apache version are you using?
<4> marcrosoft: hunh?
<0> Meaw: So which .conf file is all the 'good' stuff in?
<3> i just install the debian sarge package apt-get install apache2
<4> Meaw: grep -R "NameVirtualHost" /etc/apache
<0> Meaw: What does grep -irl 'ssl.conf' * show?
<0> Or Davey's one ;)
<3> /etc/apache isn't exist
<3> it's etc/apache2/
<4> oh, sorry :)



<8> Davey`, mysql_fetch_***oc <== maybe this is what i need?
<4> marcrosoft: I have no idea wtf you're talking about
<1> <input type="hidden" name="id['.$i.']" value="'.$yaz['id'].'">
<3> Davey`,
<4> please don't paste a bunch of lines.
<3> /etc/apache2/sites-available/default:NameVirtualHost *
<4> there you have it
<3> and
<3> /etc/apache2/sites-enabled/000-default:NameVirtualHost *
<1> ok Davey
<4> sites-available is the real fiel, the other is a symlink
<3> yes
<0> troop: You want something along the lines of http://pastebin.com/720627
<3> but there is no NameVirtualHost in file /sites-available/ssl.conf
<0> Meaw: So remove the 443 from ssl.conf
<0> Meaw: It's listening on that port anyway, so you should be able to remove the :443 bit
<3> yeah
<3> this line?
<3> Listen *:443
<0> Make that Listen 443
<3> ok
<0> And in the VirtualHost line remove the :443
<3> <VirtualHost _default_:443>
<0> <VirtualHost _default_>
<3> so it'll be <VirtualHost _default>
<3> oh ok
<3> it says Starting apache 2.0 web server... failed!
<0> But that mixing * ports error has gone?
<3> yeah it has gone
<0> ok
<0> Check the apapche log file, or /var/log/messages for anything relevant when you start apache
<6> anyone around NY (primarily syracuse, rochester, albany) know of a good place for a 5 day training for PHP ?
<9> chopchop: did you look/contact at nyphp.org
<1> if i say something MarkL , do you angry
<0> troop: Nope, cause I'm off to sleep in 5 minutes ;)
<0> troop: What's up?
<1> it doesnt run
<1> :(
<1> i dont know php really
<3> [Mon May 15 17:15:26 2006] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
<0> troop: pastebin what you have
<3> it's in /var/log/apache2/error.log
<1> i used your code
<1> http://pastebin.com/720627
<0> Meaw: Sounds like a problem with the ssl keys
<7> meaw: does "httpd -DSSL -t" look bad at all?
<1> it doesnt update
<0> Meaw: A note for that error says, "Take care not to mix up the csr (certificate signing request) and crt (the signed certificate) in the ssl.conf file. Correcting this and restarting apache solves the problem."
<0> troop: You did put mysql_query($update) or die(mysql_error()); in right?
<0> troop: And also echo $update; to make sure it looks ok
<1> ay
<0> troop: Do you check for $_POST['func'] == 'guncelle' somewhere before you do the update ?
<3> what if i dont wanna use ssl at all MarkL
<1> nothing do
<0> troop: Your pastebin code can't be your complete script .. i need to see that
<3> i wanna remove this all i just use apache2 and redirect the htdocs file in /var/www/
<1> okey
<0> Meaw: Comment out the Include ssl.conf line wherever it is
<1> http://pastebin.com/720650
<1> haaaaaaa
<0> troop: Change if ($_POST[func] =="guncelle") to if (substr($_POST[func], 0, 8) =="guncelle")
<0> troop: Cause now you have guncelle1 guncelle2 guncelle3 etc, one for each row
<1> update promosyon set firma = '', rota = '',fiyat ='' where id =''
<10> noR previously told me how to use a variable inse another variables name ${'number_'.$i}. It worked but when i had to wrap it into "" for an sql entry it didnt work.
<10> inside*
<0> troop: Oops, change $rnum = substr($_POST['func'], 0, 8); to $rnum = substr($_POST['func'], 8);
<0> troop: Don't forget I couldn't test this as I don't have your db etc, so it's off the top of my head :o
<11> Tyaneas: concatenate instead, "foo='".${'number_'.$i}."'
<0> Tyaneas: Ina mysql entry 'string' use "{${'number_'.$i}}" .. ie wrap it in {}
<1> MarkL: i want to kiss you
<1> it runs
<0> Please don't :o
<1> :=)


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

hiden in gaim
leleobhz
#kde
xmms-mp3 for opensuse
Can't locate HTTP/Proxy.pm
firefox wont print ubuntu
forget-chrono
ubuntu shortcut to trash
#perl
kaffeine open recent



Home  |  disclaimer  |  contact  |  submit quotes