• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Images link problem after upgrading from 2.5.9 to 3.0.3

Status
Not open for further replies.

ryohnosuke

Chevereto Member
I don't know why all the images are linked to the same place:

http://www.ryohnosuke.net/image/7zpwZfkAQ1u

40e75.png


Even when I upload any new image, the viewer link is always the same link described above.

Maybe this problem could be related to an another one not reported yet. I can't delete any image: "An error occurred. Please try again later."

Saludos.
 
Did you use the same crypt_salt from v2? By the way how many images you have?
 
Yeah... I noticed your small quintillion (not kidding) AUTO_INCREMENT. PHP can work nicely up to quadrillion but you are asking too much. Maybe you incremented the id to have ids like /Dkend instead of /Lk (shorted version) and you exeeded the limit of the representation (64 bits)

The solution for this is to fix the auto_increment for your table (set equals to the number of your rows now or a number close to that) and also fix the image_id that has the giant number.
 
Last edited:
Since I don't know what're you talking about I can say in my favor 'I didn't touch anything' hahaha . I'm just a newbie who only touch dB for backup and restore purporses.

I noticed that this weird ID's started from July 2013, could be an upgrade, I don't remember.

f8733a.png


So I have to figure out a way to change these big numbers.... holy crap!!!

Saludos.
 
It's working now! http://www.ryohnosuke.net/

The problem is that the guy who fixed the database didn't take the date as reference to assign the new image ID's, so some 2013 images is displaying first than 2014 images... he says that he will fix that "tomorrow"

Happily most of my forum users uses direct link URL inteast viewer URL, I checked my forum dB and it was only 16 URL using viewer 🙂

Saludos.
 
Status
Not open for further replies.
Back
Top