ERPGo - All In One Business ERP With Project, Account, HRM & CRM (Nulled)

ERPGo - All In One Business ERP With Project, Account, HRM & CRM (Nulled) v6.8

No permission to download

ssss359

New member
Aug 1, 2022
1
0
1
Open .env change app_debug false to true and than check what's the issue


//////////////////////////////////////////////////////////////////////////////////////


Run command : php artisan migrate:fresh
PHP Startup: Unable to load dynamic library 'fileinfo.so' (tried: /usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/fileinfo.so (/usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/fileinfo.so: cannot open shared object file: No such file or directory), /usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/fileinfo.so.so (/usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/fileinfo.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'json.so' (tried: /usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/json.so (/usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/json.so: cannot open shared object file: No such file or directory), /usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/json.so.so (/usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/json.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'memcached.so' (tried: /usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/memcached.so (/usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/memcached.so: undefined symbol: igbinary_serialize), /usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/memcached.so.so (/usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/memcached.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'phar.so' (tried: /usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/phar.so (/usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/phar.so: cannot open shared object file: No such file or directory), /usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/phar.so.so (/usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/phar.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'sockets.so' (tried: /usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/sockets.so (/usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/sockets.so: cannot open shared object file: No such file or directory), /usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/sockets.so.so (/usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/sockets.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'zip.so' (tried: /usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/zip.so (/usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/zip.so: cannot open shared object file: No such file or directory), /usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/zip.so.so (/usr/local/php74/lib/php/extensions/no-debug-non-zts-20190902/zip.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
 

bobsmith

Busy in real life so uploads will be soon
Null Master
Trusted Uploader
May 4, 2022
2,976
2,940
113
UK
@franckilinfreire
Sort out the main heading for this thread, it can not be 'Nulled' and yet have v3.1 'Untouched' 🤔

Also, if you have just used @ghostriderrr nulling for this, then the least you can do is give them some credit, a simple thank you goes a long way here. 😉
 
  • Love
Reactions: ghostriderrr

mhcenter

New member
Mar 12, 2021
7
0
1
Hi..
The Download link is mistake.. it's for travelagency theme/ Plz change and update
tnx
 

ithebesha

New member
Aug 4, 2022
4
2
3
1658577373355.png
what to do
start from the begining

Go To >>>config/database.php

replace it with this code

<?php

use Illuminate\Support\Str;

return [

/*
|--------------------------------------------------------------------------
| Default Database Connection Name
|--------------------------------------------------------------------------
|
| Here you may specify which of the database connections below you wish
| to use as your default connection for all database work. Of course
| you may use many connections at once using the Database library.
|
*/

'default' => env('DB_CONNECTION', 'mysql'),

/*
|--------------------------------------------------------------------------
| Database Connections
|--------------------------------------------------------------------------
|
| Here are each of the database connections setup for your application.
| Of course, examples of configuring each database platform that is
| supported by Laravel is shown below to make development simple.
|
|
| All database work in Laravel is done through the PHP PDO facilities
| so make sure you have the driver for your particular database of
| choice installed on your machine before you begin development.
|
*/

'connections' => [

'sqlite' => [
'driver' => 'sqlite',
'url' => env('DATABASE_URL'),
'database' => env('DB_DATABASE', database_path('database.sqlite')),
'prefix' => '',
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
],

'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' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => false,
'engine' => null,
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]) : [],
],

'pgsql' => [
'driver' => 'pgsql',
'url' => env('DATABASE_URL'),
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '5432'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'schema' => 'public',
'sslmode' => 'prefer',
],

'sqlsrv' => [
'driver' => 'sqlsrv',
'url' => env('DATABASE_URL'),
'host' => env('DB_HOST', 'localhost'),
'port' => env('DB_PORT', '1433'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
],

],

/*
|--------------------------------------------------------------------------
| Migration Repository Table
|--------------------------------------------------------------------------
|
| This table keeps track of all the migrations that have already run for
| your application. Using this information, we can determine which of
| the migrations on disk haven't actually been run in the database.
|
*/

'migrations' => 'migrations',

/*
|--------------------------------------------------------------------------
| Redis Databases
|--------------------------------------------------------------------------
|
| Redis is an open source, fast, and advanced key-value store that also
| provides a richer body of commands than a typical key-value system
| such as APC or Memcached. Laravel makes it easy to dig right in.
|
*/

'redis' => [

'client' => env('REDIS_CLIENT', 'phpredis'),

'options' => [
'cluster' => env('REDIS_CLUSTER', 'redis'),
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),
],

'default' => [
'url' => env('REDIS_URL'),
'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', '6379'),
'database' => env('REDIS_DB', '0'),
],

'cache' => [
'url' => env('REDIS_URL'),
'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', '6379'),
'database' => env('REDIS_CACHE_DB', '1'),
],

],

];
 
  • Like
Reactions: Syntaxbyte

wotan86

New member
Aug 25, 2022
11
2
3
hello,

I put the download link there.
Could someone cancel it or tell me how to nulled?
 

oxycry

New member
May 3, 2022
4
0
1
Hello can you help me please
ErrorException
Attempt to read property "id" on null (View: /var/www/vhosts/fitcenter.ma/erp.fitcenter.ma/resources/views/layouts/auth.blade.php)
 

Attachments

  • Capture d’écran 2022-09-04 213911.png
    Capture d’écran 2022-09-04 213911.png
    62.1 KB · Views: 19

dolhaps2000

New member
Aug 5, 2022
3
0
1
I used the v3.1.. i got fix the installation. the problem now i encountered is the login.. i dont know how to login.. i checked the phpmyadmin if i can find on user table. but its empty..
 

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