• I have a problem with flShow. The proble is this:

    The xml is placed in a folder which is different to where the PHP doc is been points to (flshow.php). What I mean is this: The folder where the xml gets saved is in /wp-content/upload/ BUT, the plugin looks for the file in a folder which does not exist, in fact, the folder name is the name of the xml which is the photo album within the root the folder. So even if I create a folder with that name within the root folder, which the xml file added, still gets an error.

    Can you help all those people who are using it (at least trying).

Viewing 1 replies (of 1 total)
  • I think your are trying to import XML file for flash and that XML file contains images etc. You need to give Absolute Path of your XML file.

    Try this:

    $xml_path = ABSPATH.’wp-content/upload/yourxml.xml’;

Viewing 1 replies (of 1 total)
  • The topic ‘xml file saved through php’ is closed to new replies.