Current time: 06-01-2024, 08:43 PM Hello There, Guest! (LoginRegister)


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

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #161
RE: New ispCP Software Installer *RC1*
@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
03-14-2010 12:41 AM
Find all posts by this user Quote this message in a reply
frosty-geek Offline


Posts: 1
Joined: Apr 2009
Reputation: 0
Post: #162
RE: New ispCP Software Installer *RC1*
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.
(This post was last modified: 03-14-2010 08:58 AM by frosty-geek.)
03-14-2010 08:56 AM
Find all posts by this user Quote this message in a reply
Kika Offline
Member
***

Posts: 293
Joined: Feb 2007
Reputation: 8
Post: #163
RE: New ispCP Software Installer *RC1*
(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
03-14-2010 07:22 PM
Find all posts by this user Quote this message in a reply
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
Kika Offline
Member
***

Posts: 293
Joined: Feb 2007
Reputation: 8
Post: #165
RE: New ispCP Software Installer *RC1*
Yes i found this too. Thanks a lot Smile
03-15-2010 08:07 PM
Find all posts by this user Quote this message in a reply
mafia Offline
Banned

Posts: 170
Joined: May 2008
Post: #166
RE: New ispCP Software Installer *RC1*
hello

ispCP versions: 1.0.5
thanks
04-02-2010 12:43 AM
Find all posts by this user Quote this message in a reply
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #167
RE: New ispCP Software Installer *RC1*
(04-02-2010 12:43 AM)mafia Wrote:  hello

ispCP versions: 1.0.5
thanks
When it's done then i will post it!
04-02-2010 12:45 AM
Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #168
RE: New ispCP Software Installer *RC1*
Yeah eh, what do you do, you sleep? ! Hurry! Big Grin Big Grin Big Grin
04-09-2010 12:43 AM
Quote this message in a reply
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #169
RE: New ispCP Software Installer *RC1*
(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!!!
04-09-2010 01:01 AM
Find all posts by this user Quote this message in a reply
spidersoftware Offline
Junior Member
*

Posts: 80
Joined: Apr 2010
Reputation: 0
Post: #170
RE: New ispCP Software Installer *RC1*
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.
04-22-2010 06:48 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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