ispCP - Board - Support
I can't create hosting plans - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: I can't create hosting plans (/thread-10581.html)



I can't create hosting plans - mike548141 - 04-30-2010 09:45 PM

Hi,

Server: OpenSuse 11.1

When I login as admin or a reseller and try to create a hosting plan it does nothing. I fill in all the fields and press the button and it takes no action, gives no errors etc...
If I don't fill in a field e.g. maximum aliases then it does error when I press the button.

Looking at the database table for hosting there is nothing in there.

Nothing in the logs to indicate an issue, is there something I can enable to debug/diagnose the issue?

Also could someone post me the layout/syntax of the data to enter in the field. In the mean time I can enter the fields into the table manually using a SQL insert.

Thanks,

MC


RE: I can't create hosting plans - mike548141 - 05-01-2010 02:35 AM

Incase its useful to anyone the table data format for hosting_plans in ispCP v1.0.5 is
Quote:+----+-------------+-------------+--------------------------------------------+-------------+-------+-----------+-------+---------+--------+
| id | reseller_id | name | props | description | price | setup_fee | value | payment | status |
+----+-------------+-------------+--------------------------------------------+-------------+-------+-----------+-------+---------+--------+
| 2 | 2 | My plan name | _yes_;_yes_;0;0;0;0;0;0;10;10;_full_;_yes_ | My Description | 10.00 | 10.00 | NZD | Cash | 1 |
+----+-------------+-------------+--------------------------------------------+-------------+-------+-----------+-------+---------+--------+

MC