Http://idiscuss-forum.rf.gd/index.php

http://idiscuss-forum.rf.gd/index.php

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…

  1. Log in modal isn’t launching… the error which comes in the console is shown below
  2. When I click in Signup the page can’t redirect link


the error which shows in console when i try to open log in modal

It works fine for me. Try clearing cache.

2 Likes

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.

Try:

  • Add Login modal code and try again.

good to here…
its been couple of days…
i couldnt launch it…
as i dont know the problem
The site works on local host not here!!!

image
it exits

trigger

its fixed
the error was including file
in navbar i couldnt include correctly the modal

now pls help me through second issue
after signup its not rederecting to the page

image

Congratulation! You solved your login modal issue.

Is it resolved?

1 Like

yes
but its search query is not working

Try this query

"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).

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.