Hi Andrew
I’ve been trying to implement the XMLGrab Plugin on a new server for a client and have run into a couple of problems. I’m trying to import an xml file outputted by the Slideshow Pro Director image management system - the file is located here:
http://dev.sundaydrivestudios.com/slideshow_test/output_xml
Whenever I run the XMLGrab import script (located at http://dev.sundaydrivestudios.com/slideshow_test/import_xml) I get the following message and then nothing happens:
Fetching: http://dev.sundaydrivestudios.com/slideshow_test/output_xml
Occasionally though I get a PHP error message:
PHP Fatal error: Call to undefined function mb_convert_encoding()
Weirdly this only seems to happen in Firefox, and the server admin says multibyte string functions have definitely been enabled on the server.
Here’s the code I’m using:
{exp:xmlgrab url="http://dev.sundaydrivestudios.com/slideshow_test/output_xml"
itempath="/gallery/album"
weblog="2"
title="album_name"
date="created_at"
use="album_id|album_description|album_preview"
fields="album_id|album_description|album_preview"
unique="title"}
We’re running a fresh install of EE 1.6.8 - XMLGrab is the only thing we’ve installed so far. The strange thing is I have exactly the same setup/scripts etc running on another website and it all works perfectly - any ideas of what the problem might be would be a great help!
Thanks
Simon
