Topic: remote fatal error, check your data

Hey,

I'm experiencing something very strange. in the morning remote is working fine, in the evening I get fatal error, check your data.
my servers are totally fine with the load. it pick time it's 0.1 what can it be?

Thumbs up

Re: remote fatal error, check your data

I think it because chevereto working with jsapi from google  neutral

I need to find a way to upload it on my server

Last edited by Sweet (2010-07-13 04:16:53)

Thumbs up

Re: remote fatal error, check your data

You mean the jquery library?
Just download the latest form jquery.com and upload it to your js folder.
Then change this:

<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("jquery", "1");</script>

to this:

<script type="text/javascript" src="./js/jquery-1.4.2.min.js"></script>

Hope this helps.

Thumbs up

Re: remote fatal error, check your data

Sweet wrote:

I think it because chevereto working with jsapi from google  neutral

I need to find a way to upload it on my server


You are not even close.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: remote fatal error, check your data

Rodolfo wrote:
Sweet wrote:

I think it because chevereto working with jsapi from google  neutral

I need to find a way to upload it on my server


You are not even close.


so what is the reason this is happening?

Last edited by Sweet (2010-07-14 00:48:08)

Thumbs up