Search

bbPress Showcase » bbPress Chat

subscribe to topic, log error

RSS
  1. kikko088
    User has not uploaded an avatar

    member
    Joined: Aug '10
    Posts: 14

    offline

    I use subscribe to topic on my forum but I see on log error a lot of error caused by (i think) subscribe to topic.
    This is mi log file

    Attachments

    1. error_log.txt (9.9 KB, 2 downloads) 1 year old
    Posted 1 year ago #
  2. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 908

    offline

    From that I'd imagine the database table never got created.

    Didn't you have the same problem with bb-attachments or was that someone else?

    Posted 1 year ago #
  3. kikko088
    User has not uploaded an avatar

    member
    Joined: Aug '10
    Posts: 14

    offline

    mmm no, I don't use bb-attachments.
    I try to subscribe a topic but if I go to profile-subcribe is empty

    Posted 1 year ago #
  4. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 908

    offline

    Yes that is because the table doesn't exist so no entries can be made.

    I have no idea why it's failing on your server, the activation routine must not be working.

    If you have phpmyadmin you can make the table manually

    CREATE TABLE IF NOT EXISTS subscribe_to_topic (
    		user 	int(10)	 UNSIGNED NOT NULL default '0',
    		topic 	int(10)	 UNSIGNED NOT NULL default '0',
    		post     int(10)	 UNSIGNED NOT NULL default '0',
    		last	int(10)	 UNSIGNED NOT NULL default '0',
    		time	int(10)	 UNSIGNED NOT NULL default '0',
    		type	tinyint	 UNSIGNED NOT NULL default '0',
    		PRIMARY KEY (user,topic),
    		INDEX (user),
    		INDEX (topic)
    		) CHARSET utf8  COLLATE utf8_general_ci
    Posted 1 year ago #
  5. kikko088
    User has not uploaded an avatar

    member
    Joined: Aug '10
    Posts: 14

    offline

    perfect thank you very much!
    can I ask another thing?
    I use nicer permalink and upload avatar, the permalink of my forum is perfect but the avatar not appear, if I deactive nicer permalink the avatar appear.
    Where is the problem for you?

    kikko088

    Posted 1 year ago #
  6. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 908

    offline

    Nicer permalink probably messes with a bunch of things, I don't use it.

    It might be changing the path to the avatar which is why you don't see it.

    Posted 1 year ago #

RSS feed for this topic

Post a reply to “subscribe to topic, log error”

You must log in to post.

keep _ck_ coding >> donate $5 <<     Theme Switcher:
38 users online from in the past 30 minutes. 11 bots 27 guests
3,824 views today 8,638 yesterday 16,043 peak. Most at once 47 today 60 yesterday 131 peak. Visited today: qamilon, pandoracam, lvgalliera
2,288 posts in 394 topics over 66 months by 430 of 2,165 members. Latest: qwe12345100, Janvelden, watchessaleus