Virtualizor+WHMCSでVPS作成時のトラブルシューティング

タイトル通りの構成で、WHMCSで顧客のオーダーを受諾してVPSを作成しようとしたときに色々エラーが出た。そのトラブルシューティングの記録。

  • Server ID: 0, Reason: I have reached the max Virtual Core limit of 8 set by the Admin
    • Virtualizor側で設定したvCPU数制限に引っかかっている。virtualizor > slave setting > Create VPS IO/CPU priorityで変更できる。
  • Module Create Failed – Service ID: 2 – Error: SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‘fieldid’ cannot be null (SQL: insert into tblcustomfieldsvalues (value, relid, fieldid) values (8, 2, ?))
    • WHMCSでプロダクトの設定のcustom fieldの記入が足りない。Products/Services > (各プロダクト) > custom fieldsを最低一つは作成。select options以外は埋めないといけないかも。
  • Module Create Failed – Service ID: 2 – Error: Please specify the RAM memory Please specify the Bandwidth Please specify the Number of Cores Invalid CPU cores specified Please specify the disk space to be allocated
    • プロダクトのリソース量(vCOU数、メモリ、ストレージ)が未設定。PlanはVirtualizor側で作成する必要がある。その後、作成したプランをProducts/Services > (各プロダクト) >Module settingsから設定可能
  • Integrity constraint violation: 1048 Column ‘fieldid’ cannot be null (SQL: insert into `tblcustomfieldsvalues` (`value`, `relid`, `fieldid`) values (9, 2, ?))
    • (追記予定)

コメント

タイトルとURLをコピーしました