mvvmgroup Posted July 12, 2015 Share Posted July 12, 2015 Hello, This is a clean install of WHMCS via hosting provider's Softaculous script. Install completes with no issues reported... I am able to login as admin, but most settings will not save although it confirms with a "successfully saved" message. The other issue I am having is when adding products... I am able to create a group, but when adding a product and selecting "continue", I get the following message (error reporting enable via configuration.php). Fatal error: Call to a member function getUpgradeProductIds() on a non-object in /home/mrandm8/public_html/admin/configproducts.php on line 0 Any suggestions or advice would be much appreciated. PHP Version 5.5.26 Zend Engine v2.5.0, Copyright © 1998-2015 Zend Technologies with the ionCube PHP Loader v4.6.1 Regards, Miguel 0 Quote Link to comment Share on other sites More sharing options...
mysmallbizu Posted July 13, 2015 Share Posted July 13, 2015 Similar here.. Any config or creation of new products throws.... Fatal error: Cannot redeclare _createCustomer() (previously declared in /home/fullsupp/public_html/members/modules/servers/resellerclubmdhosting/resellerclubmdhosting.php:423) in /home/fullsupp/public_html/members/modules/servers/resellerclubresellerhosting/resellerclubresellerhosting.php on line 550 It was tested with both Reseller club active inactive and now domains available for purchase but still same error... 0 Quote Link to comment Share on other sites More sharing options...
freemind Posted July 13, 2015 Share Posted July 13, 2015 Edit File /home/fullsupp/public_html/members/modules/servers/resellerclubresellerhosting/resellerclubresellerhosting.php Add check if functione already declare or not as resellerclub other files have same function so add check before function function _createCustomer($params) if( !function_exists('_createCustomer') ) { //Functions } 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 15, 2015 WHMCS Support Manager Share Posted July 15, 2015 Hi, The after-market ResellerClub Hosting modules seem to be incompatible with v6.0, we've seen lots of reports of these errors. Removing the modules from the /modules/servers directory will allow the pages to load. 0 Quote Link to comment Share on other sites More sharing options...
InterServed Posted July 15, 2015 Share Posted July 15, 2015 Months of tests/betas/rcs to upgrade to a very buggy product , feels the same buggy product that was presented at WHD booth. Can't believe this actually reached GA state. Changes to your QA process are sure needed. 0 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.