Jump to content

One client account shows Service ID Not Found unless product is clicked from Summary view


hekg

Recommended Posts

I have one client's account that is erratic becasue the 'products' tab shows Service ID Not Found. But if I add a new product to his account then all other products do once again show up in the products tab.

 

Then if I remove that test product and go back to the proudcts tab I see Service ID Not Found again.

 

The only way to see this client's services appear in the products tab is by clicking a product in the client's 'Summary' tab.

 

Please help

Link to comment
Share on other sites

Support dept helped me fix the problem. Here is the solution:

 

This behaviour typically suggests the service is assigned to a product that no longer exists or the packageid value is 0. Please run the following command against your WHMCS database via the SQL tab of a tool such as phpmyadmin:

 

SELECT * FROM `tblhosting`WHERE `packageid` =0

 

If it outputs any results, then it would seem to suggest my theory and you can run the following command to resolve the issue:

 

UPDATE tblhosting SET packageid = '1' WHERE packageid = '0';

 

This will assign all the affected packages to your first product (assuming productid 1 exists in the tblproducts table) so you can then view the service details and manually assign it to the correct product in the admin area.

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