Confixx 3.0.7

gfxclub

Registered User
---close---

Hallo mein vserver Provider meinte das ich auf Confixx 3.0.7 Updaten soll!

Nun meine Frage: Ist das einfach zumachen allso nur ne 30min. sache und giebt es ergent wo ne schritt für schritt anleitung.

Oder wie ist eure meinung dazu?
 
Last edited by a moderator:
Hallo,
mach es. Hab es auch gemacht. Geht ganz schnell. ca. 15 Minuten. Ganz einfach
Code:
Prepare to upgrade

Upgrade

1. Deactivate the Cron entry
Deactivate the confixx_counterscript entry in the Cron file
e.g. #*/1 * * * * /root/confixx/confixx_counterscript.pl

2. Backup all important system files.
Make a backup of your databases, a backup of the
Confixx-Installation directory (e.g. /root/confixx),
as well as a backup of the Confixx-HTML directory (e.g. /home/web/confixx).

3. PostgreSQL
If you use PostgreSQL as your database, make sure that the Confixx database 
user has the privileges required to be able to update the notnull field 
in the new columns in the ps_attribute table, e.g.
UPDATE pg_shadow SET usesuper='t', usecatupd='t' WHERE usename='confixx';

4. Installation

* go to the confixx installation directory
 #~: cd /root/confixx/
* delete the existing admin directory
 #~: rm -r ./admin
* decompress the file confixx_update_Pro_3.0.0_mysql3.tgz (it is sample, 
choose a proper distribution file)
 #~: tar xfvz /root/confixx_update_Pro_3.0.0.tgz
* install the update:
 ./admin/updates/update_3.x.pl (.pl, not .sh)
* Run confixx_counterscript.pl at least 2-3 times manually.
  #~: /root/confixx/confixx_counterscript.pl
				  
5. Activate the new licence keys
Go to http(s)://www.domain.de/reg and register the 3.0 version. 
Now run the counterscript 2-3 times and restart Apache
						  
6. Activate the Cron entry
Activate the confixx_counterscript entry in the Cron.file
						  
7. Test all the functions in Confixx. 
Call up the Confixx interface and check your registration in the 
"Licence info" registration interface. Set up new customers and 
check all the important functions.
						  
