As promised, merry Christmas !
Enjoy ! Don’t forget this is an ALPHA version ! So don’t use it on your production server ! If you do so, don’t blame me !
I did my best to provide an easy-to-run install/upgrade but I only checked few configurations !
Let me know if you have issues !
I am still working on EXIF and multimedia stuffs….
Here is the gift :
psnGallery2 v1.4.0 Alpha 1.zip
hrm i just commented out that line 47, now i’m getting the same error as simon.
Fatal error: Call to a member function on a non-object in /home/phamm/public_html/wp-content/plugins/psnGallery2.php on line 97
thanks for working on this.
i have the same issue as dennis. line 47 of psnGallery2.php cannot find the “get_settings” function used there. so we can just comment this line out?
Pingback: The Daily Haggis
oops, I just realized I misspelled the url, its riding-shotgun.de, sorry
I have specified one of the albums, because I used to get errors when I had all the coppermine albums. I also have movies in coppermine and I would get an error everytime it would try to get one of the movies.
is there another way to fix this?
@Kathy: Well, the random algorithm is the one from Coppermine…I haven’t change it with the new version…..Are you displaying the data from one specific album or is it accross the whole collecton ?
I have psngallery 1.3.1 running on one of my sites (http://www.rding-shotgun.de) and I have the random image tag showing on the left, but it seems like the random image is not quite random at all, will it help if I upload to the new version or is there another problem with the script, tag etc.
any help would be much appriciated.
thanks
kat
Upon redesigning my sitie I found out that WordPress doesn’t output valid XHTML anymure due to this new version of psnGallery.
To resolve this the line
default : $module = $CONFIG['ecards_more_pic_target'].'displayimage.php?album=random&pos=-'; break;
(sorry, wordpad doesn’t show line numbers) should read:
default : $module = $CONFIG['ecards_more_pic_target'].'displayimage.php?album=random&pos=-'; break;
It’s an easy mistake to make
i know – it makes absolutely no sense. I turned off the autocomplete and purged the cache. It still did it. I tried it on a pristine installation of 1.3a5 that I use for testing, it still did it. Even tried on a different machine – nada. (you’ll never know how much it pained me to admit defeat and post here). Afterwards, I attempted to install version 1.3.2, but it didn’t jive with WP 1.3a5 until I used the psnCPGAdmin.php from 1.4a1 (the magic quotes call was the problem). This works fine for me so far.
Very groovy plugin!
I finally figure out that, when I run the intall php, the table “wp_psnGallery” was added in the database of the coppermine gallery instead of the wordpress’s database. I don’t know if it is what you intend to do it but it is different from the previous version.