Hi there, I'm encountering some issues with my WAMP setup. Previously, my pages were loading fine on WAMP, but a few months back, I attempted to use a keyboard shortcut to refresh a tab on Chrome. After that, my Bootstrap stopped loading. Everything was working perfectly before I used the shortcut. Strangely, when I'm connected to the internet, everything loads normally.
One peculiar thing I noticed is that after loading with the internet connection, it continues to load without internet until I restart the system. Then it requires internet to load again.
I suspect this is causing my JavaScript to malfunction at times. My WAMP version is
3.0.6_x64_apache2.4.23_mysql5.7.14_php5.6.25-7.0.10.exe
, which is not the latest but the newest version needs some VS libraries that I can't access currently.
I've included a screenshot of how dashboard.php
loads before connecting to the internet, along with the source code of dashboard.php
Any advice on how to resolve this issue? Do I need to host some libraries locally? Any assistance would be greatly appreciated. Thanks in advance.
https://i.sstatic.net/iAl2x.png
<!DOCTYPE html>
<html>
<!-- rest of HTML code here -->
</html>