Main Menu
Online
1 anonymous user and 0 registered users online.
You are an unregistered user or have not logged in.
"get_accessible_folders" failed: Column 'pn_uid' in on clause is ambiguous while executing: SELECT
nuke_photoshare_folders.ps_id,
nuke_photoshare_folders.ps_title
FROM
nuke_photoshare_folders
LEFT JOIN nuke_photoshare_access
ON nuke_photoshare_folders.ps_id = nuke_photoshare_access.ps_folder
LEFT JOIN nuke_group_membership
ON nuke_photoshare_access.ps_kind = 0 AND pn_uid = -1
LEFT JOIN nuke_users
ON nuke_photoshare_folders.ps_owner = pn_uid
WHERE (nuke_photoshare_folders.ps_accesslevel = 1
OR nuke_photoshare_folders.ps_accesslevel = 2
) AND NOT nuke_photoshare_folders.ps_blockfromlist
GROUP BY
nuke_photoshare_folders.ps_id
ORDER BY nuke_photoshare_folders.ps_createddate DESC
