• 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

move to another server

Status
Not open for further replies.

hyyat4host

Chevereto Member
hello I transfer our site
http://www.hyyathost.com/ to another server

I have error when I upload picture

also in error file



[05-Aug-2016 14:53:20 Asia/Riyadh] SQLSTATE[HY000]: General error: 1364 Field 'image_delete_hash' doesn't have a default value
[05-Aug-2016 14:55:39 Asia/Riyadh] SQLSTATE[HY000]: General error: 1364 Field 'image_delete_hash' doesn't have a default value
[06-Aug 16:53:49 SQLSTATE[HY000]: General error: 1364 Field 'image_delete_hash' doesn't have a default value
[07-Aug-2016 16:03:23 Asia/Riyadh] SQLSTATE[HY000]: General error: 1364 Field 'image_delete_hash' doesn't have a default value
[08-Aug-2016 09:29:24 Asia/Riyadh] Request denied
[10-Aug-2016 14:05:00 Asia/Riyadh] SQLSTATE[HY000]: General error: 1364 Field 'image_delete_hash' doesn't have a default value
[10-Aug-2016 12:02:05 UTC] PHP Parse error: syntax error, unexpected '[', expecting ')' in /home/hosthyy/public_html/app/loader.php on line 115
[10-Aug-2016 12:02:09 UTC] PHP Parse error: syntax error, unexpected '[', expecting ')' in /home/hosthyy/public_html/app/loader.php on line 115
[10-Aug-2016 15:10:42 Asia/Riyadh] SQLSTATE[HY000]: General error: 1364 Field 'image_delete_hash' doesn't have a default value
[10-Aug-2016 15:11:18 Asia/Riyadh] SQLSTATE[HY000]: General error: 1364 Field 'image_delete_hash' doesn't have a default value
 
Hi @hyyat4host,

That's a remanent of V2. You need to run this command in your MySQL console:

Code:
ALTER TABLE `chv_images` DROP `image_delete_hash`;

Let me know if it works for you.

Thanks,
Ricardo.
 
Thanks but I'm afraid that you will need to give us more information. Please follow this guide and try to collect the error responses related to your issues.

Best,
Ricardo.
 
Status
Not open for further replies.
Back
Top