Jump to content
Froxlor Forum

d00p

Administrators
  • Posts

    10328
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by d00p

  1. It really just takes a few minues tbh,,...done that a million times. We gladly offer you to do that for you The database error also originates from too old distro, try:
  2. then you are also missing the xml extension...maybe it would be a better idea to use the apt-package which installs all these requirements
  3. The syslog is not read via the webinterface. Check your log files in /var/log/ folder via ssh. Also, please provide information about your OS, and from what version you are upgrading.
  4. well they are WEBserver logs, whereelse would they be if not with their domain?
  5. Looks like you've added "Domains" to the options that are hidden to customers in your settings, hence no menu entry
  6. again, as customer, navigate to "domains" and there is a "view logs" button for each domain in the overview listing
  7. as admin, edit customer -> "Enable access to access/error-logs?" The customer will then be able to see logs from within the froxlor domains overview, per domain (right option buttons). There is no option to have access to these files via ftp
  8. no, it's not only for nginx or lighttpd - depending on your server, you might need to activate the Enable SuExec workaround but other than that, the customers needs to be allowed to execute perl (customer add/edit form) and he/she needs to add a directory option to allow a specific folder to execute perl-scripts (Extras- > Path options -> add one, specify path, check 'Execute perl/cgi')
  9. oder halt dns-validation deaktivieren....anders gehts halt nicht wenn dns durch froxlor erstellt wird. Henne-Ei-Problem. Wenn du da eine Idee hast, gerne
  10. Ist eine schöne Idee und freuen sich sicher User die ein ähnliches Vorhaben haben
  11. Es steht doch alles in den docs die ich geposted habe...genau welche setting wo wie eingestellt werden muss und was du tun musst
  12. das reicht aber nicht .... fpm musst du in froxlor ja erst aktivieren und auch entsprechend konfigurieren, siehe https://docs.froxlor.org/latest/admin-guide/configuration/php-fpm/
  13. naja, du hast ja auch dein mod_php deaktiviert, klar geht kein php mehr
  14. as the domain listing connects multiple tables, try d.isemaildomain as field
  15. Dann bitte unter Github nen Issue aufmachen, muss ich mir anschauen
  16. Was steht an Kontingent beim KUNDEN? Und was wurde schon an die kunden Email accounts zugewiesen? Das Kunden-Kontingent ist NICHT der Default für (neue) Email Konten sondern das was der Kunde GESAMT verwenden darf.
  17. Na wenn du dem Kunden ein Email kontingent stellst, ist das die Menge die er für ALLE seine E-Mail konten nutzen kann. Wie du an der Meldung erkennst steht da "Sie ... haben aber nicht genug übrig". Sprich, du hast einem (oder mehreren Konten) schon die 5000 MB gegeben und hast jetzt kein Kontingent mehr frei, ergo die Fehlermeldung
  18. and you get the 404 error when opening http://ip/froxlor ?
  19. Well if the lib/userdata.inc.php file has been created (and you most likely ran the finalizing command from the installation) froxlor is installed. Just check your webserver config folder for possible generated virtual host configs. Or alternatively nopaste contents of the folders - I can only guess at what stage you are right now and what works and what not. Important to first adjust your lib/userdata.inc.php so the database connection is correct
  20. a 404 not found is another error. Be sure the DocumentRoot in the virtual host config points to the correct location. I doubt you have the same database user 3 times, most likely the "Hostname" value differs (e,.g. one user for 'localhost', one for '127.0.0.1' and maybe one for your ip address)
  21. https://docs.froxlor.org/latest/api-guide/commands/subdomains.html#subdomains-listing This is the corresponding endpoint for customers (which lists all of the customers domains)
  22. no, thats not valid nor correct. <?php // autogenerated froxlor file $sql = [ 'debug' => false, 'host' => 'localhost', 'user' => 'unrprivileged_xxx', 'password' => <<<'EOT' lorempasswordlorem EOT, 'db' => 'dbnamelorem', ]; $sql_root = [ '0' => [ 'caption' => 'Default', 'host' => 'localhost', 'user' => 'froxlerfullprivuserlorem', 'password' => <<<'EOT' lorempasswordlorem EOT, ], ]; for syntax, see here: https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.nowdoc
  23. yes, that's it. And escaping wont help as it alters the password. Try the following syntax (which we will ship with the next version): [...] $sql['password']=<<<EOT dein'password'mit-einfachen-anführungsstrichen EOT; [...]
  24. https://docs.froxlor.org/latest/api-guide#_2-request-structure-layout
  25. So what content is in /var/www/html/froxlor/lib/userdata.inc.php on line 8
×
×
  • Create New...