Support » Plugin: WordPress Gallery Plugin - NextGEN Gallery » [Plugin: NextGEN Gallery] Flashviewer: where do I put gallery.xml?

  • Hi there,
    I am not able to make simpleviewer, tiltviewer, autoviewer and postcarviewer work with nextgen.

    Here is my setting:
    WordPress 3.0.1.
    Nextgen Version 1.5.5
    Nextgen flashviewer Version 1.3
    Système d’exploitation : Linux (64 Bit)
    Serveur : Apache/2.2.15 (Debian)
    Version PHP : 5.3.2-1
    GD Version : 2.0

    I followed the installation instructions and the applications seams to execute right.

    I need to know where do I have the put my gallery.xml and my repertoriesof images and thumbs.
    Because, when I add the line in a new article: [simpleviewer id=”10″ width=”400″ height=”400″ link=”*SIMPLE*”]
    then I publish, I click on the link SIMPLE and it shows me: Cannot parse gallery XML.
    I tried to add this gallery.xml and all the pictures, on the root directory of my blog (which for me does not make seens, as I don’t see the link with the nextgen gallery where I add the reference (id=10)).

    It is more than 2 days I am looking into the internet, and specialy this well done forum, but it seams that everybody enjoy this plugin. I don’t understand why I should be the only one to encounter this problem as my job is … sysadmin!

    Thanks in advance to help me and others!

    http://wordpress.org/extend/plugins/nextgen-gallery/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter scalp

    (@scalp)

    no idea?

    i have the same problem 🙁

    it looks like it will not generate xml content.. may be collision with new wordpress version?

    problem solved:

    append to beggining of simpleviewer.php (located in nextgen-flashviewer/xml) this code:
    ini_set('display_errors', FALSE);

    xml generator work now correctly without deprecated warnings!

    Thread Starter scalp

    (@scalp)

    Thanks Kopulex, but it did not solve my problem.
    What I tried is to remove all the gallery.xml on my server. Then I published my post where is my command:
    [simpleviewer id=”10″ width=”400″ height=”400″ link=”*SIMPLE*”]
    Then I click on my link where I should see my gallery, and I still have the same error: cannot parse gallery xml.

    If I change my command in my post with:
    [simpleviewer id=”9″ width=”400″ height=”400″ link=”*SIMPLE*”]
    It tells me that the gallery does not exist, which is right. So the simpleviewer command is able to communicate with the nextgen gallery (to see if the gallery exist or not), but it cannot find the gallery.xml.

    So where do I have to put my gallery.xml? in which directory?

    kopulex it’s worked for me!

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: NextGEN Gallery] Flashviewer: where do I put gallery.xml?’ is closed to new replies.