Current time: 05-16-2024, 05:27 AM Hello There, Guest! (LoginRegister)


Thread Closed 
Ispcp v1.0.3 testers needed
Author Message
MasterTH Offline
Member
***

Posts: 570
Joined: Feb 2009
Reputation: 4
Post: #71
RE: Ispcp v1.0.3 testers needed
after installing the latest trunk-version i'm not able to execute the database update

Code:
Database update 4 failed


What can i do?
10-10-2009 04:00 AM
Find all posts by this user
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #72
RE: Ispcp v1.0.3 testers needed
Installing trunk should provide latest database version and should not require any need to perform a database update. Is a fresh install or an update from an older version?
(10-10-2009 04:00 AM)MasterTH Wrote:  after installing the latest trunk-version i'm not able to execute the database update

Code:
Database update 4 failed


What can i do?
10-10-2009 05:05 AM
Visit this user's website Find all posts by this user
MasterTH Offline
Member
***

Posts: 570
Joined: Feb 2009
Reputation: 4
Post: #73
RE: Ispcp v1.0.3 testers needed
update from an older version (trunkversion i think it was from middle september)

what happens when i click the button. i'll going to make the changes by myself.
Thanks for help
(This post was last modified: 10-10-2009 05:16 PM by MasterTH.)
10-10-2009 05:45 AM
Find all posts by this user
kazuo Offline
Junior Member
*

Posts: 36
Joined: Aug 2009
Reputation: 0
Post: #74
RE: Ispcp v1.0.3 testers needed
(10-09-2009 12:28 PM)kazuo Wrote:  
(10-08-2009 11:34 PM)RatS Wrote:  Change done in r2093

At the time of update.
/etc/postfix/master.cf was not changed.
Who changes the /etc/postfix/master.cf file?

I carried it out after having updated it to 1.0.2 from 1.0.0.
/etc/ispcp//postfix/backup already has main.cf.ispcp.
OS:ubuntu 8.04

At the time of update from 1.0.2
/etc/postfix/master.cf was not changed.
Are the following lines changed automatically?

# ispCP autoresponder
ispcp-arpl unix - n n - - pipe
flags=O user=vmail argv=/var/www/ispcp/engine/messager/ispcp-arpl-msgr

In the case of 1.0.3

ispcp-arpl unix - n n - - pipe
flags=O user=vmail argv=/var/www/ispcp/engine/messenger/ispcp-arpl-msgr
10-13-2009 12:00 AM
Find all posts by this user
aseques Offline
Member
*****
Dev Team

Posts: 330
Joined: May 2008
Reputation: 4
Post: #75
RE: Ispcp v1.0.3 testers needed
Updated catalan translation too.

Apart of that, wanted to ell that 1.0.3 seems quite mature, I'm having some problems, when changing the default port to 8443 and enabling ssl. Luckily in this guide: http://www.isp-control.net/documentation...efaultport
There's an explanation of the changes that have to be done on index.html + login.php so it keeps working.

Cheers


Attached File(s)
.gz  ca_ES.po.tar.gz (Size: 23.57 KB / Downloads: 3)
10-13-2009 06:58 PM
Find all posts by this user
Alex Joe Offline
Junior Member
*

Posts: 72
Joined: Oct 2007
Reputation: 0
Post: #76
RE: Ispcp v1.0.3 testers needed
Updated polish translation too.

Best regards

Alex Joe


Attached File(s)
.gz  pl_PL.po.gz (Size: 23.76 KB / Downloads: 1)
10-16-2009 04:33 AM
Visit this user's website Find all posts by this user
kazuo Offline
Junior Member
*

Posts: 36
Joined: Aug 2009
Reputation: 0
Post: #77
RE: Ispcp v1.0.3 testers needed
By 1.0.3 use, the following emails have been sent.

Subject:Cron <root@XXX> /var/www/ispcp/engine/quota/ispcp-dsk-quota &>/var/log/ispc

Use of uninitialized value in addition (+) at /var/www/ispcp/engine/quota/ispcp-dsk-quota line 214.
Use of uninitialized value in addition (+) at /var/www/ispcp/engine/quota/ispcp-dsk-quota line 214.
Use of uninitialized value in addition (+) at /var/www/ispcp/engine/quota/ispcp-dsk-quota line 214.

It occurs in "virtual table" of the database.

I want to do the following revisions.
Will it be good?

File name:ispcp-dsk-quota
Revision contents:
my $data_length = @$_[6];
my $index_length = @$_[8];

---ADD START---
unless (defined($data_length)){$data_length = 0;}
unless (defined($index_length)){$index_length = 0;}
---ADD END ---

$size += $data_length + $index_length;
10-16-2009 11:42 AM
Find all posts by this user
dzimi83 Offline
Newbie
*

Posts: 8
Joined: Sep 2009
Reputation: 0
Post: #78
RE: Ispcp v1.0.3 testers needed
I tried the branch version of 1.0.3 from here http://www.isp-control.net/ispcp_svn/bra...mega-1.0.3 I tried the raw instalation, set up was ok, but when I tried to add the customer/domain I got an error and apache won't work

Code:
Starting web server: apache2Warning: DocumentRoot [/var/www/virtual/example.org.pl/htdocs] does not exist
Syntax error on line 136 of /etc/apache2/sites-enabled/ispcp.conf:
can't get fastcgi file info: /var/www/fcgi/example.org.pl/php5-fcgi-starter(/var/www/fcgi/example.org.pl/php5-fcgi-starter), errno: 2
failed!

seems like that the branch version have a bug and won't create the htdocs dir and php5-fcgi-starter file

Am I use the right branch or I should use the trunk version ?

System is Debian Lenny

@edited:
the same problem exist with trunk revision 2103.
(This post was last modified: 10-17-2009 11:09 PM by dzimi83.)
10-17-2009 07:46 PM
Find all posts by this user
Kika Offline
Member
***

Posts: 293
Joined: Feb 2007
Reputation: 8
Post: #79
RE: Ispcp v1.0.3 testers needed
I upgraded to the nightly 20091017 and i see "DNS zone's records" on the "Manage domains" page, but i think that this is not too good solution, because the system can't show the default settings for the domain and subdomains witch are already created. My another problem was i didn't found record type TXT.
(This post was last modified: 10-18-2009 10:10 PM by Kika.)
10-18-2009 09:14 AM
Find all posts by this user
dzimi83 Offline
Newbie
*

Posts: 8
Joined: Sep 2009
Reputation: 0
Post: #80
RE: Ispcp v1.0.3 testers needed
(10-17-2009 07:46 PM)dzimi83 Wrote:  I tried the branch version of 1.0.3 from here http://www.isp-control.net/ispcp_svn/bra...mega-1.0.3 I tried the raw instalation, set up was ok, but when I tried to add the customer/domain I got an error and apache won't work

Code:
Starting web server: apache2Warning: DocumentRoot [/var/www/virtual/example.org.pl/htdocs] does not exist
Syntax error on line 136 of /etc/apache2/sites-enabled/ispcp.conf:
can't get fastcgi file info: /var/www/fcgi/example.org.pl/php5-fcgi-starter(/var/www/fcgi/example.org.pl/php5-fcgi-starter), errno: 2
failed!

seems like that the branch version have a bug and won't create the htdocs dir and php5-fcgi-starter file

Am I use the right branch or I should use the trunk version ?

System is Debian Lenny

@edited:
the same problem exist with trunk revision 2103.

wired...
the snapshot from http://www.isp-control.net/download.html working... Smile
10-19-2009 01:22 AM
Find all posts by this user
Thread Closed 


Forum Jump:


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