deviantcommons
Member
- Sep 1, 2020
- 105
- 2
- 18
doesn't work
gives server error after update
isn't nulled
doesn't work
Thanks for share
How to i update this
I always get error 500 whenever i try to update
Clear cache in admin areaIm getting an issue where if I upload a folder and then refresh, the folder doesn't show up but my added quota is still applied. Anyone else getting this?
doesn't work for me
- Download the latest version
- Double click the downloaded file.
- Copy website.zip file to the root of your server (same place where files were uploaded during installation).
- Extract the website.zip file into the root directory and overwrite old files.
- Visit url and click Update Now button (Make sure you are logged in as admin).
- Once update is completed you will be redirected back to homepage.
Which error did you receivedoesn't work for me
[URL unfurl = "true"] https://mega.nz/file/qs1ThCpA#EpQiT9WB8vXwIKtIQ3CySo2NwdLz9KHIHjhOZ44yyEk [/ URL]no funciona para mi
Inglés por favor[URL unfurl = "true"] https://mega.nz/file/qs1ThCpA#EpQiT9WB8vXwIKtIQ3CySo2NwdLz9KHIHjhOZ44yyEk [/ URL]
deja tu reacción
Works fine
- Download the latest version
- Double click the downloaded file.
- Copy website.zip file to the root of your server (same place where files were uploaded during installation).
- Extract the website.zip file into the root directory and overwrite old files.
- Visit url and click Update Now button (Make sure you are logged in as admin).
- Once update is completed you will be redirected back to homepage.
keep getting this error when updatingGreat, welcome
It is requesting for a column gateway_name.keep getting this error when updating
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'gateway_name' in 'order clause' (SQL: select * from `subscriptions` where `subscriptions`.`user_id` = 1 and `subscriptions`.`user_id` is not null order by FIELD(gateway_name, "none") asc)
Tried everything always results in an error 500
Didnt work at allIt is requesting for a column gateway_name.
You need to create that column in the database and it is telling you where it is requesting it from. Subscriptions Tab
So enter your Database and Select Subscriptions.
Image below of what your DB should be looking like
![]()
Inside the Subscriptions Tab, your Column structure should look like this:
![]()
Now can you see what it is requesting for.
Add your column manually
gateway_name:
varchar (191),
Colation: utf8mb4_unicode_ci,
Not Null.
That should fix your issue.
Let me know how it goes and if there are further issues