VideoTube icon indicating copy to clipboard operation
VideoTube copied to clipboard

Implemented dedicated video uploading site like YouTube using JavaScript, PHP, MySql which includes features such as video uploading, video server-side conversion, launch of video player, video thumbn...

Results 4 VideoTube issues
Sort by recently updated
recently updated
newest added

Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'videotube.comments' doesn't exist in C:\xampp\htdocs\includes\classes\Video.php:231 Stack trace: #0 C:\xampp\htdocs\includes\classes\Video.php(231): PDOStatement->execute() #1 C:\xampp\htdocs\includes\classes\CommentSection.php(20): Video->getNumOfComments() #2 C:\xampp\htdocs\includes\classes\CommentSection.php(16): commentSection->createCommentSection() #3...

Base table or view not found: 1146 Table 'VideoTube.subscribers' doesn't exist in www\metube\includes\classes\User.php on line 84 That's why nothing can do that every page after login shows blank. Like upload.php...

the sql file misses some import tables like comments and subscriptions can you fix them @manoharys

I set up the database configurations, and the website is up and running the only problem I click upload video it just refreshes the page but the video doesn't upload...