Okay, I'm having a very annoying problem right now.
1) My website won't show the Member Menu/Bar even though I have it turned on
2) The New Topic button in the forums won't work
My site: http://untergangers.tk/
A testing account for use:
Username: testingaccount
Password: testing
Thanks.
|
have you tried clearing your cache folders? |
have you tried clearing your cache folders?
Yeah. I tried emptying the cache. I suspect a module is broken as I had this problem before and uninstalling the quotes module fixed it. But now the quotes module is gone, the problem has come back and I don't know what's causing it.
|
Looks like a JavaScript conflict somewhere as your login link does not work on home page either. . Maybe the "amung us" script or other you added to <head> or </body>. Try removing scripts you added when you noticed the issues to narrow it down. |
Looks like a JavaScript conflict somewhere as your login link does not work on home page either. . Maybe the "amung us" script or other you added to <head> or </body>. Try removing scripts you added when you noticed the issues to narrow it down.
I tried removing it but same problem. But the Amungus was there before the problem.
|
Ok, the New Topic link fixed itself. But the member bar is still absent and I cannot click Continue when adding pictures ad videos.
Here are what I get in the console
|
Still looks like you have another JS conflict, some pages show member menu bar and others don't. Not sure what other JS you added but quickly looking, maybe adf.ly or that chat/forum. Try removing them and clear cache after each time to narrow it down.
Also have another error on photos page using pagination.
Warning: Division by zero in /home/flein/public_html/inc/classes/BxDolPaginate.php on line 202
Warning: Cannot modify header information - headers already sent by (output started at /home/fegelein/public_html/inc/classes/BxDolPaginate.php:202) in /home/felein/public_html/inc/design.inc.php on line 133
|
Are you sure it's the Adf.ly? They are only just links on images.
I have now removed the chat on every page except the home page. But I doubt it's the chat or adfly because they are only on the home page. Any ideas?
Also, how can I fix them errors?
Still looks like you have another JS conflict, some pages show member menu bar and others don't. Not sure what other JS you added but quickly looking, maybe adf.ly or that chat/forum. Try removing them and clear cache after each time to narrow it down.
Also have another error on photos page using pagination.
Warning: Division by zero in /home/flein/public_html/inc/classes/BxDolPaginate.php on line 202
Warning: Cannot modify header information - headers already sent by (output started at /home/fegelein/public_html/inc/classes/BxDolPaginate.php:202) in /home/felein/public_html/inc/design.inc.php on line 133
|
Do you have js compression turned on in admin?
For now make sure JS compression and Js caching is turned off in admin until the problem is found. Having those things disabled makes finding the source easier.
And if you have not disabled cloudflare caching, do that to. It was on the last time i checked, but that was hours ago. Been busy so i could not get back to this topic.
https://www.deanbassett.com |
I've disabled Cloudflare caching now and it's still happening.
Where can I find the option to turn off JS Caching / Compression in the admin?
Do you have js compression turned on in admin?
For now make sure JS compression and Js caching is turned off in admin until the problem is found. Having those things disabled makes finding the source easier.
And if you have not disabled cloudflare caching, do that do. It was on the last time i checked, but that was hours ago. Been busy so i could not get back to this topic.
|
Go tin admin. Then to settings. Then to advanced settings then to templates. All of the caching options will be there.
But i don't expect to fix the problem by shutting all that stuff off. What i expect is to make finding the problem easier.
https://www.deanbassett.com |
WOW!!!! OMG! That actually fixed it, no lies! :O
Go and my website now and check it out if you don't believe me. Thanks so much! :D
Go tin admin. Then to settings. Then to advanced settings then to templates. All of the caching options will be there.
But i don't expect to fix the problem by shutting all that stuff off. What i expect is to make finding the problem easier.
|
If compression was on, then it's possible the host you have does not support compression, or they already compress JS files thus was conflicting. So remember to leave that option off.
https://www.deanbassett.com |