The .htacess file I mentioned is at the root of your site effecting all of your CPG installations (as I had suspected). You may be seeing some residual caching but should clear up if you refresh the page a time or two.
↧
Re: Auto refresh problem, just upgraded 1.6.04 to 1.6.06
↧
Re: Auto refresh problem, just upgraded 1.6.04 to 1.6.06
I just cleared Firefox cache and uploaded an image and everything worked as expected. Will see how it goes over the next few day as I try to find a few more images to add.
Thanks.
Thanks.
↧
↧
Strange MYSQL error
Hi guys. I'm having an issue with uploads which worked fine until now. This error comes when I try to upload like 250-300 images at once and then after 150 it just stops with an error code. The error code is the same for multiple files:
Quote
While ex...
↧
Re: Strange MYSQL error
I see, and is there any way to bypass that?How about ... not upload so many at one time.

↧
Check File Plugin
Hi There. I'm in the process of cleaning up my sites from a massive hack and on one of the galleries here: http://dianeneal.org running the current stable version of 1.6.07 after install stub update.
I'm having issues where after I run the check files,...
I'm having issues where after I run the check files,...
↧
↧
Re: Check File Plugin
The check_files plugin is not fully compatible with CPG 1.6.x
↧
Re: Check File Plugin
Ron:
That's odd because I've used it on my other installations. Just this and another gallery have sort of "rejected" it. Wonder why? The other galleries were also 1.6.06. So not sure what's going on.
Any other way to check for hacked folders without ...
That's odd because I've used it on my other installations. Just this and another gallery have sort of "rejected" it. Wonder why? The other galleries were also 1.6.06. So not sure what's going on.
Any other way to check for hacked folders without ...
↧
Re: Check File Plugin
Here is an updated Check Files plugin for CPG 1.6.x
↧
Re: Check File Plugin
Ron:
This works fantastically. Thank you so much for the update to the plugin. I still want to know why it worked on some galleries but not on others???
You're amazing.
NWN
This works fantastically. Thank you so much for the update to the plugin. I still want to know why it worked on some galleries but not on others???
You're amazing.
NWN
↧
↧
Cookie Consent update request for 1.6.x
Can somebody please update this amazing plugin?
↧
Re: Cookie Consent update request for 1.6.x
The 1.5.x version should work okay with CPG 1.6.x
↧
Re: Cookie Consent update request for 1.6.x
Hmmm It doesnt work for me, Ill try it again
↧
Date added on thumbnail view
Is it possible to add 'Date added' to the thumbnail view?
↧
↧
Re: Date added on thumbnail view
See this plugin.
↧
Re: Dropdown sortorder menu with lang configs
Look at my respond theme for how it might be done. I did it there (though I don't remember the details).
https://forum.coppermine-gallery.net/index.php/topic,79594.msg38...
↧
Re: Dropdown sortorder menu with lang configs
You need to include the sorting javascript functions from the respond theme somewhere in yours.
[code]// thumbnail sort selection
function sort_go_page (sbd) {
wloc = 'thumbnails.php?album='
+ js_vars.sort_vars.aid
+ '&page='
+ js_vars.sort_vars.pa...
[code]// thumbnail sort selection
function sort_go_page (sbd) {
wloc = 'thumbnails.php?album='
+ js_vars.sort_vars.aid
+ '&page='
+ js_vars.sort_vars.pa...
↧
Re: Dropdown sortorder menu with lang configs
You need to include the sorting javascript functions from the respond theme somewhere in yours.
[code]// thumbnail sort selection
function sort_go_page (sbd) {
wloc = 'thumbna...
↧
↧
Re: Dropdown sortorder menu with lang configs
You need to include the sorting javascript functions from the respond theme somewhere in yours.
When I select the option it doesn't show the selection in the menu... ...
↧
Re: Dropdown sortorder menu with lang configs
Make sure the theme_display_thumbnails function in your theme.php has $USER declared in its globals.
↧
Re: Dropdown sortorder menu with lang configs
Make sure the theme_display_thumbnails function in your theme.php has $USER declared in its globals.I can't be more thankful for all your h...
↧