hetmana Posted February 28, 2004 Share Posted February 28, 2004 Fatal error: Cannot redeclare class paysystems in /home/h-103com/public_html/catalog/includes/modules/payment/paysystems.php on line 12 So I am still fairly new to working in PHP. I just attempted to install the PaySystems module for MS2. This is the message that sits atop the page when I try to access my Payment Modules page through the admin panel. Released under the GNU General Public License */ class paysystems { var $code, $title, $description, $enabled; // class constructor function paysystems() { global $order; Line 12 is " class paysystems {" Any help would be appreciated. Off to hunt down answers as to how to lock down my admin directory so the average bumpkin looking for open admin directories doesn't reconfig my catalog while I'm sleeping... Quote Link to comment Share on other sites More sharing options...
aaron smith Posted April 3, 2004 Share Posted April 3, 2004 (edited) I am having the same exact problem. I drop file into directory and there are 2 errors with catalog/includes/language/english/modules/payment/paysystems.php and then when I also drop paysystems.php into this folder I get the same error as you. Edited April 3, 2004 by aaron smith Quote Link to comment Share on other sites More sharing options...
aaron smith Posted April 7, 2004 Share Posted April 7, 2004 I still have not figured this out, any help? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.