Uncaught Error: Call to undefined method plugin_webserver_apache::_rewrite_quote()

Discussion in 'General' started by Bart Schelstraete, Aug 21, 2019.

  1. Bart Schelstraete

    Bart Schelstraete New Member

    Hi,
    I had a working ispconfig installation (now 3.1.14) , but somehow running the server.sh script results in the error below.
    Any idea how I can resolve this?


    [21-Aug-2019 22:27:22 Europe/Paris] PHP Fatal error: Uncaught Error: Call to undefined method plugin_webserver_apache::_rewrite_quote() in /usr/local/ispconfig/server/lib/classes/plugin_webserver_apache.inc.php:67 Stack trace: #0 /usr/local/ispconfig/server/lib/classes/plugin_webserver_base.inc.php(1342): plugin_webserver_apache->processRewriteRules(Object(tpl), Array, Array) #1 /usr/local/ispconfig/server/plugins-available/apache2_plugin.inc.php(101): plugin_webserver_base->eventUpdate('web_domain_upda...', Array, 'update', 'apache') #2 /usr/local/ispconfig/server/lib/classes/plugins.inc.php(120): apache2_plugin->update('web_domain_upda...', Array) #3 /usr/local/ispconfig/server/mods-available/web_module.inc.php(135): plugins->raiseEvent('web_domain_upda...', Array) #4 /usr/local/ispconfig/server/lib/classes/modules.inc.php(285): web_module->process('web_domain', 'u', Array)#5 /usr/local/ispconfig/server/lib/classes/modules.inc.php(218): modules->raiseTableHook('web_domain', 'u', Array) #6 /usr/local/ispconfig/server/server.php(180): modules->processDatalog() in /usr/local/ispconfig/server/lib/classes/plugin_webserver_apache.inc.php on line 67 [21-Aug-2019 22:28:01 Europe/Paris] PHP Fatal error: Uncaught Error: Call to undefined method plugin_webserver_apache::_rewrite_quote() in /usr/local/ispconfig/server/lib/classes/plugin_webserver_apache.inc.php:67 13,1
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Update to the current ISPConfig version which is 3.1.14p2 and try again.
     
  3. Mykola Kolesnyk

    Mykola Kolesnyk New Member

    Hello. Using version 3.2dev. In domain I tried to do redirection and the issue is.
    The following changes are not yet populated to all server: Update website setting 4 in line. and it is not processing. I tried to run scrip manualy and there is error:
    PHP Fatal error: Uncaught Error: Call to undefined method plugin_webserver_apache::_rewrite_quote() in /usr/local/ispconfig/server/lib/classes/plugin_webserver_apache.inc.php:67
    Stack trace:
    #0 /usr/local/ispconfig/server/lib/classes/plugin_webserver_base.inc.php(1342): plugin_webserver_apache->processRewriteRules(Object(tpl), Array, Array)
    #1 /usr/local/ispconfig/server/plugins-available/apache2_plugin.inc.php(101): plugin_webserver_base->eventUpdate('web_domain_upda...', Array, 'update', 'apache')
    #2 /usr/local/ispconfig/server/lib/classes/plugins.inc.php(120): apache2_plugin->update('web_domain_upda...', Array)
    #3 /usr/local/ispconfig/server/mods-available/web_module.inc.php(135): plugins->raiseEvent('web_domain_upda...', Array)
    #4 /usr/local/ispconfig/server/lib/classes/modules.inc.php(285): web_module->process('web_domain', 'u', Array)
    #5 /usr/local/ispconfig/server/lib/classes/modules.inc.php(218): modules->raiseTableHook('web_domain', 'u', Array)
    #6 /usr/local/ispconfig/server/server.php(180): modules->processDatalog() in /usr/local/ispconfig/server/lib/classes/plugin_webserver_apache.inc.php on line 67
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You installed a wrong GIT branch, 3.2dev is development code and not a working ISPConfig version. Install the stable ISPConfig version or the stable-3.1 branch instead.
     
  5. Mykola Kolesnyk

    Mykola Kolesnyk New Member

    Is there any possibility to apply stable version or stable branch without reinstalling whole system?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    You can try it, but I'm not sure if it will work:

    Code:
    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3.1.15p2.tar.gz
    tar xvfz ISPConfig-3.1.15p2.tar.gz
    cd ispconfig3_install/install
    php -q update.php
     
  7. Mykola Kolesnyk

    Mykola Kolesnyk New Member

    I think it works. Thank you :)
     

Share This Page