BeDrive - File Sharing and Cloud Storage

BeDrive - File Sharing and Cloud Storage v3.1.7

No permission to download
Sep 1, 2020
105
2
18
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)​

 

GambitSteel

Active member
Trusted Uploader
Oct 22, 2020
149
152
43
How to i update this
I always get error 500 whenever i try to update
  1. Download the latest version
  2. Double click the downloaded file.
  3. Copy website.zip file to the root of your server (same place where files were uploaded during installation).
  4. Extract the website.zip file into the root directory and overwrite old files.
  5. Visit url and click Update Now button (Make sure you are logged in as admin).
  6. Once update is completed you will be redirected back to homepage.
 
  • Love
Reactions: TheRyD3r

Mehmet042

New member
Jul 10, 2022
0
0
0
Im 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?
 
Sep 1, 2020
105
2
18
  1. Download the latest version
  2. Double click the downloaded file.
  3. Copy website.zip file to the root of your server (same place where files were uploaded during installation).
  4. Extract the website.zip file into the root directory and overwrite old files.
  5. Visit url and click Update Now button (Make sure you are logged in as admin).
  6. Once update is completed you will be redirected back to homepage.
doesn't work for me
 

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
  1. Download the latest version
  2. Double click the downloaded file.
  3. Copy website.zip file to the root of your server (same place where files were uploaded during installation).
  4. Extract the website.zip file into the root directory and overwrite old files.
  5. Visit url and click Update Now button (Make sure you are logged in as admin).
  6. Once update is completed you will be redirected back to homepage.
Works fine

Thanks 😊
 
  • Like
Reactions: GambitSteel
Sep 1, 2020
105
2
18
Great, welcome
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
 

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
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
It 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

Screenshot_20210919-120610.png


Inside the Subscriptions Tab, your Column structure should look like this:

Screenshot_20210919-120832.png

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
 
Sep 1, 2020
105
2
18
It 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

Screenshot_20210919-120610.png


Inside the Subscriptions Tab, your Column structure should look like this:

Screenshot_20210919-120832.png

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
Didnt work at all
i added the data and had to create another column (gateway) since it was showing gateway missing as well
ran the update and website still remained the same
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu