• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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