No more error during recalculating
Turned out to be silly user problem.
During the upgrade to PN 0.750 I did not do item 7 of the upgrading manual:
Seventh, There are also several new entries in config.php that need adding.
Add the following to just below $pnconfig['encoded']
$pnconfig['pconnect'] = '0';
$pnconfig['temp'] = 'pnTemp';
and add the following just below $pndebug['debug_sql'] = 0;
$pndebug['pagerendertime'] = 0;
Still I have two problems (perhaps related):
1 Message after recalculating: Images left: 32/122, no matter how many times I recalculate, this stays the same.
2 The images do not show up.
symptoms:
- _PTMP_GALLERY_EMPTYALBUM is the message I get when viewing an album
- in the list of subfolders I see (with the same album) 4 _PSLIST_IMAGES and I know there are 4 images in that album.
- In the list of subfolders no images are shown but in the source it is obvious why:
www.xxx.xx/index.php?module=photoshare&type=show&func=viewimage&iid=180&thumbnail=1
the & is replaced by &
I'll keep looking for solutions but any suggestions are welcome