News:

Wondering if this will always be free?  See why free is better.

Main Menu

Fatal error: Cannot redeclare class ps_worldpay

Started by Thunderace, May 29, 2005, 09:23:39 AM

Previous topic - Next topic

[Unknown]

It means that a class is being defined twice.  Like this:

class abc
{
}

class abc
{
}

The same error would occur for functions.  In any case, it may mean you still have old files lingering about in your installation of the shop thing this is coming from.

-[Unknown]


Advertisement: