Jump to content

Unable to save settings or add products in v6.0


mvvmgroup

Recommended Posts

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

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

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

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated