About this topic

  1. member
    Joined: Jun '09
    Posts: 22

    offline

    Posted 1 year ago #

    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...

  2. senior admin
    Joined: Jul '06
    Posts: 685

    offline

    Posted 1 year ago #

    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.

  3. member
    Joined: Jun '09
    Posts: 22

    offline

    Posted 1 year ago #

    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)

  4. member
    Joined: Jun '09
    Posts: 22

    offline

    Posted 1 year ago #

    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

  5. senior admin
    Joined: Jul '06
    Posts: 685

    offline

    Posted 1 year ago #

    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
  6. member
    Joined: Jun '09
    Posts: 22

    offline

    Posted 1 year ago #

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

  7. member
    Joined: Jun '09
    Posts: 22

    offline

    Posted 1 year ago #

    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.

  8. member
    Joined: Jun '09
    Posts: 22

    offline

    Posted 1 year ago #

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

  9. senior admin
    Joined: Jul '06
    Posts: 685

    offline

    Posted 1 year ago #

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

  10. member
    Joined: Jun '09
    Posts: 22

    offline

    Posted 1 year ago #

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

    EDIT,: SAFE MODE IS OFF

RSS feed for this topic

Reply »

You must log in to post.

keep _ck_ coding >> donate $5 <<     Theme Switcher:
13 users online from in the past 30 minutes. 10 bots 3 guests
291 views today 3,983 yesterday 9,585 peak. Most at once 20 today 77 yesterday 115 peak.
1,783 posts in 296 topics over 44 months by 344 of 1,173 members. Latest: juanmanolo, marcosgdf, fil.diesel