• 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.

Some help with the update to the new system:)

Status
Not open for further replies.
Avast said:
first: you have to upload the update.php not uploader.php!
second: navigato to: http:// yoursite.com/update.php ( http://www.upz.co.il/update.php )
third: follow the instructions in the instructions.txt

He altso have to upload all the files, and replace with old ones.

But if you made that theme, then you could update the system to 2.1, if you did not make that theme, i'd think you should wait untill the theme devoloper are publishing a 2.1 version for it.

I uploaded and replaced files, then i forgott that my theme devoloper havn't published a 2.1 version :(( + mods.


so if you are using custom theme - mods, wait untill the theme maker, or the mod maker update their mods/theme.
 
This is Lautaro's Theme and he told me before i buy it that he's not go to update this theme and i want it even after he told me that^-^
So, there's another way to update? if i dont have the theme updates... haha
 
Themes should work after update, but if you've got some unofficiall mods they could now be broken.

Try to update and use your current theme, then you see if it works or not. (Don't try this on the live-system!)
 
The mods won't work properly with 2.1, however an update is in the works as far as I know. The themes should work with 2.1.
 
What do you mean with bags and "BOM" ?

I see, that your "select files" button has returned to the default.

I hope you've got a backup of the old system.
Navigate to chevereto/content/system/js and open jquery.uploadify...

Search for : buttonImg , height and width . copy this part and paste it into the new system.
Your old button should now be back.

To the admin issue:

you've got the same problem like this guy:
http://chevereto.com/forums/topic2150-log-in-error.html
 
Here:
ServerSignature Off
Options -Indexes -MultiViews

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^api$ api.php [L]
RewriteRule ^admin/(.*) admin/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

ErrorDocument 400 default
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 500 default
 
The .htaccess are exactly As mine .

ServerSignature Off
Options -Indexes -MultiViews

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^api$ api.php [L]
RewriteRule ^admin/(.*) admin/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

ErrorDocument 400 default
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 500 default
 
Problem is that the server is firing a html content header (instead of css header for instance).
Here is the example of a bad response:

Code:
Connection    Keep-Alive
Content-Encoding    gzip
Content-Length    7883
Content-Type    text/html
Date    Sun, 20 May 2012 16:21:38 GMT
Keep-Alive    timeout=1, max=99
Server    Apache/2
Vary    Accept-Encoding,User-Agent
X-Powered-By    PHP/5.2.17

This means that the server is overriding the css header that chevereto uses in order to work. This is a valid response (the response of the same request but on demo.chevereto.com):

Code:
Cache-Control    no-cache
Connection    keep-alive
Content-Encoding    gzip
Content-Type    text/css;charset=utf-8
Date    Sun, 20 May 2012 17:50:45 GMT
Expires    Thu, 19 Nov 1981 08:52:00 GMT
Pragma    no-cache
Server    cloudflare-nginx
Transfer-Encoding    chunked
X-Powered-By    PHP/5.3.10

As you may notice, your server is also overriding the no-cache and cache-control headers. What we need to know here is why this is happening. Can you give me FTP access? I need to do some coding to test.
 
To the site that has this issue. Perhaps you are doing some cache on this domain.
 
Status
Not open for further replies.
Back
Top