Hello All,
I have a problem where we tried to install mod_security for apache, failed
and backed out of the install.
Were not sure if that's what did it, but when we run certain php scripts
they are no longer working, giving us blank screen ( web browser screen ) no
errors in http error log or
On Fri, Feb 18, 2011 at 06:06, Michael Simiyu wrote:
> am using jcart but would like to customize the gateway.php file to use
> another payment gateway instead of paypalany help from the community ?
Doubtful. Contact someone at jcart instead --- it's not related
to general PHP stuff.
--
am using jcart but would like to customize the gateway.php file to use
another payment gateway instead of paypalany help from the
community ?
On Fri, January 25, 2008 4:06 am, Don Don wrote:
> The db structure is a little complicated hence the duplication of
> usernames.
A complicated DB is all the MORE reason not to duplicate data...
Stop typing and start thinking, because you are building up a mess
that WILL bite you in the butt in
Hi Richard, I'll try out your suggestions and will let you know if i had any
luck.
The db structure is a little complicated hence the duplication of usernames.
Cheers
Richard Lynch <[EMAIL PROTECTED]> wrote: Just take out member_id = '%s' and use
friendWIthId = '%s' instead.
Actually, I think y
Just take out member_id = '%s' and use friendWIthId = '%s' instead.
Actually, I think you may need to swap member/friendwith as well...
But why you are storing everybody's NAME twice is beyond me...
Or maybe I'm guessing wrongly what the fields are...
On Thu, January 24, 2008 10:49 am, Don Don
Hi all I have a table below
CREATE TABLE `friends` (
`id` int(11) NOT NULL auto_increment,
`member_id` int(11) NOT NULL,
`member` varchar(32) NOT NULL,
`friendwith` varchar(32) NOT NULL,
`friendWithId` int(11) NOT NULL,
`status` varchar(32) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyIS
I will start with removing obsolete references from my code. But if the
problem persist, could you please try to find some time to look at the issue
with me. Thank you for the support so far. I'll be back here in one or two
days
Have a nice evening!
On 11/23/05, Jochem Maas <[EMAIL PROTECTED]> w
eric van blokland wrote:
1. Overengineering perhaps...
2. Reinventing the wheel? Probably, but I just like to know every single
"bit" of the wheel I use
hmm, did you build your own PC? and the CPU did you build that? do you
know exactly how it works? me niether.
3. I do get confused every n
1. Overengineering perhaps...
2. Reinventing the wheel? Probably, but I just like to know every single
"bit" of the wheel I use
3. I do get confused every now and then about PHP5 OO
4. References everywhere? Yes, the code was originally written for PHP4 I
have already started removing them, but ser
eric van blokland wrote:
LOL @ Jochem
Well I sure can't argue with that! (serious)
But with or without comments, the code is broken or breaks
something. I've tracked down the weird bevahiour a little further. Now I
would sure like, if one of you has about 30 minutes time to look at my
prob
LOL @ Jochem
Well I sure can't argue with that! (serious)
But with or without comments, the code is broken or breaks something. I've
tracked down the weird bevahiour a little further. Now I would sure like, if
one of you has about 30 minutes time to look at my problem with me, using
VNC and Skype
Eric,
everything you have written suggests to me that the problem is in your code
(that may be being caused by changes to the engine, which have either removed
an ability due to the fact that it was dangerous [e.g. reference issues], or
abilities that have been changed because they were deemed wr
[snip]
1. That's what I've warned about from the beginning, that outside the
complete project environment the error probably wouldn't occur.
2. I understand this completely, naturally. I would like to thank everybody
spending time in reading my posts, particulary you, Jay. But that's why I
would l
1. That's what I've warned about from the beginning, that outside the
complete project environment the error probably wouldn't occur.
2. I understand this completely, naturally. I would like to thank everybody
spending time in reading my posts, particulary you, Jay. But that's why I
would like to g
[snip]
Example is still quite large, all database functionality and other arbitrary
code has been stripped. Over 50.000 lines of code have been reduced to a few
hundred. Example can be downloaded here:
http://213.10.83.232/example.tar
Explanation of example:
- When you load index.php, the involv
Example is still quite large, all database functionality and other arbitrary
code has been stripped. Over 50.000 lines of code have been reduced to a few
hundred. Example can be downloaded here:
http://213.10.83.232/example.tar
Explanation of example:
- When you load index.php, the involved obje
[snip]
I've got some example code on what I'm doing, however, as I expected, the
error is gone!
All involved objects were taken from the project, but not related code has
been stripped-off. (Which means that some of that "at code level not related
code" is in fact "related at compiler level". I s
I've got some example code on what I'm doing, however, as I expected, the
error is gone!
All involved objects were taken from the project, but not related code has
been stripped-off. (Which means that some of that "at code level not related
code" is in fact "related at compiler level". I still sus
-- Forwarded message --
From: eric van blokland <[EMAIL PROTECTED]>
Date: Nov 23, 2005 2:44 PM
Subject: Re: [PHP] Assistance debugging php 5.x.x
To: Jay Blanchard <[EMAIL PROTECTED]>
On 11/23/05, Jay Blanchard <[EMAIL PROTECTED]> wrote:
>
> [snip]
> I
[snip]
Object A has Object B, while Object B has a "parent" attribute which is
referenced back to its parent: Object A
Cross-referenced:
Object A has a child Object X, Object B also has a child, it's a reference
to the very same Object X
The dizzy making thing here? Object B is also a child of O
[snip]
I understand your point, but I can't offer you the project as it's company
property. Again, I will try to make a reproduce/example script.
Meanwhile, try to believe my assumption that the PHP compiler is broken
because:
[/snip]
Have you thought about sending your description of the problem
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message *
news:<[EMAIL PROTECTED]
>...
> On Tue, Nov 22, 2005 at 07:41:10PM +0100, Eric wrote:
> > I would like to have some assistance in debugging php. It's about a
> > bug in php not a script of mine.
>
> First off there is a big difference between
On Tue, Nov 22, 2005 at 07:41:10PM +0100, Eric wrote:
> I would like to have some assistance in debugging php. It's about a bug in
> php not a script of mine.
First off there is a big difference between 5.0.x and 5.1.x as well
as 5.0.1 and 5.0.5, what version are we talking about?
>
> I can't po
[snip]
No, I understand perfectly. There is a point at which the code breaks, is
there not? There are error messages, are there not? You cannot unequivocally
state that the PHP compiler is broken until the code has been evaluated. We
are trying to help you here, but you have to show us something. W
[snip]
It sounds like you are storing an object property sometimes as a
string, and sometimes as an array.
[/snip]
I can assure you, this has nothing to do with this issue, the only
type-juggling I do once in a while is byte/int/long/double/string
--
PHP General Mailing List (http://www.php.net/
[snip]
I think you don't understand completly, the project exists out of tens of
thousands lines of code.
- I don't have a short reproduce script
- I don't know if it's possible to create one, however, i'll try
My code may appear to be weird, but it's no broken. The php compiler is
broken though a
[snip]
Give us an example of the code where it breaks and also any error messages.
That will give us a starting point.
[/snip]
I think you don't understand completly, the project exists out of tens of
thousands lines of code.
- I don't have a short reproduce script
- I don't know if it's possible
On Tue, November 22, 2005 2:37 pm, Eric wrote:
> $this->title=$this->B[$key]->title;
While this is SUPPOSED to work in PHP 5, it would be my first suspect
of under-tested code.
Try this:
$temp = $this->B[$key];
$this->title = $temp->title;
> This is not a typo, the key mysterialy changed to "Ned
[snip]
If anyone is still interested in helping me, please let me know, tell me
what you need, what you intend to check, a guess about the cause of the
issue?
[/snip]
Give us an example of the code where it breaks and also any error messages.
That will give us a starting point.
--
PHP General Ma
That's just one of the problems, it's about a project with over tens of
thousands lines of code. As I said before, I don't know whats the exact
cause. There are so many variables that contribute to this issue and of most
of them I don't understand why they contribute. However, I'm convinced the
php
[snip]
This is "globally" what happens. If you're insterested in this issue,
willing to help me and if you think yourself to be cappable of helping me.
Please contact me by responding to this post or contact me directly:
[/snip]
There are several on this list who are willing and capable of helping
I would like to have some assistance in debugging php. It's about a bug in
php not a script of mine.
I can't post a bug report as I do not "exactly" know why my code is
suffering from a php bug. It's related to a "very" complex objects-model
where objects, cross-referenced, wake up from a session.
Hello,
I am sorry for the embarrassment this letter might cause you as we have not had any
correspondence before this letter. I got your address through my nephew with
Nigerian Military Chamber of Commerce industry and Mining during my research for a
reliable and trustworthy partner who l can
DR MATTHEW LOUN.
BRANCH MANAGER,
UNITED BANK FOR AFRICA PLC
LAGOS ISLAND BRANCH
LAGOS NIGERIA
TELL:234-803-300-3032
EMAIL:[EMAIL PROTECTED] or [EMAIL PROTECTED]
ATTN:PRESIDENT/C.E.O
I am pleased to get across to you for a very urgentand profitable business
proposal,Though I don't know you neithe
On Mon, 1 Oct 2001 [EMAIL PROTECTED] wrote:
> FROM: MARIAM ABACHA
>
> Dear friend,
*snicker* They aren't content with good old postal mail (my parents'
company used to get these ALL the time!) - they've gone electronic!
Wonder if I can create a killfile for that kind of mail. Wonder how
many
FROM: MARIAM ABACHA
Dear friend,
Following the sudden death of my husband, Late General
Sanni Abacha, the former head of state of the federal
Republic of Nigeria in June 1998, I have been thrown
into a state of utter confusion, frustration and
hopelessness by the present civilian adminis
.html
> -Original Message-
> From: Christian Reiniger [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, September 24, 2001 11:12 AM
> To: Tim Ward; [EMAIL PROTECTED]
> Subject: Re: [PHP] Assistance Please - Two-Dimension Arrays
>
> On Monday 24 September
On Monday 24 September 2001 11:15, Tim Ward wrote:
> " Congratulations. You just described a multidimensional array :-) "
>
> No he didn't ... a 2 dimensional array would have a set 2 dimensional
> structure. Each row would have to have the same number of columns. An
> array of arrays may be built
eptember 2001 11:38
To: Jason G.; Mark van Proctor; [EMAIL PROTECTED]
Subject: Re: [PHP] Assistance Please - Two-Dimension Arrays
On Sunday 23 September 2001 06:54, Jason G. wrote:
> Mark,
>
> PHP, at this point, does not support MultiDimens
On Sunday 23 September 2001 06:54, Jason G. wrote:
> Mark,
>
> PHP, at this point, does not support MultiDimension arrays. However,
> you can get around this by placing array's inside arrays.
>
> Thus:
>
> $myarray[0] = array("element00", "element01","element02");
> $myarray[1] = array("element10
Mark,
PHP, at this point, does not support MultiDimension arrays. However, you
can get around this by placing array's inside arrays.
Thus:
$myarray[0] = array("element00", "element01","element02");
$myarray[1] = array("element10", "element11","element12");
$myarray[2] = array("element20", "el
I'm trying to fill information that i read out of files into a 2 dimensional
array.
My main problem (i think) is that i dont know how to declare a 2 dimensional
array prior to adding parts to it.
Especially since the size of each internal array and the external array are
all picked up from the fil
Hahahaha !!
I've received s many of these e-mails...
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___+-
On 6 Aug 2001, ke
Well, interesting to see this coming out of Togo; most of these scams have
originated from Nigeria. The incredible thing is that there are always
those whose greed overwhelms reason; hope there aren't any on this list.
If so, kiss goodbye to whatever $$ you have in that bank account.
For my p
FROM: MR.KELVIN NZE.
AUDITING AND ACCOUNTING UNIT.
FOREIGN OPERATIONS DEPARTMENT.
BANQUE TOGOLAISE POUR LE COMMERCE ET L'INDUSTRIE,
LOME- TOGO. TEL:(228)04-45-26.
Dear sir,
I am Mr.KELVIN NZE, the director in charge of
auditing and accounting section of Banque Togolaise
Pour le Co
FROM: MR.KELVIN NZE.
AUDITING AND ACCOUNTING UNIT.
FOREIGN OPERATIONS DEPARTMENT.
BANQUE TOGOLAISE POUR LE COMMERCE ET L'INDUSTRIE,
LOME- TOGO. TEL:(228)04-45-26.
Dear sir,
I am Mr.KELVIN NZE, the director in charge of
auditing and accounting section of Banque Togolaise
Pour le Co
47 matches
Mail list logo