Notifications
Clear all

Upload dont work

10 Posts
3 Users
0 Likes
2,577 Views
Posts: 5
 Iki
Customer
Topic starter
(@iki)
Member
Joined: 6 years ago

Hi i have a problem with upload files. When i try upload image cant save on my page and tell me

please select my files...

screen 3
screen 2
screen 1
9 Replies
Posts: 4171
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

Hi @iki,

Please use the right checkbox to select file before clicking on green button.

2019 01 12 1235
Reply
Posts: 4171
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

Also please let me know if your website is a WP Multisite installation.

In any case you should check the attachments table in database. Use Hosting cPanel > phpMyAdmin Database manager, navigate to the WordPress database and find _wpforo_attachments table. If this table doesn't exist try to create it by executing the SQL command below in SQL tab of phpMyAdmin. Please change the red marked table prefix if your table prefix doesn't match:

CREATE TABLE IF NOT EXISTS `wp_wpforo_attachments`(  
`attachid` INT NOT NULL AUTO_INCREMENT,
`userid` INT NOT NULL,
`filename` varchar(255) NOT NULL,
`fileurl` VARCHAR(255) NOT NULL,
`size` INT NOT NULL DEFAULT 0,
`mime` varchar(255) NOT NULL,
`posts` INT NOT NULL DEFAULT 0,
PRIMARY KEY (`attachid`),
KEY (`posts`),
KEY (`userid`)
);
Reply
Posts: 5
 Iki
Customer
Topic starter
(@iki)
Member
Joined: 6 years ago

Thank you for respond, the checkbox select file to upload still dont work, when i searched in database  _wpforo_attachments it doesnt exist

2
Bez názvu

, next when i created new tab i have another error. What next? Sorrry for my nescience and my english too.

Reply
Posts: 4171
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

@iki,

I just updated the code, please copy and execute it again.

Reply
1 Reply
 Iki
Customer
(@iki)
Joined: 6 years ago

Member
Posts: 5

Ok code created, but still dont work.

4
5

It looks like it does not save pictures and automatically does not mark an image that I want to insert into a post.

Reply
Page 1 / 2
Share:
Scroll to top