Re: [PHP] Magento shows blank page.

2009-09-03 Thread Ricky Tompu Breaky
createDirIfNotExists() on a non-object in /var/www/html/magento/app/Mage.php on line 644 ". Please keep telling me, where is the mistake. Thank you very much. === On Fri, 4 Sep 2009 03:01:08 +0700 Ricky Tompu Breaky wrote: > Dear Ashley. > > Firstly, thank you very much for you

Re: [PHP] Magento shows blank page.

2009-09-03 Thread Ricky Tompu Breaky
tell me what problem is it actualy? On Thu, 03 Sep 2009 20:35:31 +0100 Ashley Sheridan wrote: > On Fri, 2009-09-04 at 02:34 +0700, Ricky Tompu Breaky wrote: > > Dear my friends, > > > > Anybody has ever the same experience as I am having now with PHP5CG

[PHP] Magento shows blank page.

2009-09-03 Thread Ricky Tompu Breaky
Dear my friends, Anybody has ever the same experience as I am having now with PHP5CGI and Magento? I'm using Apache, MySQL and Mandriva 2009.1. What I've done is: 1. Downloaded the Magento from: http://www.magentocommerce.com/getmagento/1.3.2.3/magento-1.3.2.3.zip and some other from is from: ht

[PHP] Re: PHP-->on MyMarket can not get username variable value from session.

2009-09-01 Thread Ricky Tompu Breaky
Dear Shawn. Hooray, you've solved my problem. Thank youveryverymuch. I really appreciate it. Thanks, Buddy. === On Tue, 01 Sep 2009 16:22:39 -0500 Shawn McKenzie wrote: > Ricky Tompu Breaky wrote: > > Dear my friends, > > > > I am learning a PHP implem

[PHP] PHP-->on MyMarket can not get username variable value from session.

2009-09-01 Thread Ricky Tompu Breaky
Dear my friends, I am learning a PHP implementation with MyMarket now. I got it from http://sourceforge.net/projects/mymarket/files/mymarket/mymarket-1.72/mymarket-1.72.tar.gz/download . I have installed and configured its '/var/www/html/mymarket/application.php' to the login account of my MySQL

Re: [PHP] Re: Install PHPMyAdmin with urpmi

2009-09-01 Thread Ricky Tompu Breaky
Dear my friend, Shawn... Hoorayit works Thank you very much Shawn Thank you...Thank you...Thank you...Thank you...1000x On Tue, 01 Sep 2009 13:14:56 -0500 Shawn McKenzie wrote: > Ricky Tompu Breaky wrote: > > Hi, hack. > > > > The result is: "Fail

Re: [PHP] Re: Install PHPMyAdmin with urpmi

2009-09-01 Thread Ricky Tompu Breaky
Hi, hack. The result is: "Failed". I don't know why my PHP module does not talk to my MySQL. Please keep telling me. On Tue, 1 Sep 2009 12:08:08 +0800 hack988 hack988 wrote: > Use follow codes for test your php,php_mysql is work well. > use your ip replace localhost,your mysql port replace 33

Re: [PHP] Re: Install PHPMyAdmin with urpmi

2009-08-31 Thread Ricky Tompu Breaky
another possibility? Please keep telling me. === On Tue, 1 Sep 2009 04:52:55 +0800 hack988 hack988 wrote: > Are u set auth_type to config? > $cfg['Servers'][$i]['auth_type'] = 'config'; > > 2009/9/1 Ricky Tompu Breaky : > > Dear Shawn. > > >

[PHP] Re: Install PHPMyAdmin with urpmi

2009-08-31 Thread Ricky Tompu Breaky
can I know that? Please keep telling me. Thank you very much in advance. === On Mon, 31 Aug 2009 15:27:30 -0500 Shawn McKenzie wrote: > Ricky Tompu Breaky wrote: > > Dear my friends, > > > > I've downloaded and installed PHPMyAdmin. I use Apache2 and Mandriva

[PHP] Install PHPMyAdmin with urpmi

2009-08-31 Thread Ricky Tompu Breaky
Dear my friends, I've downloaded and installed PHPMyAdmin. I use Apache2 and Mandriva 2009.1. I have defined in the file of '/var/www/phpmyadmin/libraries/config.default.php' this things: " $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'mypassword'; ". I've done: " gran

Re: [PHP] Clear POST variables on page refresh

