[PHP] Found the problem...

2007-07-26 Thread Rob Adams
Found the problem. The piece of code was outside of a block where $db had been created, so it was a non-object the whole time... Easily fixed, but a hard error to find when I'm assuming it's my brand new class that's the problem. -- Rob Rob Adams [EMAIL PROTECTED] wrote in message

Re: [PHP] Found the problem with the libmcrypt.....

2002-10-10 Thread Scott Fletcher
Hello Tom! Oh yea, I tried the '--with-mcrypt=../mcrypt-2.6.3' option and the PHP's './configure' stopped accepting the mcrypt stuffs. After compiling and installing it. PHP got messed up and didn't work too well. It took me many times to find the workaround to it but they don't work. So, I

[PHP] Found the problem with the libmcrypt.....

2002-10-09 Thread Scott Fletcher
Found the problem with libmcrypt-2.5.3. When I configured PHP using the --with-mcrypt option and the PHP configuration found libmcrypt without a problem. After compiling and installing it. Once I fired up Apache. I checked the PHP Info using phpinfo() function. The mcrypt showed up but there

Re: [PHP] Found the problem with the libmcrypt.....

2002-10-09 Thread Tom Rogers
Hi, Thursday, October 10, 2002, 5:35:12 AM, you wrote: SF Found the problem with libmcrypt-2.5.3. When I configured PHP using SF the --with-mcrypt option and the PHP configuration found libmcrypt without a SF problem. After compiling and installing it. SF Once I fired up Apache. I checked