[2.0.0beta2] Update Plugins

Found a bug? Tell us!!
Post Reply
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

[2.0.0beta2] Update Plugins

Post 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
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: [2.0.0beta2] Update Plugins

Post by yellowled »

mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Re: [2.0.0beta2] Update Plugins

Post 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.
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: [2.0.0beta2] Update Plugins

Post 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
Post Reply