Recent Topics

1 Jun 21, 2005 12:00    

Hi folks, bit of a newb, so be gentle!

I'm running b2evo v 0.9.0.10, and cannot find any "image upload" button when logged in to make a posting, and if i try to access b2upload.php i get the following message..

"Permission denied! (upload/any)"

I've had a look around the forums already and couldnt find anthing, can someone point me in the right direction, many thanks.

3 Jun 21, 2005 13:02

Hi Graham,

Thanks for the quick responce, have done everything you mentioned on that post, and i'm still getting the same error.

4 Aug 29, 2005 14:00

I am having the same problem of absence of the upload button (b2evo v 0.9.0.12), but the button is present for a person of the admin group (and the upload works). It is only for the other groups that the button is not there...

Any suggestion ?

5 Aug 29, 2005 14:19

per default only users with a userlevel higher than 1 (2 and up) can upload images.
The userlevel is used for nothing else than that.
Check in the userpermissions for the userlevel.

6 Aug 29, 2005 14:21

You need to have level 3 minimum to have access to upload.

look at admin/_admin.php

$fileupload_minlevel = 3;

7 Sep 02, 2005 23:44

thanks a lot. It worked as you explained. What I did to allow everyone to upload photos was to put $fileupload_minlevel = 0 in admin/_admin.php.


Form is loading...