Current time: 06-30-2024, 09:44 AM Hello There, Guest! (LoginRegister)


Post Reply 
--== Software Installer -> NEW VERSION RC4 Realese==-- NICHT FÜR 1.0.7 RC
Author Message
corris Offline
Newbie
*

Posts: 8
Joined: Mar 2009
Reputation: 0
Post: #391
RE: ispCP Software Installer -> NEW VERSION RC1
So jetzt wollte ich mal den Installer installieren und siehe da, FEHLER Sad

Folgendes wird mir ausgegeben:

Code:
Checking for perl XML parser - Please wait
Can't locate XML/Parser.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

Allerdings ist bei mir perl installiert!

Was mach ich denn nun wieder falsch?
01-07-2010 05:55 AM
Find all posts by this user Quote this message in a reply
Top44 Offline
Member
***

Posts: 271
Joined: Sep 2007
Reputation: 1
Post: #392
RE: ispCP Software Installer -> NEW VERSION RC1
Hi,


wie in den vorrangegangenen Post zu entnehmen unter Debian :

Quote:apt-get install libxml-parser-perl

grüße
01-07-2010 09:13 AM
Find all posts by this user Quote this message in a reply
shigwegi Offline
Junior Member
*

Posts: 10
Joined: Jul 2009
Reputation: 0
Post: #393
RE: ispCP Software Installer -> NEW VERSION RC1
huhu,

wollte mal vorsichtig anfragen wo es denn pakete zum download gibt?
01-10-2010 05:14 AM
Find all posts by this user Quote this message in a reply
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #394
RE: ispCP Software Installer -> NEW VERSION RC1
http://addons.isp-control.net/unofficial...aller_rc1/
01-10-2010 07:39 AM
Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #395
RE: ispCP Software Installer -> NEW VERSION RC1
die fragen hier sind ja ganz schön tiefe schublade, manche leute sollten sich schämen mit dem know how einen server zu mieten...

mfg
(This post was last modified: 01-12-2010 12:51 AM by joximu.)
01-12-2010 12:33 AM
Visit this user's website Find all posts by this user Quote this message in a reply
loisl Offline
Junior Member
*

Posts: 101
Joined: Jul 2008
Reputation: 0
Post: #396
RE: ispCP Software Installer -> NEW VERSION RC1
Hi an alle,
ein extra dickes D A N K E an alle hier die sich so viel Arbeit gemacht haben ...
... ist wirklich genial ;-)

Install auf 1.0.3-1 ist problemlos gelaufen:
hier die kleine Anleitung
Code:
# aptitude update && aptitude safe-upgrade
# apt-get install libxml-parser-perl

# cd /root
# wget http://addons.isp-control.net/unofficial/apps_installer_rc1/ispCP_Installer_RC_1-1.0.3-stable.tar.gz
# tar -xvzf ispCP_Installer_RC_1-1.0.3-stable.tar.gz
# cd ispcp_installer/
# ./install

FEHLERMELDUNG Loginpanel
=========================
Warning: require_once(/var/www/ispcp/gui/include/client-functions.php) [function.require-once]: failed to open stream: Permission denied in /var/www/ispcp/gui/include/ispcp-lib.php on line 230

Fatal error: require_once() [function.require]: Failed opening required '/var/www/ispcp/gui/include/client-functions.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/ispcp/gui/include/ispcp-lib.php on line 230

Code:
# /var/www/ispcp
# chown -R vu2000:www-data gui/
# mkdir -p /var/www/ispcp/engine/setup
# cd /var/www/ispcp/engine/setup
# wget -O- 'http://www.isp-control.net/ispcp/raw-attachment/ticket/2112/permission-fix.tar.gz' | tar -xzv
# ./set-gui-permissions.sh
# ./set-engine-permissions.sh
# chmod 755 /var/www/ispcp/gui/software/*

Das "upload_max_filesize" der Master php.ini sollte höher gesetzt werden um auch größer Pakete zu installieren.
================================================================================​======

Code:
# nano /var/www/fcgi/master/php5/php.ini

ÄNDERN VON:
============
Code:
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M

ÄNDERN AUF:
============
Code:
; Maximum allowed size for uploaded files.
upload_max_filesize = 20M


Code:
# /etc/init.d/apache2 restart

FERTIG ;-)
(This post was last modified: 01-12-2010 04:06 PM by loisl.)
01-12-2010 04:05 PM
Visit this user's website Find all posts by this user Quote this message in a reply
OliverS Offline
Junior Member
*

Posts: 27
Joined: Dec 2009
Reputation: 0
Post: #397
RE: ispCP Software Installer -> NEW VERSION RC1
Hallo zusammen,

blicke noch nicht so Richtig durch :-)

Woher kommen die Pakete und in wie fern muss man sie bearbeiten und hochladen?

Kann man diese Pakete hier nehmen und einfach im Adminpanel hochladen?

http://www.apsstandard.org/

Oder wie geht das?


Gruß Olli
01-14-2010 10:22 AM
Find all posts by this user Quote this message in a reply
FISA4 Offline
Member
***

Posts: 668
Joined: Feb 2008
Reputation: 15
Post: #398
RE: ispCP Software Installer -> NEW VERSION RC1
(01-14-2010 10:22 AM)OliverS Wrote:  Hallo zusammen,

blicke noch nicht so Richtig durch :-)

Woher kommen die Pakete und in wie fern muss man sie bearbeiten und hochladen?

Kann man diese Pakete hier nehmen und einfach im Adminpanel hochladen?

http://www.apsstandard.org/

Oder wie geht das?


Gruß Olli

Die Pakete von apsstandard funktionieren nicht !!!
Hier die Anleitung, wie Du eigene Pakete erstellen kannst.
http://www.isp-control.net/documentation...kagecreate
Wenn Du eines der vorgefertigten Pakete von:
http://addons.isp-control.net/unofficial.../packages/
benutzt, brauchst Du nichts daran ändern.

Gruß

FISA4
01-14-2010 11:34 AM
Find all posts by this user Quote this message in a reply
OliverS Offline
Junior Member
*

Posts: 27
Joined: Dec 2009
Reputation: 0
Post: #399
RE: ispCP Software Installer -> NEW VERSION RC1
Danke für die info...


Habe jetzt z.b. phpbb3 hochgeladen, es ist jetzt drin oben in der ersten Palte Application.

Wo finde ich die Optionen es für einen Resseler oder Kunden frei zugeben?

   
01-14-2010 08:23 PM
Find all posts by this user Quote this message in a reply
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #400
RE: ispCP Software Installer -> NEW VERSION RC1
Rechts steht doch "rights". Da musst Du den Reseller das Paket freigeben.
Anschließend muss Du nur noch dem Kunden das Recht für den Installer geben.
01-14-2010 08:26 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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