[Home] [Catalog] [Search] [Inbox] [Write PM] [Admin]
[Return]

Posting mode: Reply

(for deletion, 8 chars max)
  • Allowed file types are: gif, jpg, jpeg, png, bmp, swf, webm, mp4
  • Maximum file size allowed is 50000 KB.
  • Images greater than 200 * 200 pixels will be thumbnailed.



We will hold the 12th Townhall next Saturday (5th) 19:00 UTC [Info] [Countdown]


File: pillow.jpg
(269 KB, 700x595)[ImgOps]
269 KB
i want to present an imageboard for some free style class project, but am a n00b. i never set up the database right and i cant find any specific instructions.
the best place to ask is an imageboard, how do i set up the database/tables/columns(?) for fikaba to work right. and yes, i will let all of you destroy the imageboard the same time my peers use it. which is a week from now
Marked for deletion (Old)
>>
can't give you a step-by-step walk through since i haven't used it but:
-enable the mysqli extention in ur php.ini
-install mariadb
-create a database user in mariadb
-create a database in mariadb
-configure fikaba's configuration file (set tables names, etc)
-run imgboard.php (which creates the tables)
>>
File: fikaba for OP <3.png
(119 KB, 1280x1024)[ImgOps]
119 KB
I made this for you OP, because I love you. <3

(And because I will never ignore an opportunity to poke around imageboard scripts happy)
>>
A SAINT
>>
>>134091
>>134105
thank you loads, and i appreciate the help and help image. shii
when i try to post i get this error: Unknown column 'ip' in 'field list'
any idea what to do for it dizzy?
>>
File: error.png
(3 KB, 720x480)[ImgOps]
3 KB
this is what it looks like
>>
>>134124
looks like you have set BANTABLE in config.php to an existing table with a different schema? drop that table then visit imgboard.php, and the table should be created with the correct schema for you automatically.
>>
thanks! i will let you know if there is anymore problems. this thread will expire before i present it so i will mak a thread then
>>
>>134124
https://github.com/mxrnx/fikaba/blob/master/docs/migrate.md this probably fixes it if it happens again.

use YOURDATABASE;
alter table YOURPOSTTABLE add ip text;
alter table YOURPOSTTABLE add id text;
alter table YOURPOSTTABLE add fname text;


Delete post: []