PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Upload Permission Problem (http://www.photopost.com/forum/photopost-pro-how-do-i/125278-upload-permission-problem.html)

vonedaddy June 2nd, 2006 10:59 AM

Upload Permission Problem
 
I set a gallery up for unregistered users to upload to. I set the permissions on the category and in the usergroups section. It still says they do not have permission to upload. Any ideas?

BTW, it is integrated with VB.

Chuck S June 2nd, 2006 12:49 PM

If users have permission to upload to a category and have usergroup upload permission they should be allowed to upload by hitting the upload link and then the only cats they have permission to upload to should be there.

vonedaddy June 2nd, 2006 05:43 PM

Yes, I know that and only the cats I gave them permissions to are there, and it lets them go through the motions, but after it says processing it goes to a screen that says they do not have permissions. Any help would be appreciated.

Chuck S June 2nd, 2006 07:54 PM

Do you have a link to this install so I can try?

I would need to see the exact sequence

vonedaddy June 2nd, 2006 08:03 PM

Sure I am sorry. Here is the gallery url, just as a warning there may be some things that can be found offensive.

http://hereyah.com/gallery/

Thank you much.

Chuck S June 2nd, 2006 08:12 PM

Well here is the code block in bulkupload which is stopping you related to noupload diewell

Code:

Content visible to verified customers only.
Therefore to me looking at that code which of these is off a little. Is global upload switch in admin options set to yes? Is under usergroup permissions are unregistered users set to upload?

Basically one of these two is blocking your upload. Now try removing these this in bold and see if it works

Code:

Content visible to verified customers only.

vonedaddy June 2nd, 2006 08:43 PM

I dont understand, first off let me say I appreciate your help.

Global upload is set to yes
Unregistered users in usergroup permission is also set to yes

Can you explain a little better which code you want me to modify?

Chuck S June 2nd, 2006 08:48 PM

In my post above down the bottom try removing the code in bold and see if it works in bulkupload.php

vonedaddy June 2nd, 2006 08:55 PM

I do not have that exact code in my bulkupload.php file. Mines looks like this:
Code:

Content visible to verified customers only.
It says nopost instead of uploads and if I remove it I get a blank screen on second step of upload instead of no permissions error.

Chuck S June 3rd, 2006 09:29 AM

Okay so your using an older version

Make your code block what I posted above no need to remove anything just make it to look like my last shown code block

vonedaddy June 3rd, 2006 05:44 PM

OK Chuck, That worked but something weird happened. I upload one jpg and it showed me about 20 pictures, looks like a bunch that I have denied in the past.

Chuck S June 3rd, 2006 07:06 PM

Yep that would be correct


All times are GMT -5. The time now is 02:31 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97