made a forum website with bootstrap and PHP used jQuery for some basic transitions… now the problem is its working fine in local host but when I hosted it in Infinity free I’m facing some trouble…
Log in modal isn’t launching… the error which comes in the console is shown below
When I click in Signup the page can’t redirect link
Sign Up is working because Sign Up Modal Exists. But Login is not working because of Login Modal is not on the page.
When You are clicking login button it’s triggering login modal, but Login Modal is not on the page as a result you can see modal.js:332 Uncaught TypeError: Cannot read property 'classList' of undefined. Login Modal (class) Not found.
"SELECT * FROM threadlist WHERE MATCH (thread_title, thread_description) AGAINST( '$query' )"
Remember
In MySQL the MATCH() function performs a full-text search. It accepts a comma separated list of table columns to be searched.
The table/s must have a FULLTEXT index before you can do a full-text search against them (although boolean queries against a MyISAM search index can work — albeit slowly — even without a FULLTEXT index).