• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

remote fatal error, check your data

Sweet

Chevereto Noob
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?
 
I think it because chevereto working with jsapi from google :|

I need to find a way to upload it on my server
 
You mean the jquery library?
Just download the latest form jquery.com and upload it to your js folder.
Then change this:
Code:
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("jquery", "1");</script>
to this:
Code:
<script type="text/javascript" src="./js/jquery-1.4.2.min.js"></script>
Hope this helps.
 
Sweet said:
I think it because chevereto working with jsapi from google :|

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


You are not even close.
 
Back
Top