Re: No further photos can be added to an album - batch add and http upload fails
No, my web hosting contact wrote, the the upload_max_filesize ist limited to 64 MB.So, why does it not work by loading the pictures into the database?
View ArticleRe: No further photos can be added to an album - batch add and http upload fails
Your error talks about memory limit. In the firts link I posted in reply#1 I talk about memory limit.Memory limit is important. You can have upload_max_filesize limited to 64 MB, but if the memory...
View ArticleRe: Center the (modified) film strip
The odd animation/rendering effect is occurring because the thumbs have diffrent widths.The filmstrip loads 7 thumbs with a total width of 968px, then other 7 thumbs with a total width of 967px, then...
View ArticleRe: Center the (modified) film strip
Setting a smaller number like 4 or 5 for the filmstrip in config also helps a lot.
View ArticleRe: No further photos can be added to an album - batch add and http upload fails
Another way is to always optimize you images with a photo editor (ex: photoshop has option Save for web to reduce image size, not image resolution, without loosing quality). Adobe photoshop is not...
View ArticleRe: No further photos can be added to an album - batch add and http upload fails
If your host does not allows editing php.ini, then they proabibly do not allow .htaccess for hotlinking and other things that in time you will need.Better to change host soon before you have a bigger...
View ArticleRe: Fatal error: Allowed memory size of X bytes exhausted
DETAILED TOPIC ABOUT "memory size of X bytes exhausted : No further photos can be added to an album - batch add and http upload fails: http://forum.coppermine-gallery.net/index.p...
View ArticleRe: No further photos can be added to an album - batch add and http upload fails
The error points to coppermine/include/picmgmt.inc.php on line 437 because there is the code to create images on upload "$src_img = imagecreatefromjpeg($src_file);" or line 439 "$src_img =...
View ArticleRe: No further photos can be added to an album - batch add and http upload fails
Quote from: allvip on Yesterday at 02:21:03 PMYou did not answer one of my questions: Do you have access to php.ini on your host? Sorry, I was a bit tired today in the morning. So I forgot to answer.I...
View ArticleRe: No further photos can be added to an album - batch add and http upload fails
Quote from: Mate Matic on Yesterday at 11:24:57 AMMy web hosting provider says again, they allow only an upload_max_filesize of 64M (converted about 67 MB). With 134217 KB = 128M in Config - Max size...
View ArticleRe: No further photos can be added to an album - batch add and http upload fails
Quote from: Mate Matic on December 05, 2014, 01:12:50 PMNow, I followed the steps of the troubleshooting guide:http://documentation.coppermine-galler...
View ArticleRe: No further photos can be added to an album - batch add and http upload fails
You shoud have in yuor control panel PHP configuration or PHP Settings or something like this.Depends what kind of control panel your host installed. Just click all the tools, buttons etc until you...
View ArticleRe: No further photos can be added to an album - batch add and http upload...
Let's go back to basics first. Please setup a user account that we can test uploads to and also set single file uploads as outlined in the docs. Once you have that setup please post a link to your site...
View ArticleRe: Synology server
My mistake. Read here about GD: http://stackoverflow.com/questions/5936792/does-the-gd2-extension-come-with-phpabout GD on php.net: [url=http://php.net/manual...
View ArticleRe: I don't want to see a URL to the pciture in the preview
I just edited the post becuse I found out how to include the code in the theme and not delete it from displayimage.php
View ArticleRemoving menubar
HelloI have question, how to remove the menubar which is visible above picture? Marked red in attached screenshot.Thanks
View ArticleRe: Removing menubar
Copy function theme_display_image (all functions are in theme/sample/theme.php). Check first if the function is not already in your...
View ArticleRe: Removing menubar
If you remove all the menu, you may like this plugin:Picture navigation plugin for cpg1.5.x: http://forum.coppermine-gallery.net/index.php/topic,68456.0.htmlAdds go to the p...
View ArticleRe: Removing menubar
Related topics:Responsive filmstrip (filmstrip divs no tables): http://forum.coppermine-gallery.net/index.php/topic,77558.0.htmlReplace filmstrip arows with text: [url=http:...
View ArticleRe: Remote videos for cpg1.5.x
Is possible to add just embed codes? I mean... if I want to add a video from other host, can I just somehow add the embed code in the file and add it to the gallery? Thanks.
View Article