Page 1 of 1

plugin error in alpha4

Posted: Thu Jul 14, 2005 2:18 am
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

Re: plugin error in alpha4

Posted: Thu Jul 14, 2005 2:25 pm
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

Re: plugin error in alpha4

Posted: Thu Jul 14, 2005 2:46 pm
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

Posted: Fri Jul 15, 2005 10:27 am
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.