vCardGo SaaS - Digital Business Card Builder

vCardGo SaaS - Digital Business Card Builder v5.9

No permission to download

Pacheco.v2

New member
Jun 20, 2022
15
21
3
If someone wants to teach me how to null this script, I take the responsibility to null this every new version that comes out, and possibly buy the extended version
Thanks.
 

Pacheco.v2

New member
Jun 20, 2022
15
21
3
Update:
I did the Null of the script my way!

If something is wrong correct me

thanks to @veera really just change the Response.php file
Response.php

the main source of the post is updated.
 

sonn1220

Active member
May 4, 2022
331
60
28
Found solution: /config/database.php and add this part here
engine' => 'InnoDB ROW_FORMAT=DYNAMIC', solucion.png


'mysql' => [
'driver' => 'mysql',
'url' => env('DATABASE_URL'),
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => 'null',
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]) : [],
]
'mysql' => [
'driver' => 'mysql',
'url' => env('DATABASE_URL'),
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]) : [],
]


How do I fix this error? Please help me @Pacheco.v2




erro de intsalão.png
 

whitetigerdk

Active member
Oct 24, 2018
293
67
43
Found solution: /config/database.php and add this part here
engine' => 'InnoDB ROW_FORMAT=DYNAMIC', solucion.png


'mysql' => [
'driver' => 'mysql',
'url' => env('DATABASE_URL'),
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => 'null',
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]) : [],
]
'mysql' => [
'driver' => 'mysql',
'url' => env('DATABASE_URL'),
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]) : [],
]
could you please be more specific .. should this replace alle the current content of this file? or where to add in the file? I too get the 500 error after installation..
 

sonn1220

Active member
May 4, 2022
331
60
28
could you please be more specific .. should this replace alle the current content of this file? or where to add in the file? I too get the 500 error after installation..
the file lacks this information
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',

in yours you will see that it is like this

'engine' => 'null'

to get there I go to /config/database.php

if the error continues, redo the entire installation and before installing, make the modification that I said will work
 
  • Like
Reactions: Pacheco.v2

Forum statistics

Threads
69,200
Messages
908,297
Members
236,770
Latest member
dina

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