SlideShowIt Plugin for 1.5.x - Page 3 SlideShowIt Plugin for 1.5.x - Page 3
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

SlideShowIt Plugin for 1.5.x

Started by Gene-2008, January 07, 2010, 07:34:09 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Fibo

(Some days later) The (PHP) cache was still present on my site the next day (so update did not work) but has been updated as of now, several days later.
So the suggested edit is the one to go... with some patience waiting for cache update: your mileage will vary!

jerry1304

i have a problem

when i.m loggin in as a admin or registered user - evr looks Ok

when i'm login out

a have

"Critical error
There was an error while processing a database query"

albums list makes the same error database

Album list - Critical error There was an error while processing a database query"  "link to www.mywebsite/index.php?cat=0 is error ?? when cat=1 or 2 i see pictures and slideshowit works Ok
Last uploads - ok
Last comments - ok
Most viewed - ok
Top rated - ok
My Favorites Search - ok

some albums are public some "only for registered users"

where is the  problem - please help :)


ag0g0girl

I am getting database error for my site http://standrewumc.com/photos:

While executing query 'UPDATE `cpg_mod_SlideShowIt` SET slideshowit_albumid=('30')' in plugins/slideshowit/codebase.php on line 34
mySQL error: Table 'standrew_copp1.cpg_mod_SlideShowIt' doesn't exist

Debug file attached.

Gene-2008

Try the fix from earlier in this thread

Find and Edit line 34 in codebase.php

$s="UPDATE `{$CONFIG['TABLE_PREFIX']}mod_SlideShowIt` SET slideshowit_albumid=('$slideshowit_albumid')";

NOTE The change in caps...

$s="UPDATE `{$CONFIG['TABLE_PREFIX']}mod_slideshowit` SET slideshowit_albumid=('$slideshowit_albumid')";

Gene