jquery FullCalendar returns http 403 error - javascript

I have integrated jquery FullCalender2.2 in my php website. It is working fine with localhost but when I upload it online in my url "http://iamfortesting.com" it returns 403 response. Please help as I am unable to get the issue. Console Log is given below-
Failed to load resource: the server responded with a status of 403 (Forbidden) http://iamfortesting.com/......../fullcalendar.css
same is for fullcalendar.js also.

better you use cdn
//cdnjs.cloudflare.com/ajax/libs/fullcalendar/2.2.2/fullcalendar.min.css
//cdnjs.cloudflare.com/ajax/libs/fullcalendar/2.2.2/fullcalendar.min.js

Related

I am unable to load Image in Javascript file and I am facing this issue - Failed to load resource: the server responded with a status of 404

Failed to load resource: the server responded with a status of 404 (Not Found)
I have made image src in html and I am trying to change that image on click from Javascript in a Javascript file. Can someone please help me please check image here for detail of the error?
typically its an error in the syntax of the URL it looks like you are trying to retrieve the images from the root directory of your site. You are also passing the port information through that URL btw that might be the issue too

REST API application does not work on domain

I moved my REST API web app to registered domain. On localhost is working as intended, however when deploying to server I get following error
Failed to load resource: the server responded with a status of 404 ()
I use JS to access REST API.
Localhost http://localhost:8080/EB-Software/apii/user-form/retrieve worked perfectly, whereas http://eb-software.uk/EB-Software/apii/user-form/retrieve leads to error above.
Please help
Update the URL like this, just remove EB-Software
http://eb-software.uk/apii/user-form/retrieve

Wordpress Envira Gallery doesn't load with forbidden status

When I load the webpage with Envira Gallery, it gives an error message
Failed to load resource: the server responded with a status of 403 (Forbidden)
with http://s3.kpost.ca/wp-content/plugins/envira-gallery/assets/css/responsivelyLazy.css?ver=1.7.2.
And it has some reference errors
can't find variable: responsivelyLazy.
How should I fix this problem?
Well it simply can't find the variable.. Either you are missing a file, you have permission issues or your path has a typo.. it is difficult to tell without seeing the site in question. Since this is a paid for wp plugin, I would recommend that you open a ticket here https://enviragallery.com/docs/.

how to find the source code that produce the Resources in Chrome Inspect Element

If you look at the following site http://styles.my/thestar/ , the inspect element using chrome shows a 404 for http://shopping.thestar.com.my/image/.
How can I find or trace back the code that producing this error?
I can see a a 403 error.
Failed to load resource: the server responded with a status of 403 (Forbidden)
Has to be something about permission in the server side. And this is the correct URL for this resource http://styles.my/thestar/image/
Make sure you ask with the correct info :)

javascript slideshow inside wp header not working

I just implemented a slideshow to the header of a WP site, but i can't get it to work
The code is hard coded inside the php site
see here:
http://dev.turnim.com/clients/lds/
I did upload all the javascript and css files, which the script came with and firebug is not showing me any errors.
I did check all the paths on the needed scripts/css and they are all ok
Anyone has an idea what is going wrong here?
you have either wrong paths to these libs or those libs dont exist. check them, so that they load with 200 OK
Failed to load resource: the server responded with a status of 404 (Not Found)
http://dev.turnim.com/clients/lds/wp-content/themes/spanisheyes/fonts/genericons.css?ver=2.09
Failed to load resource: the server responded with a status of 404 (Not Found)
http://dev.turnim.com/clients/lds/wp-content/themes/spanisheyes/js/jquery/supersized.shutter.css
Failed to load resource: the server responded with a status of 404 (Not Found)
http://dev.turnim.com/clients/lds/slider/i.slider-1.0.min.js

Categories

Resources