Skip to content
  1. Sep 24, 2017
  2. Sep 20, 2017
  3. Aug 23, 2017
  4. Aug 19, 2017
    • Florian Schmaus's avatar
      Fix PHP incompatibilities in XMPPHP · e6150323
      Florian Schmaus authored
      This fixes the following to errors in XMPPHP:
      
      Stack trace:
      0 [internal function]: XMPPHP_XMLStream->endXML(Resource id 150, 'STREAM:FEATURES')
      1 /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMLStream.php(420): xml_parse(Resource id 150, '<?xml version='...', false)
      2 /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMLStream.php(471): XMPPHP_XMLStream->__process()
      3 /var/vhosts/example.org/plugins/Xmpp/lib/xmppmanager.php(165): XMPPHP_XMLStream->processUntil(Array)
      4 /var/vhosts/example.org/plugins/Xmpp/lib/xmppmanager.php(49): XmppManager->connect()
      5 /var/vhosts/example.org/lib/iomaster.php(248): XmppManager->start(Object(ImMaster))
      6 /var/vhosts/example.org/lib/iomaster.php(111): IoMaster->start()
      7 /var/vhosts/example.org/scripts/imdaemon.php(58): IoMaster->service()
      8 /var/vhosts/example.org/lib/spawningdaemon.php(189): ImDaemon->runThread()
       in /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMLStream.php on line 567
      PHP Fatal error:  Uncaught Error: Function name must be a string in /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMLStream.php:567
      
      PHP Fatal error:  Uncaught Error: Call to undefined function split() in /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMLStream.php:266
      Stack trace:
      0 /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMPP.php(129): XMPPHP_XMLStream->addXPathHandler('{http://etherx....', 'features_handle...')
      1 /var/vhosts/example.org/plugins/Xmpp/lib/xmppmanager.php(145): XMPPHP_XMPP->__construct('geekplace.eu', 5222, 'gnusocial', 'U^k&l5fV53duGy', 'gnusocial', 'geekplace.eu', false, NULL)
      2 /var/vhosts/example.org/plugins/Xmpp/lib/xmppmanager.php(49): XmppManager->connect()
      3 /var/vhosts/example.org/lib/iomaster.php(248): XmppManager->start(Object(ImMaster))
      4 /var/vhosts/example.org/lib/iomaster.php(111): IoMaster->start()
      5 /var/vhosts/example.org/scripts/imdaemon.php(58): IoMaster->service()
      6 /var/vhosts/example.org/lib/spawningdaemon.php(189): ImDaemon->runThread()
      7 /var/vhosts/example.org/lib/spawningdaemon.php(118): SpawningDaemon->initAndRunChild(1 in /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMLStream.php on line 266
      e6150323
  5. Aug 09, 2017
  6. Jul 11, 2017
  7. Jul 05, 2017
  8. Jul 04, 2017
  9. Jun 18, 2017
    • Danial Behzadi's avatar
      Update INSTALL · 16e7b5af
      Danial Behzadi authored
      Step 4 of `Getting it up and running` is not applicable in newer versions.
      16e7b5af
  10. May 29, 2017
  11. May 06, 2017
  12. Apr 29, 2017
    • Takuma YOSHIOKA's avatar
      Ignore whole directory, not only inner contents · 2ebdac70
      Takuma YOSHIOKA authored
      `dir/*` style let git ignore files and directories in `dir/`, but not
      `dir/` itself.
      This cause `git clean -df` to remove `dir/` **with its contents**!
      
      To prevent `git clean -df` to remove data directories (`avatar/`, `file/`,
      etc), use `dir/` (or `dir`) style in gitignore.
      2ebdac70
  13. Apr 26, 2017
  14. Apr 22, 2017
Loading