| |
| |
| |
|
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
Comments:
<0> perhaps start dumping the contents routinely, add some id to each session, when you see that error check the session id and see what its printing, from there you can find the problem <1> caffinated: looks promising. ty :) <0> rift: did you just transfer these files etc? <0> or edit any of them recently, or like upgrade this software, if not custom? <2> riftdesign: try reading http://abing.gotdns.com/2006/03/14/6/ and maybe chmod 1777 the session directory. <3> moosey: transfer which files? <0> like move servers or something <2> riftdesign: as I recall, it's caused by different apache processes doing session handling + garbage collection at the same time. Turning on the sticky bit may help. <3> moosey: no...this is a new development on my server <4> if I want to ***ign multiple variables the same value, is the code "$a = $b = $c = 1;" <3> tetrarch: thanks for the heads up...i am reading into it <0> ok, well that error in our support desk says is normally an upgrade problem, where the user reuploads files but for some reason one file doesnt get updated... <3> it's all done in svn <3> moosey: everything is done in subverison (svn) and the server is in sync <0> always shows up in 5.1.2 and on debian most frequently <2> riftdesign: ah, here's the page I was looking for - http://bugs.php.net/bug.php?id=20720, take a look at the last comment.
<3> moosey: i am using debian <3> hrmmm <0> i dunno, go thru your files, resave em, <shrug> <3> tetrarch: moosey: heh...thanks :( <5> guys, my extension.ini got mysql.so loaded to php, but I still got Fatal error: Call to undefined function mysql_create_db() , anyone have idea why ? <6> any thoughts on html strict vs. transitional? <7> lkthomas: is your mysql lib 4.0+ ? <5> 4.1 <7> and php's was compiled for that? what's phpinfo() say about mysql? <7> lkthomas: oh, wait <7> read php.net/mysql_create_db <7> "as noted the function is a no-go for MySQL4.1 libs" <7> just query "CREATE DATABASE foo;", which is the ANSI way anyway <5> MySQL Supportenabled <5> Active Persistent Links <5> Active Links <5> Client API version .1.19 <5> MYSQL_MODULE_TYPE no value <5> MYSQL_SOCKET /tmp/mysql.sock <5> MYSQL_INCLUDE no value <5> MYSQL_LIBS no value <5> LOL ? <5> not for 4.1 ? <8> I am experiencing the same problem as per http://bugs.php.net/bug.php?id=37436 ... where do I find the php5apache2_2.dll ? <9> hey i wrote that bug report :) <9> oops, nm, wrote the one preceeding it :) <9> snaps.php.net <9> or apachelounge.com <8> thx <9> np :) <10> what <10> oh <11> :) <12> hi all <11> TML: PM for a bit? <10> sure <12> how can i add my php-mysql module <12> to apache?? <13> I want to run an instance of mozilla from a php script. Does anyone know the settings I need to change to allow the www-data user to launch programs in X? <2> Liquid_Ic: you'll probably need to 'xhost +www-data' (or use xauth for a more secure approach). <11> dafe: PHP has nothing to do with apache... Or do you mean add the module to the mod_php? What are you running? Debian? <2> dafe: depends on o/s and setup - do you have php running with apache already? and you want to be able to use mysql with php? <12> yes <11> yes what? <12> tha is exactly what i want running mandrake 10.1 php 4.3.8 <12> i have php already running wioth apache and i want to be able to use mysql with php <2> dafe: stormchaser knows more about mandrake than i do so he'll be happy to help you :) <11> dafe: install php-mysql... that should work in most cases. <11> tetrarch: *stab* <12> i already install it <12> php-mysql <12> but it still does not work <11> dafe: locate php.ini... I believe, that there are different config files for CLI and apache... <12> ok <14> i have a file that is receiving data from a function that opens a socket, and sends data as post, but my application isnt catching the data it received as $_POST or $_GET <11> dafe: I wouldn't recommend running mandrake for a production server, tho <14> any way to get this data? <12> what should i look???
<11> tetrarch: Heh... I used to build some RPM's in the old days :) <11> dafe: `locate php.ini` <15> i am upgrading php 4.3.9 to 4.4.2 from php.net/install i did everything but phpinfo giving me old information. <11> J***i: Have you restarted apache? <15> yes Stormchaser <16> J***i, did you install it over like a rpm version of php? <11> J***i: how did you installed the new PHP? <2> Stormchaser: in that case, it's ALL YOUR FAULT and I can blame my trauma on someone at last! <15> yes i m installing it over rpm version <12> but inside php.ini??? <12> what should i look for??? <16> then you installed php to /usr/local and not /usr <15> tell me how <11> dafe: extension=mysql.so... If it doesn't exist, add it. <11> J***i: Have you compiled php or have you found other packages? <15> compiled <17> Hey guys -- how do I install a PEAR module? <17> I have to install Crypt_CBC <12> extension_dir = /usr/lib/php/extensions <11> tetrarch: You're right. It's my fault. But only if you used kmessedwords. <4> pear install modulename <12> in that dir is mysql.so <4> :P <12> is that rigth or i should add extension=mysql.so explicitly??? <15> tell me Stormchaser <11> J***i: Then 2 questions: 1) have you enabled APXS and 2 what is the install path? <17> Thanks wrmachin3!!!!! Worked great :-) <15> i dont know how to enable apxs <4> reading the docs works wonders <11> J***i: ./configure --help <14> hm, my script is receiving post data, I did a dump of the $_SERVER variable, and I see in 'request_method' that it was POST method sent, but when I dump the $_POST variable, nothing shows... <14> any ideas? <11> beerdeliveryguy: Do you post anything? <14> im posting from my local server to a remote file <14> the remote file is the one giving me the problems receuvubg tge data <14> receiving* <15> stormchaser please tell me step by step <14> the* <11> J***i: php.net/install <15> i did it from php.net/install <11> J***i: no you didn't... <15> ok Strolchaser <15> i will tell you. <15> i hv RHEL 4.0 <15> php 4.3.9 is already installed from rpm <15> now i downloaded php.4.4.2.tar <15> now i run ./configure <15> make <15> make install <15> m i right stromchaser <11> http://us2.php.net/manual/en/install.unix.php#install.unix.apache <-- OMGWTFLOLBBQ <18> what is the best way to parse an xml tag like, <media:pdf id="12" title="blah" /> so can get it's arguments whatever they are and no matter what order? Is there a native function or should I just use preg_split or something? <16> J***i, is there a reason you need 4.4? <16> certain function not in 4.3 <11> J***i: I'm sorry, I don't understand 'stupid'... Talk english, please. <19> Hi All <11> woof <15> i had go through given link. <11> J***i: Can I tell you that you didn't? <19> I'm trying to do a simple php authentication system, but even with just the two header lines, the authentication window keeps coming up no matter what I put in for the user name and p***word <11> J***i: The given link specifies '--with-apxs', which you failed to use. Anything else you can tell me? <15> yes please <15> yes <19> http://pastebin.com/719055 <20> Umm... I have UTF-8 encoded index.php and I can't use session_start() because of that. If I encode it in ANSI, it works fine. <19> that is all the code I have <15> my system is giving me error when i compiled with --with-apxs <11> J***i: do you *have* apxs? <7> J***i: did you install the apache dev package? <19> but it keeps asking for authentication over and over without echoing the two lines <15> i dont hv <15> apxs <11> !tell J***i about enter
Return to
#php or Go to some related
logs:
#perl arp -a hw address incomplete #css ubuntu devault root password reading data::dumper eval array object #linux logitech-applet fedora gentoo konsolerc #python Webmin needs to know your MySQL
|
|