Bubble Tok New database + admin panel

Status
Not open for further replies.

LeLouched

Active member
Banned User
Jul 12, 2020
101
63
28
Maybe someone can fix the upload issue and post
as it keeps saying the video needs to be over 15 seconds
Download database:


Download source



You can login, register, get verified but you cant post videos
 
Last edited by a moderator:

LeLouched

Active member
Banned User
Jul 12, 2020
101
63
28
you can login in android app??
yes you can
Dwx06.png
 

codd3ex

New member
Jul 11, 2020
20
4
3
importing database got this errors

-- Table structure for table `post`
--

CREATE TABLE `post` (
`post` text NOT NULL,
`likes` text NOT NULL,
`post_id` varchar(150) NOT NULL,
`user_id` varchar(150) NOT NULL,
`status` text NOT NULL,
`is_trending` text NOT NULL,
`post_hash_tag` text NOT NULL,
`post_description` text NOT NULL,
`post_video` blob DEFAULT NULL,
`post_image` text NOT NULL,
`created_date` date NOT NULL DEFAULT current_timestamp(),
`sound_title` text NOT NULL,
`duration` text NOT NULL,
`singer` text NOT NULL,
`sound_id` text NOT NULL,
`full_name` text NOT NULL,
`user_name` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1



MySQL said: Documentation

#1067 - Invalid default value for 'created_date'
 

LeLouched

Active member
Banned User
Jul 12, 2020
101
63
28
importing database got this errors

-- Table structure for table `post`
--

CREATE TABLE `post` (
`post` text NOT NULL,
`likes` text NOT NULL,
`post_id` varchar(150) NOT NULL,
`user_id` varchar(150) NOT NULL,
`status` text NOT NULL,
`is_trending` text NOT NULL,
`post_hash_tag` text NOT NULL,
`post_description` text NOT NULL,
`post_video` blob DEFAULT NULL,
`post_image` text NOT NULL,
`created_date` date NOT NULL DEFAULT current_timestamp(),
`sound_title` text NOT NULL,
`duration` text NOT NULL,
`singer` text NOT NULL,
`sound_id` text NOT NULL,
`full_name` text NOT NULL,
`user_name` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1



MySQL said: Documentation

#1067 - Invalid default value for 'created_date'
strange on mine it imported correctly
check the previous thread, had a fix for it that or
remove created_date import then recreate created_date
 
  • Like
Reactions: codd3ex

codd3ex

New member
Jul 11, 2020
20
4
3
yes you can
Dwx06.png
i am getting login in the script now it was server side issue and also struct at this level video not uploading and also tried to comment the line of that 15 second in android but when i click after video shoot it will do nothing..
and thank you for the SQL and Other file it means a Lot Bro...
 
Status
Not open for further replies.

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu