Working configuration vps - v5

FanIT

New Member
Oct 29, 2020
2
0
1
I tested many configurations Apache/NGINX PHP 7.2 - 7.3 - 7.4,
but have this same error:
1) Social plugin error 500
2) Solvemedia capatcha error 500
3) Extremaly slow upload files
- File upload to _tmp 40-50MB/s its ok
- but progresing, progresing (upload 10s, progresing 2m40s 200mb file)
- progresing .... file over 450mb upload error


Will someone share a working configuration?
nginx conf file, list of plugin and/or php extension...
 

FanIT

New Member
Oct 29, 2020
2
0
1
2) Solvemedia solution


Hi,

Thanks for your email.

Looks like a bug with this one. Can you try the following fix. In:

"\app\helpers\CoreHelper.class.php"

Find:

include_once(CORE_ROOT . '/includes/solvemedia/solvemedialib.php');

Replace with:

include_once(CORE_FRAMEWORK_LIBRARIES_ROOT . '/solvemedia/solvemedialib.php');

There'll be 2 entries to replace.

This will form part of the next code release. Any issues, let me know.

Regards,
Adam.