Image Store: FAQ

  1. I can’t upload images using flash.
    • Try updating flash, or you using a SII server the plugin has not been tested on SII.
  2. What are the requirements to run the plugin
    • MySQL 5+, Apache 2+, Linux/Unix, WP3.0.0+
  3. When I stall the plugin I get the following error “T_CONST, expecting T_OLD_FUNCTION or T_FUNCTION…’}’”
    • This is because your using PHP4 and this plugin only works with PHP5
  4. The “add to favorites”, “add to cart”, and “colorbox/lighbox” links don’t work.
    • Make sure that you theme has the ‘<?php wp_footer(); ?>’ function to load the javascript to the front-end.
  5. How do I change the thumbnail size on the front-end for the photo page?
    • Before installing the plugin set the “Thumbnail size”; WordPress admin > settings > media.
    • After the plugin was installed set the “Thumbnail size” and re-scan the gallery folder.
  6. How can I make donation to continue the plugin development?
    • With the plugin installed navigate to Image Store > settings and click on the donate button.
  7. Goggle Checkout is not accepting payment.
    • There are a few settings that you have to change in you Google account.
    • Google checkout account:
    • Go to settings > integrations
    • “API callback URL” use your site homepage url
    • Check “Notification as HTML”
  8. I am getting out of memory errors, how can I fix it?
    • Add the code define( 'WP_MEMORY_LIMIT', '120M'); to your wp-settings.php file, change the memory as needed.
  9. The images are not showing in the front-end
    • Check the file permissions for the image-store/admin/_key folder.
  10. Can I use the plugin only to manage my images, not like a store?
    • Yes, under settings > gallery settings check “Disable store features”
  11. Can I use this plugin with “NextGen Gallery”.
    • NO, there is no integration at the moment.