Current time: 07-03-2024, 05:30 AM Hello There, Guest! (LoginRegister)


Post Reply 
New ispCP Software Installer *RC1*
Author Message
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #164
RE: New ispCP Software Installer *RC1*
Hi Kika...
I think ik now why you get this error...
The problem come with the hostingplans!
If you have build some hostingplans there is a sql-row like this
Code:
_yes_;_yes_;0;0;0;0;0;0;0;0;_no_;_no_
This are an original before installing the software installer...

The problem come after installing...
In the domain_edit.php you will find this
Code:
list(
                $hp_php,
                $hp_cgi,
                $hp_sub,
                $hp_als,
                $hp_mail,
                $hp_ftp,
                $hp_sql_db,
                $hp_sql_user,
                $hp_traff,
                $hp_disk,
                $hp_backup,
                $hp_dns,
                $hp_allowsoftware
            ) = explode(";", $data['props']);
This count 13 items... So...
You can fix the problem, if you edit every hostingplan and add
Code:
;_no_
or
Code:
;_yes_
at the end of this line
Code:
_yes_;_yes_;0;0;0;0;0;0;0;0;_no_;_no_

Then the count of the items will match.
With the next version i will fix this!


@frosty-geek
I will change this in the next version
(This post was last modified: 03-15-2010 01:14 AM by TheCry.)
03-15-2010 12:52 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
New ispCP Software Installer *RC1* - rbtux - 08-12-2009, 04:08 AM
RE: New ispCP Software Installer *BETA* - Nuxwin - 08-14-2009, 09:33 AM
RE: New ispCP Software Installer *BETA* - Nuxwin - 08-14-2009, 04:21 PM
RE: New ispCP Software Installer *BETA* - Nuxwin - 08-14-2009, 06:59 PM
RE: New ispCP Software Installer *BETA* - Nuxwin - 08-14-2009, 08:12 PM
RE: New ispCP Software Installer *BETA* - Nuxwin - 09-24-2009, 07:12 PM
RE: New ispCP Software Installer *BETA* - Nuxwin - 09-24-2009, 11:46 PM
RE: New ispCP Software Installer *BETA* - Nuxwin - 09-25-2009, 01:31 AM
RE: New ispCP Software Installer *RC1* - TheCry - 03-15-2010 12:52 AM
RE: New ispCP Software Installer *RC1* - Nuxwin - 04-09-2010, 12:43 AM
RE: New ispCP Software Installer *RC1* - Nuxwin - 10-06-2010, 11:13 AM
RE: New ispCP Software Installer *RC1* - Nuxwin - 10-06-2010, 04:03 PM

Forum Jump:


User(s) browsing this thread: 33 Guest(s)