8. Set up new customers and check all the important functions. cd /root/confixx/admin/).
Run the admin script (#~: ./admin.pl).  Make any changes you want.
						  
9. Finished !
Confixx(R) 3.0 is now installed.
						  

If you had some custom directives for Confixx vhost in httpd.conf you are to manually 
move them in confixx_mhost.conf file.



Update bekommst du hier: http://download1.sw-soft.com/Confixx/ConfixxPro3/3.0.7/confixx_update_Pro_3.0.7_mysql4.tgz
 
Giebt es genau die Update Anleitung auch ergent wo von jemanden über setzt?

Weil eigentlich ist das ja leicht zu verstehen aber z.b.

#*/1 * * * * /root/confixx/confixx_counterscript.pl

Was genau soll ich jetzt eingeben verstehe z.b. nicht was due ganzen **** zu bedeuten haben!

Weil momahl hätte ich jetz cd /root/confixx/ und denn confixx_counterscript.pl stop *mhh*
 
Last edited by a moderator:
Brauche mysql 4 habe Red Hat

Hast vieleicht icq? Muss ab 17 Uhr Worken binn aber wieder um 19 uhr da denn wörde ich da mit auch Anfangen!
 
Ich weis nicht, wie es bei dir ist.
Aber hast du den Ordner /etc/cron.d ?
Ist dort eine Datei mit dem Namen confixx?
 
Dann haben wir ein Problem. Ich habe keine Ahnung, wo bei RedHat das confixx_counterscript.pl eingetragen ist. Dann musst du warten, bis dir jemand anderes hilft oder einfach mal suchen. Wenn du es gefunden hast, kann ich dir weiter helfen.
 
Gefunden *g*: /root/confixx/confixx_counterscript.pl

Binn jetzt biss ca. 19 uhr weg hoffe du bist denn noch da!
 
Nein. Hast du leider nicht. Das ist nur das Script. Du musst finden, von wo es gestartet wird! Bei mir ist es z.B. /etc/cron.d/confixx
 
Habe alles durch geschaut aber leider nicht gefunden! Hatt niemand ahnung wo das teil lieget?

Habe jetzt mal ne Anfrage beim Provider gemacht vieleicht meldet der sich ja schnell!

08.03.2005 17:55:21 confixx_counterscript.pl
Könnten Sie mir sagen wo bei RedHat das confixx_counterscript.pl eingetragen ist? In /etc/cron.d/confixx liegt es nicht drinne.
08.03.2005 18:05:25 weiss ich leider nicht auswendig. haben sie schon in die crontab des benutzers root gesehen?
08.03.2005 18:10:49
$ crontab -l
no crontab for root

Das sagt er mir! Die Info bräuchte ich aber da ich gerade Confixx Updaten möchte!

Ja weiß ich auch nicht das nent sich Support lol


Habe jetzt mal in der /etc/crontab nach gescahut da steht folgendes drinne:

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
57 * * * * root run-parts /etc/cron.hourly
33 5 * * * root run-parts /etc/cron.daily
49 2 * * 0 root run-parts /etc/cron.weekly
27 1 15 * * root run-parts /etc/cron.monthly
2,12,22,32,42,52 * * * * root /root/confixx/confixx_counterscript.pl

Hilft das weiter!?
 
Last edited by a moderator:
Hallo!
Kommentier die letzte Zeile aus. Die mit 2,12,22... Danach die Datei speichern und einmal /etc/init.d/cron restart. Nach dem Upgrade wieder genau anders herum. # Zeichen entfernen, speichern und nochmals /etc/init.d/cron restart.

mfG
Thorsten
 
Allso:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
57 * * * * root run-parts /etc/cron.hourly
33 5 * * * root run-parts /etc/cron.daily
49 2 * * 0 root run-parts /etc/cron.weekly
27 1 15 * * root run-parts /etc/cron.monthly
# 2,12,22,32,42,52 * * * * root /root/confixx/confixx_counterscript.pl
Speicher... ...$ /etc/init.d/crond restart
Stopping crond: [ OK ]

Starting crond: [ OK ]

das # raus nehmen wieder restarten so und jetzt? in etc/cron.d ist nichts drinne ;/

Und $ /etc/init.d/cron restart ging nicht hatte er die Datei nicht gefunden denke mal das es nur nen fehler von dir beim Tippen wahr!
 
Hallo!
Starten und stoppen ist so OK! Aber wie gesagt, das war nur die Erklärung des cron Jobs. Dazwischen bitte das Upgrade 'einfügen' :).

mfG
Thorsten
 
Hallo!
Ist gar nicht so schwer. Mal aus dem Gedächniss:
- Archiv in das Confixx Verzeichnis kopieren/verschieben
- Cron Job anhalten
- Altes admin Verzeichnis löschen (rm -f ./admin)
- Archiv entpacken (tar xvzf archiv.tar)
- ./admin/updates/update_3.x.pl aufrufen
- Warten, eventuell sehr lange
- ./confixx_counterscript.pl aufrufen (2 bis 3 mal nacheiander)
- Cron Job aktivieren
- Confixx Lizenz kontrollieren
- Fertig

So habe ich das bisher gemacht. Bedenke, das du bei dieser Vorgehensweise kein Backup hast. Also eventuell vorher alle Benutzerdaten, Datenbanken, usw. sichern.

mfG
Thorsten
 
Habe alles gemacht wie es dort stand ging auch alles gut aber wo ich:

[root@***** confixx]# ./confixx_counterscript.pl
File /root/confixx/.confixx_counterscript.lock exists!

Weiß jetzt nett ob das so richtig ist!

Aber ergent wie habe ich noch mein altes Confixx so wie es aus sieht lol!

Weiß jemand raht?


So und heute morgen sagt er mir das die Lizens abgelaufen ist ok jetzt ist mein Provider dran das wieder hinzubiegen ist ja nur nen vserver!
 
Last edited by a moderator:
Die Lizenz (v2) wurde wieder aktiviert. Die Confixx-Daten können Sie ab sofort auch im Support-Center einsehen. Beim Update scheint es Probleme gegeben zu haben, das Counterscript gibt folgende Meldung aus:

DBD::mysql::st execute failed: Can't open file: 'backup.MYD'. (errno: 145) at co
nfixx_updatescript.pl line 2920.
DBD::mysql::st fetchrow_array failed: fetch() without execute() at confixx_updat
escript.pl line 2921.

Was heißst das nun für mich?

Kann ich einfach noch mal alles nach Anleitung machen oder muss ich was bestimmtest jetzt beachten ?

*mmhhh* jetzt spinnt mein pop3 wer scheinlich wegen den fehler beim update!
 
Back
Top