ispconfig doesn't create web domain or change passwd

Discussion in 'General' started by UnitDav, Jun 25, 2014.

  1. UnitDav

    UnitDav New Member

    Hi Evryone ,

    ( i think after an update of my debian7 and ispconfig)

    my web server apache doesn't create anymore domain or change password shell user neither. but he write it in the database od ispconfig ..

    i tried check some scripts but nothing special
    so

    i tried
    Comment out the server.sh cron job:
    #* * * * * /usr/local/ispconfig/server/server.sh > /dev/null >> /var/log/ispconfig/cron.log

    Then run the command:
    /usr/local/ispconfig/server/server.sh

    the result : DEBUG - There is already a lockfile set. Waiting another 10 seconds...

    rm -f /usr/local/ispconfig/server/temp/.ispconfig_lock
    doesn't help too


    How can I solve or debug this issue?

    If some one have any ideas or fixed that . i would be glad :)

    thanks
    David
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    run:

    rm -f /usr/local/ispconfig/server/temp/.ispconfig_lock

    then:

    /usr/local/ispconfig/server/server.sh

    and post all the output that you get on the shell from this command.
     
  3. UnitDav

    UnitDav New Member

    25.06.2014-15:07 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    25.06.2014-15:07 - DEBUG - Found 16 changes, starting update process.
    25.06.2014-15:07 - DEBUG - Unable to register function 'install' from plugin 'aps_plugin' for event 'aps_instance_insert'
    25.06.2014-15:07 - DEBUG - Unable to register function 'install' from plugin 'aps_plugin' for event 'aps_instance_update'
    25.06.2014-15:07 - DEBUG - Unable to register function 'delete' from plugin 'aps_plugin' for event 'aps_instance_delete'
    PHP Fatal error: Call to undefined method plugins::registerAction() in /usr/local/ispconfig/server/plugins-available/backup_plugin.inc.php on line 54
     
  4. UnitDav

    UnitDav New Member

    Fixed

    With what u said me to do Till , i saw the problems so
    i commented the functions called,
    also did an update of ispconfig and now its working well

    thanks :)
     

Share This Page