WP-SimpleViewer » How-to and Troubleshooting

WP-SimpleViewer problem :-(

(7 posts)

Tags:


  1. Hango
    Member

    Hi,

    I've installed WP-SimpleViewer and Kimili Flash Embed plugin on my domain.
    I have tried to make a gallery and it is working fine with some very small pictures 35kb, but if I take some of my normal sized pictures 600kb and let WP-SimpleViewer create the galleri for my folders nothing i happing. It just hangs with:

    GD library version 2 or later is required. You are running version: bundled (2.0.34 compatible)
    Now the images and XML file for the selected folder will be created:
    Now I am working on file P1020211.jpg:

    I can se that the gallery.xml file i missing it has not been created :-( Anyone who knows what to do?

    Posted 3 years ago #
  2. if it works with small pictures but not with large ones that is related to the php memory settings, see this thread, too: http://wp-simpleviewer.fuggi82.de/topic.php?id=27&page&replies=4

    There is nothing I can do, maybe asking your provider might help or if you have the possibility to change the settings yourself, you can try this.

    Posted 3 years ago #
  3. You can also try this, maybe that it will help you:

    Open the plugin's php file and search for the line
    foreach($files_array as $filename_without_directory).

    Above this line you add a new line were you set a new value as memory_limit. With my provider I have 40M and I have no problem to create the thumbs, but I think that also smaller values should be fine, you have to test it out yourself. Then it should look like:

    } else {
    ini_set("memory_limit","40M");
    foreach($files_array as $filename_without_directory) {

    Where 40M is your new value. However this won't work if you have php's safe_mode enabled.

    Let me know if one helped you with your problem!

    Posted 3 years ago #
  4. Hango
    Member

    Hi again,

    It didn't solve my problem :-(

    Posted 3 years ago #
  5. Maybe you have safe_mode enabled and that's why this doesn't help...

    Posted 3 years ago #
  6. or you can try to replace "set_time_limit(30);" by "//set_time_limit(30);" in the wp-simpleviewer.php (and also I keep "//ini_set("memory_limit","40M");" )
    that save me with the french ISProvider Free

    Posted 2 years ago #
  7. So the plugin didn't work for you with the line set_time_limit not commented? Did you get an error message or has it not been working at all (means same error as above)?

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.