Jump to content
Froxlor Forum

d00p

Administrators
  • Posts

    10328
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by d00p

  1. third time you are writing this...its been covered in
  2. Not a bug, please see https://docs.froxlor.org/latest/general/migration-guide.html Also, using debian 10 - consider upgrading to 11 or even 12 You came from a very old system and even older froxlor version, you should definetly re-configure the services at some point to ensure everything is up-to-date
  3. So why didn't you include this information at all in your opening post? Check whether the file `lib/Froxlor/Froxlor.php` has the correct version in it (you should be able to find it). If it's not your current version then there is definitely something wrong if you don't see the database update page after login. There should also be an update.log within froxlor maybe there is some helpful information in it. Where exactly did you download it? It should be https://files.froxlor.org/releases/froxlor-0.10.38.3.tar.gz (There are also checksums to validate)
  4. Well froxlor would not be working, but if you insist: https://github.com/Froxlor/Froxlor/blob/0.10.x/install/froxlor.sql Also, why are you using 0.10.17? It's super old, the last 0.10.x is 0.10.38.3....maybe also consider updating to the latest 2.0.x release
  5. So what makes you think that you will need to (re)update the database? Looks like it went through already...I understand your issue. Maybe join us on Discord if you need to elaborate further
  6. Please don't do things like that, you might end up in a broken system
  7. You should see a update process after updating and your first login. What do you see when you login?
  8. https://docs.froxlor.org/latest/admin-guide/configuration/php-fpm/
  9. aha...funktioniert bei mir super. Hast du denn für froxlor selbst auch in den "Froxlor Vhost Einstellungen" die Nutzung von Let's Encrypt aktiviert?
  10. Als erstes würde ich sagen: certbot löschen und lass froxlor das so machen wie froxlor das macht (via acme.sh). Aktiviere doch einfach "Let's Encrypt" in den Einstellungen und pro Domain und fertig, alles easy, funktioniert wunderbar
  11. my initial answer, remember that adding an address does not automatically make it an account, to make it an account you'd also have to invoke https://docs.froxlor.org/latest/api-guide/commands/emailaccounts.html for the newly created address
  12. Froxlor itself basically always uses its API internally...so everything you can do within the webui, you can most likely also do with the API externally
  13. it's literally in the comment...you just cannot add emaildomains directly, you just need to use the "Domains.add" api call to create a domain which has email usage enabled
  14. https://docs.froxlor.org/latest/api-guide/commands/emails.html
  15. Es wird die E-Mail Adresse des entsprechenden Kunden verwendet
  16. Okay, der job ist entsprechend offen weil er nicht abgeschlossen werden kann. Jetzt bitte mal folgende SQL-Query ausführen und ergebnis mitteilen: SELECT `f`.`homedir`, `f`.`uid`, `f`.`gid`, `c`.`documentroot` AS `customerroot` FROM `ftp_users` `f` LEFT JOIN `panel_customers` `c` USING (`customerid`)
  17. schau mal in die tabelle "panel_tasks", laut deines debug-traces will er ja einen neuen ftp anlegen (also das homedir), suche also nach tasks mit "type = 5" und paste uns mal den kompletten inhalt hier her
  18. Da ist die Angabe eines Heimatverzeichnisses leer das nicht leer sein darf. Entweder bei einem neuen Kunden oder neuen ftp User. Kannst du da mehr Info geben was gemacht wurde bevor das aufgetreten ist?
  19. Freut mich, sehr schön
  20. Klar, mach ich seit Jahren so
  21. Solange die acme.conf für den Webserver eingerichtet ist besteht ein globaler alias für .well-known und dann sollte das ebenso auch via certbot gehen. Würde allerdings empfehlen hier let's encrypt in froxlor auch für den froxlor vhost zu aktivieren damit alles von froxlor verwaltet wird. Zusätzlich kannst du mittels https://docs.froxlor.org/latest/admin-guide/cli-scripts/#validate-acme-webroot auch prüfen, ob da alles ok ist
×
×
  • Create New...