ispCP - Board - Support
New ispCP Software Installer *RC1* - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Enhancements (/forum-43.html)
+--- Thread: New ispCP Software Installer *RC1* (/thread-7463.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


RE: New ispCP Software Installer *RC1* - TheCry - 03-14-2010 12:41 AM

@Kika
Please uninstall the software istaller with "./uninstall".. Thena restart the installation.
Please note if any errors will appear!!!
I don't have this problem before!

@ziclow
We are working on it... It needs some time to create a bigger database


RE: New ispCP Software Installer *RC1* - frosty-geek - 03-14-2010 08:56 AM

Quote:ispCP_Installer_RC_3-1.0.4-stable.tar.gz
Code:
root@awesome:/usr/src/ispcp_installer# ./install
[: 10: =: unexpected operator
You have to be root, to execute this script!

Please use "#!/bin/bash" inside your install, pre_install, uninstall and update scripts, /bin/sh doesn't have to be bash.

Ubuntu for example uses "dash" as default for /bin/sh which doesn't understand your bashishm.


RE: New ispCP Software Installer *RC1* - Kika - 03-14-2010 07:22 PM

(03-14-2010 12:41 AM)TheCry Wrote:  @Kika
Please uninstall the software istaller with "./uninstall".. Thena restart the installation.
Please note if any errors will appear!!!
I don't have this problem before!
I have this problem again. Maybe you disabled the Notices in the php.ini Smile If i will have time tomorrow i will check the code. Wink


RE: New ispCP Software Installer *RC1* - TheCry - 03-15-2010 12:52 AM

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


RE: New ispCP Software Installer *RC1* - Kika - 03-15-2010 08:07 PM

Yes i found this too. Thanks a lot Smile


RE: New ispCP Software Installer *RC1* - mafia - 04-02-2010 12:43 AM

hello

ispCP versions: 1.0.5
thanks


RE: New ispCP Software Installer *RC1* - TheCry - 04-02-2010 12:45 AM

(04-02-2010 12:43 AM)mafia Wrote:  hello

ispCP versions: 1.0.5
thanks
When it's done then i will post it!


RE: New ispCP Software Installer *RC1* - Nuxwin - 04-09-2010 12:43 AM

Yeah eh, what do you do, you sleep? ! Hurry! Big Grin Big Grin Big Grin


RE: New ispCP Software Installer *RC1* - TheCry - 04-09-2010 01:01 AM

(04-09-2010 12:43 AM)nuxwin Wrote:  Yeah eh, what do you do, you sleep? ! Hurry! Big Grin Big Grin Big Grin

LOL... My friend... I'm ready.. Smile
The package was sended to FISA4.. He will test the new installer and then he will release it!!!


RE: New ispCP Software Installer *RC1* - spidersoftware - 04-22-2010 06:48 AM

Hi, Please fix link its broken, and i want test in the actual version.

and if need help for developend, i can help you to add news CMS, and whit the spanish Leng.

A greet.