Jump to content
Bicrypto v4.4.2 + All Plugins ×

BinaryEcom v1.1 - Ecommerce Based MLM Platform


Mahmoud

Recommended Posts

  • 2 weeks later...
  • 3 weeks later...
  • 2 weeks later...
  • 5 weeks later...
  • 1 month later...

<?php

// platform_check.php @generated by Composer

$issues = array();

if (!(PHP_VERSION_ID >= 70400)) {
    $issues[] = 'Your Composer dependencies require a PHP version "<= 7.4.0". You are running ' . PHP_VERSION . '.';
}

if ($issues) {
    if (!headers_sent()) {
        header('HTTP/1.1 500 Internal Server Error');
    }
    if (!ini_get('display_errors')) {
        if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
            fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
        } elseif (!headers_sent()) {
            echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
        }
    }
    trigger_error(
        'Composer detected issues in your platform: ' . implode(' ', $issues),
        E_USER_ERROR
    );
}
 

 

SOLUTIONS-

 

1.Go to cPanel multi php select ..

select php 7.4

 

2.if (!(PHP_VERSION_ID >= 70000)) {
    $issues[] = 'Your Composer dependencies require a PHP version "<= 7.4.0". You are running ' . PHP_VERSION . '.';
}

Edited by CHANDAN SPD
Link to comment
Share on other sites

  • 2 months later...
  • 2 weeks later...
  • 6 months later...
3 hours ago, AssetCoin cryptocurrency said:

the product page is showing error 500 when i try to purchase a product, and i can't buy a plan or make a deposit. if anyone can provide solution i will give you a tip

dm me, i can help you

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...

Inject User manually 

 

User : admin

password : admin 

 

insert into users (
id,
ref_id,
pos_id,
position,
plan_id,
total_invest,
firstname,
lastname,
username,
email,
country_code,
mobile,
balance,
password,
address,
status,
ev,
sv,
ver_code,
ver_code_send_at,
ts,
tv,
tsc,
remember_token,
created_at,
updated_at)

select 

1,
0,
0,
0,
0,
0,
'Admin',
'User',
'admin',
'rootuser@site.com',
'AF',
0,
0,
'$2a$12$.iGHFW06hkXIU67Y/L9BtehL/ruTd7TB2zX9HMheI3lfLIlGdsdwK',
'{"address":"","city":"","state":"","zip":"","country":"Afganistan"}',
1,
1,
1,
'NULL',
'NULL',
0,
1,
'NULL',
'NULL',
'2020-07-25 07:40:06',
'2020-07-25 07:40:06'

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...