Hi RICH65, how much memory do you have set up for your website in Wamp? What version of Wamp do you have running? I use Xampp in Windows 8.1 and I don’t get any errors when ever I test CataBlog.
Thread Starter
RICH65
(@rich65)
Hi mbrsolution!
Memory Overview:
PHP Version : 5.4.3 / 32Bit OS
Memory limit : 256 MB
Memory usage : 32.04 MB
I use WAMPSERVER 2.2
I found that it begins reporting the error after 998 item in the gallery.
After deleting to 997 items in the gallery everything is ok.
There is probably a limit, which is a strange. I need a gallery with more than 2200 items.
Do you have any idea?
Thanks, RICH
Hi Rich, have a look at my URL. See if the instructions for Xampp can help you with Wampserver.
Regards
Hi Rich did my link above help you?
Thread Starter
RICH65
(@rich65)
Hi!
Unfortunately, so far without success. I do not know which parameter on localhost could cause this problem.
Thanks, RICH
I guess the only action left to take is to upload your website to a live server and carry out a test.
Thread Starter
RICH65
(@rich65)
Thanks for the reply. I will test it after switching to a live server, but I do not believe in success.
Thanks, RICH
Yes I understand your thoughts. I am using this plugin on one of my clients without any issues. However they don’t have as many images as you do.
Try to reduce the image sizes and reduce the compression. You might like to test the following plugin to help you optimize your images. I use this plugin on all the websites 😉
Thread Starter
RICH65
(@rich65)
Hi!
All images are precisely optimized for the Web in Photoshop.
I found this solution, which removes both problems (error in editing the gallery and long response time).
I create 47 galleries for 47 pages of the catalog. The shortcode will be following:
[catablog_gallery id="1329" catablog template="gallery" navigation="disable"]
<!--nextpage-->
[catablog_gallery id="1330" catablog template="gallery" navigation="disable"]
<!--nextpage-->
.....
Pagination performs plugin WP-PageNavi.
I will use the same solution for displaying categories of the catalog.
It will be a lot of work, but I get the absolute control over the content of catalog, which I need for future updating and editing of content.
By this I close this thread.
Have a nice day.
RICH