Problems after upgrading to 3.1

Discussion in 'Installation/Configuration' started by Steffan, Sep 28, 2016.

  1. Steffan

    Steffan Member

    httpd -v
    Server version: Apache/2.2.15 (Unix)
    Server built: Jul 18 2016 15:24:00

    I complete lookd over the problem.
    This is wat is getting generated in the file
    RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/ RewriteRule ^(.*)$ http://www.xxxx.nl$1 [R=301,NE,L]

    It should be
    RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/ [ENTER]
    RewriteRule ^(.*)$ http://www.xxxx.nl$1 [R=301,NE,L]

    If i look into
    /usr/local/ispconfig/server/conf/vhost.conf.master
    i see
    <tmpl_if name='apache_version' op='>' value='2.2' format='version'>
    RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/
    RewriteRule ^ - [END]
    </tmpl_if>
     
  2. Steffan

    Steffan Member

  3. hsluis

    hsluis New Member

    Hi Till, I did not update yet, but this push are included if I update now or I have to make the manual fix? Thanks!
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    This push is in git-stable branch and will be included in a patch release next week. The problem affects only apache 2.2 servers (old distribution versions like centos 6), so all servers with apache 2.4 or nginx are not affected.
     
  5. BenM

    BenM Member

    After upgrading to 3.1 the clients are missing from the mail domain tab
    any fix on this?
     

    Attached Files:

  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Login as admin and idsable the domain modle if you don't want to use it. The client list is only shown to admins or resellers and only when the domain module is off.
     
  7. BenM

    BenM Member

    This is new, but why? Thanks.
     
  8. grumpyman57

    grumpyman57 New Member

    Apparently these upgrade issues are still prevalent. I just did an upgrade to version 3.1.13p1, and ran into most of the issues reported here. A number of tables in the database did not upgrade, (fixed), websites weren't listing, and clients weren't listing. I did the suggested modification to the
    /usr/local/ispconfig/interface/lib/classes/functions.inc.php file and added in
    line 293: return $domain;. That fixed the issue with clients not showing, however websites still do not list.

    I have discovered that if I create a new website, then it will correctly show in the list, but none of the legacy ones extant from before the upgrade, do. Additionally, on the add website page, none of the legacy clients show in the drop down, but again, if I create a new client, then it will appear in the client drop down list on the websites page, but still none of the legacy clients will appear, even though they do correctly display on the client page. Any suggestions on how to resolve this?
     
    Last edited: Mar 2, 2019
  9. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    What operating system is used? What version ISPConfig was before update?
    The problem sounds like errors in database tables. Have you tried repair tables?
     
  10. grumpyman57

    grumpyman57 New Member

    Hi Taleman,
    The relevant system details are as follows:
    Centos 6.10
    PHP Version 7.3.2
    Mysql Version 5.7.25
    Apache 2.2.15
    Previous version of ISPConfig was 3.0.5.2

    Yes, I had already checked the database tables, and no issues were found.
     
    Last edited: Mar 4, 2019

Share This Page