Page 1 of 1

[2.0.0beta2] Update Plugins

Posted: Wed Apr 16, 2014 4:07 pm
by Lux
Hi!

I get the following error message, when I go to Plugins / Update sidebar:

Code: Select all

Versuche URL package_sidebar_de.xml zu öffnen... 151196 bytes von bereits bestehender Datei geladen. Speichere Inhalt als /srv/www/deimeke.net/dirk/blog/templates_c/package_sidebar_de.xml... == TESTING ERROR MODE ==

Fatal error: Uncaught exception 'ErrorException' with message 'Assigning the return value of new by reference is deprecated' in /srv/www/deimeke.net/dirk/blog/include/compat.inc.php:126
Stack trace:
#0 /srv/www/deimeke.net/dirk/blog/include/plugin_api.inc.php(616): errorToExceptionHandler(8192, 'Assigning the r...', '/srv/www/deimek...', 171, Array)
#1 /srv/www/deimeke.net/dirk/blog/include/plugin_api.inc.php(616): serendipity_plugin_api::load_plugin()
#2 /srv/www/deimeke.net/dirk/blog/include/plugin_api.inc.php(691): serendipity_plugin_api::load_plugin('serendipity_plu...', NULL, 'serendipity_plu...', '/srv/www/deimek...')
#3 /srv/www/deimeke.net/dirk/blog/include/admin/plugins.inc.php(163): serendipity_plugin_api::getPluginInfo('/srv/www/deimek...', Array, NULL)
#4 /srv/www/deimeke.net/dirk/blog/serendipity_admin.php(144): include('/srv/www/deimek...')
#5 {main}
  thrown in /srv/www/deimeke.net/dirk/blog/include/compat.inc.php on line 126
Analogue message for event plugins:

Code: Select all

Versuche URL package_event_de.xml zu öffnen... 471615 bytes von bereits bestehender Datei geladen. Speichere Inhalt als /srv/www/deimeke.net/dirk/blog/templates_c/package_event_de.xml... == TESTING ERROR MODE ==

Fatal error: Uncaught exception 'ErrorException' with message 'Assigning the return value of new by reference is deprecated' in /srv/www/deimeke.net/dirk/blog/include/compat.inc.php:126
Stack trace:
#0 /srv/www/deimeke.net/dirk/blog/include/plugin_api.inc.php(616): errorToExceptionHandler(8192, 'Assigning the r...', '/srv/www/deimek...', 767, Array)
#1 /srv/www/deimeke.net/dirk/blog/include/plugin_api.inc.php(616): serendipity_plugin_api::load_plugin()
#2 /srv/www/deimeke.net/dirk/blog/include/plugin_api.inc.php(691): serendipity_plugin_api::load_plugin('serendipity_eve...', NULL, 'serendipity_eve...', '/srv/www/deimek...')
#3 /srv/www/deimeke.net/dirk/blog/include/admin/plugins.inc.php(163): serendipity_plugin_api::getPluginInfo('/srv/www/deimek...', Array, 'event')
#4 /srv/www/deimeke.net/dirk/blog/serendipity_admin.php(144): include('/srv/www/deimek...')
#5 {main}
  thrown in /srv/www/deimeke.net/dirk/blog/include/compat.inc.php on line 126
Cheers

Dirk

Re: [2.0.0beta2] Update Plugins

Posted: Thu Apr 17, 2014 10:13 am
by yellowled

Re: [2.0.0beta2] Update Plugins

Posted: Thu Apr 17, 2014 5:39 pm
by mattsches
Would be interesting to see which plugins are loaded when the error occurs. Unfortunately, the name of the plugins is cut off in the error messages. Meh.

Re: [2.0.0beta2] Update Plugins

Posted: Thu Apr 17, 2014 8:25 pm
by Lux
mattsches wrote:Would be interesting to see which plugins are loaded when the error occurs. Unfortunately, the name of the plugins is cut off in the error messages. Meh.
Look: https://gist.github.com/ddeimeke/11002987

Cheers

Dirk