Search

bbPress Showcase » bbPress Chat

BB-attachements not working

RSS
  1. massbase
    User has not uploaded an avatar

    member
    Joined: Jun '09
    Posts: 22

    offline

    its not working i put the bb-attachments folder in :-

    /public_html/

    and in -

    /public_html/massbase.com/bb-attachments/ <---- where bbpress is installed.

    I chmodded both folders to 777.

    i am using RC1

    the whole thing gets activated and the form appears at the bottom of the add-new topic page, but nothing gets uploaded...

    Posted 2 years ago #
  2. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 882

    offline

    Do you get error messages after uploading or does it look like success?
    Was the database table created?

    The folder should be created before /public_html if possible.
    Otherwise you'll have to edit the settings and change it manually.

    Posted 2 years ago #
  3. massbase
    User has not uploaded an avatar

    member
    Joined: Jun '09
    Posts: 22

    offline

    i write the title post in,

    write the content of the post,

    upload a gif file or zip file or anything

    i click upload,

    the posts

    i get no error, the post does post correctly, except nothing gets uploaded, it just redirects to the posted page. nothing in the bb-attachments folder anywhere.

    these are the only tables in my database after activating it.

    * bb_bbmodsuite_reports
    * bb_bbpm
    * bb_forums
    * bb_meta
    * bb_posts
    * bb_terms
    * bb_term_relationships
    * bb_term_taxonomy
    * bb_topics
    * bb_usermeta
    * bb_users

    i have now, three bb-attachments folders, all chmodded, one above public_html, one under public_html, and one in /massbase.com/ (my addon domain name)

    Posted 2 years ago #
  4. massbase
    User has not uploaded an avatar

    member
    Joined: Jun '09
    Posts: 22

    offline

    do i have to have Amazon AWS? becuase i dont know what it is and no i dont have it, my hosting is at justhost.com

    Posted 2 years ago #
  5. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 882

    offline

    No it does not need amazon aws, that is completely optional.

    Your database table is missing.
    You'll have to create it manually.
    That is why it is not working.

    CREATE TABLE IF NOT EXISTS bb_attachments (
    		id		int(10)        UNSIGNED NOT NULL auto_increment,
    		time       	int(10)        UNSIGNED NOT NULL default 0,
    		post_id 	int(10)        UNSIGNED NOT NULL default 0,
    		user_id 	int(10)        UNSIGNED NOT NULL default 0,
    		user_ip 	int(10) 	       UNSIGNED NOT NULL default 0,
    		status       	tinyint(10) UNSIGNED NOT NULL default 0,
    		downloads 	int(10)         UNSIGNED NOT NULL default 0,
    		size        	int(10)         UNSIGNED NOT NULL default 0,
    		ext 	     	varchar(255)           NOT NULL default '',
    		mime     	varchar(255) 	         NOT NULL default '',
    		filename     	varchar(255) 	         NOT NULL default '',
    		PRIMARY KEY (id),
    		INDEX (post_id)
    		) CHARSET utf8  COLLATE utf8_general_ci
    Posted 2 years ago #
  6. massbase
    User has not uploaded an avatar

    member
    Joined: Jun '09
    Posts: 22

    offline

    i created the table but nothing has changed, nothing gets uploaded and the table is still empty after trying

    Posted 2 years ago #
  7. massbase
    User has not uploaded an avatar

    member
    Joined: Jun '09
    Posts: 22

    offline

    these are my plugins, the ones in bold are activated.

    Admin Can Post Anything 0.1.0
    Akismet 1.0
    Allow Images 0.7.1
    BBcode Lite 1.0.3
    bbPM 0.1-alpha4b
    bbPress Attachments 0.2.7
    bbPress Moderation Suite 0.1-alpha6
    bbPress signatures 0.2.0
    bbPress Smilies 0.0.8
    bbPress Tweets 0.3
    bbRatings 0.8.5
    bbSocialize 0.0.3
    bb Topic Views 1.6.4
    Bozo Users 1.0
    Disable Display Name 0.0.2
    Google Analitycs 0.1
    [b]Members Online 0.0.1

    Mini Stats 0.1.0
    Reputation (Karma) for bbPress 0.0.6

    by the it is bb-attachments 0.2.7 that im using.

    Posted 2 years ago #
  8. massbase
    User has not uploaded an avatar

    member
    Joined: Jun '09
    Posts: 22

    offline

    I also do not have a any admin settings for this, either in the settings or plugin tabs in the admin.

    Posted 2 years ago #
  9. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 882

    offline

    Who is your host and are they running php in safe mode?

    Posted 2 years ago #
  10. massbase
    User has not uploaded an avatar

    member
    Joined: Jun '09
    Posts: 22

    offline

    hey ck how do i find if they are running it in safe mode, my host is Justhost.com.

    EDIT,: SAFE MODE IS OFF

    Posted 2 years ago #

RSS feed for this topic

Post a reply to “BB-attachements not working” »

You must log in to post.

keep _ck_ coding >> donate $5 <<     Theme Switcher:
29 users online from in the past 30 minutes. 14 bots 15 guests
2,775 views today 6,910 yesterday 14,010 peak. Most at once 47 today 48 yesterday 131 peak. Visited today: codye, _ck_
2,231 posts in 377 topics over 62 months by 424 of 1,966 members. Latest: brmidot, somomoni, codye