Jump to content

Product addon not saved


shivahost

Recommended Posts

I updated whmcs from 4 -> 6

 

then I installed a new whmcs 6 and all my custom modules like a new web site/

 

after all I imported clients, services, tickets , domains and etc. tables from old updated DB to into new installed DB.

 

it is about mount ago! every thing works fine but "products addons" have this problem!

Link to comment
Share on other sites

Hi,

Please enable the Setup > General Settings > Other tab > MySQL Debug mode, reproduce the error, switch of MySQL Debug.

Then navigate to Utilities > Logs > Activity Log, and let me know whether you see any MySQL Errors recorded.

 

thanks for your help:

 

Capture.JPG

 

- - - Updated - - -

 

two first errors are from going to "configaddons.php"

 

other errors are from saving aadon!

 

- - - Updated - - -

 

and this is my DB structure

 

Capture2.JPG

 

not complete table!

 

- - - Updated - - -

 

So I need a query to build complete table! which is not in whmcs/install/sql/install.sql

Link to comment
Share on other sites

  • WHMCS Support Manager

Hi,

Below is the structure of the tbladdons table as of v6.2:

 

CREATE TABLE IF NOT EXISTS `tbladdons` (
 `id` int(10) NOT NULL AUTO_INCREMENT,
 `packages` text NOT NULL,
 `name` text NOT NULL,
 `description` text NOT NULL,
 `billingcycle` text NOT NULL,
 `tax` text NOT NULL,
 `showorder` text NOT NULL,
 `downloads` text NOT NULL,
 `autoactivate` text NOT NULL,
 `suspendproduct` text NOT NULL,
 `welcomeemail` int(10) NOT NULL,
 `weight` int(2) NOT NULL DEFAULT '0',
 PRIMARY KEY (`id`),
 KEY `name` (`name`(32))

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