2005-02-03 Thread Ricky Morley
You're wonderful. Thank you very much. On Thu, 3 Feb 2005 13:02:14 -0800 (PST), Richard Lynch <[EMAIL PROTECTED]> wrote: Ricky Morley wrote: Richard Lynch <mailto:[EMAIL PROTECTED]> on Thursday, February 03, 2005 11:26 AM said: A simple thing to do is to put an md5 hash i

Re: [PHP] Clear POST variables on page refresh

2005-02-03 Thread Ricky Morley
Richard Lynch on Thursday, February 03, 2005 11:26 AM said: A simple thing to do is to put an md5 hash into the POST data, then only do the insert if that md5 hash isn't already "used" when they hit refresh. Thank you for your responses. One question: If I were to use

[PHP] Re: select-option link list

2005-01-19 Thread Ricky Morley
Like this. Here's the html code. I'm sure you can convert to the appropriate PHP http://www.google.com";>Google http://www.yahoo.com";>Yahoo http://www.microsoft.com";>MS On Wed, 19 Jan 2005 20:10:25 +0200, William Stokes <[EMAIL PROTECTED]> wrote: Hello, Hope someone can give some d

[PHP] PHP and Kerberos5 Single Sign-on

2004-02-13 Thread Ricky Boone
t find anything that would do the same with PHP. Any ideas? -- Ricky Boone <[EMAIL PROTECTED]> Planetfurry.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] ldap_search() question

2003-11-24 Thread Schechter, Ricky
WORKED! You've got it. I had to use the "$attr = "userPassword";" attribute in my case. Thank you very much, Kelly! Ricky -Original Message- From: Kelly Hallman [mailto:[EMAIL PROTECTED] Sent: Sunday, November 23, 2003 12:08 PM To: Schechter, Ricky Cc: '

[PHP] ldap_search() question

2003-11-22 Thread Schechter, Ricky
Do I use ldap_search to authenticate users in LDAP? I can successfully search the LDAP and retrieve user's data based on a search criteria like (cn=something). If I use (password=somepass) or (userPassword=somepass) in the search criteria it comes back with no hits. How should this be done? D

[PHP] problem with array and session

2002-08-12 Thread Ricky
Hello everybody I'd like to make a page in which the results shown can be bookmarked by clicking a button aside each of them. Actually first it should check if the session is open already ... Then if that item(that comes from a query to a MySQL table) has been registered already, finally it reg

[PHP] Re: PHP Security Advisory: Vulnerability in PHP versions 4.2.0

2002-07-23 Thread Ricky Dhatt
/usr/local/apache/bin/apachectl restart Hmm...is the configure step really necessary? --Ricky -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Passing Special Characters In url

2002-07-22 Thread Ricky
Hi, I am having problems passing variables in a url specifically when there is an & sign. Any suggestions? Rick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP 4.3.0-dev and gd

2002-07-11 Thread Ricky Dhatt
You need to use --with-gd=php to use the built-in gd library. "Kevin Waterson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > trying to get the built in gd to work without luck > I am using redhat and it has gd 1.8.4(or something) > but the newer compiled vers

[PHP] Re: sendmail_path help

2002-07-11 Thread Ricky Dhatt
function? > > mail("[EMAIL PROTECTED]", "Errors", $ObjectGET->EMAIL, // doesn't have to > be an object > "From: [EMAIL PROTECTED]\n" > ."Reply-To: [EMAIL PROTECTED]\n" >."X-Mailer: PHP/" . phpversion()

[PHP] sendmail_path help

2002-07-10 Thread Ricky Dhatt
s when I do this, my emails go in to oblivion. I've tried other paths/options like "/usr/sbin/sendmail -oi -t -odq" and it works just fine. I've tested my path in a perl script so I'm sure it's correct; I'm sure my permissions are correct...any ideas? --Ricky [1]

[PHP] Re: PHP & gd-2.0

2002-07-10 Thread Ricky Dhatt
I've done it, and it's quite a pain. Try http://www.php.net/~rasmus/gd.html and look for Rasmus's posts on google groups for some insight. One problem I had was that configure kept finding old gd's; I had go thru my system and rename them temporarly to get it to work. "Mike" <[EMAIL PROTECTED]>

[PHP] ZEND API

2001-08-29 Thread Ricky Dhatt
Hopefully someone here can help... I'm writing my own extension and using the Zend API docs at Zend.com. They are very vague on using resources. I can create them just fine, but the docs leave out exactly how access the resource data later. I've been looking at ext/curl/curl.c and ext/crack/crack