plugin error in alpha4

Found a bug? Tell us!!
Post Reply
MySchizoBuddy
Regular
Posts: 340
Joined: Sun Jun 12, 2005 5:28 am

plugin error in alpha4

Post by MySchizoBuddy »

Using S9Y.alpha4.264

Code: Select all

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /Applications/xampp/htdocs/site/blogs/s9yalpha264/include/admin/plugins.inc.php on line 521

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /Applications/xampp/htdocs/site/blogs/s9yalpha264/include/admin/plugins.inc.php on line 522

Warning: Invalid argument supplied for foreach() in /Applications/xampp/htdocs/site/blogs/s9yalpha264/include/admin/plugins.inc.php on line 572
and after installing spartacus

Code: Select all

DEBUG: Tree not an array, but: Array ( [0] => Array ( [tag] => packages [attributes] => [value] => [children] => ) ) . Please report this bug. This might be an error with the downloaded XML file. You can try to go to the plugin configuration of the Spartacus Plugin and simply click on 'Save' - this will purge all cached XML files and try to download it again.

Warning: Invalid argument supplied for foreach() in /Applications/xampp/htdocs/site/blogs/s9yalpha264/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 434
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: plugin error in alpha4

Post by garvinhicking »

Can you tell me your PHP version and libxml version? Both can be found on a phpinfo() output. There seems to be either problem with parsing XML or fetching XML.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: plugin error in alpha4

Post by garvinhicking »

I bet you're using PHP5. There was a bug with UTF-8 de/encoding. Please check out the latest SVN revision of the plugin and delete your templates_c/package*.xml files!

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
MySchizoBuddy
Regular
Posts: 340
Joined: Sun Jun 12, 2005 5:28 am

Post by MySchizoBuddy »

yup i'm using PHP5
and Yup its fixed.
i can see that u r working on text_wiki as well :)
I'll try it out and see if it works.
Post Reply