Problem with verification

lukas-petke

Sep 11th, 2018 04:33 AM

Hi,

I am trying to install the script on my server and I get an error in the console (verification process)

I also can not open the documentation because page 404 appears: http://devdojo.com/product/ninja-media-script/documentation

lord-spown

Sep 11th, 2018 05:13 AM

Hi, The documentation link https://devdojo.com/scripts/php/ninja-media-script/documentation If you have a basic cpanel account the laravel won't work correctly because you need particulate modules of php that there are not enabled in cpanel. If you upgrade to the new version you can download the last version of the script and you have free webhosting.

lukas-petke

Sep 11th, 2018 06:05 AM

Still error, im installing script localy on xampp. After composer install i`m running php artisan migrate and got this errors:

In PDOConnection.php line 47:

could not find driver

and

In PDOConnection.php line 43:

could not find driver

This is my .env file: APP_ENV=local APP_KEY= change something here ??? APP_DEBUG=false APP_LOG_LEVEL=debug APP_URL=http://127.0.0.1/demoty/

DB_CONNECTION=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=demoty DB_USERNAME=root DB_PASSWORD=

BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file QUEUE_DRIVER=sync

REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379

MAIL_DRIVER=smtp MAIL_HOST=mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null

PUSHER_APP_ID= PUSHER_KEY= PUSHER_SECRET=

lord-spown

Sep 11th, 2018 07:57 AM

This is a problem of your hosting provider php_mysql library is missing

lukas-petke

Sep 11th, 2018 11:36 AM

in the previous version was the installer. Now it's gone and I do not know how to install the script on hosting.

The documentation shows the installation process through the terminal, but I do not have a terminal on the hosting.

lukas-petke

Sep 12th, 2018 05:39 AM

...and on local intallation

mark

Sep 12th, 2018 05:59 AM

Setup a virtual host that uses the applications public folder as its root.

lukas-petke

Sep 12th, 2018 08:09 AM

at envato market there is information about "Super easy install". The documentation describes the installation using the terminal. On hosting, I do not have a terminal, or how should I install it?

https://codecanyon.net/item/ninja-media-script-viral-fun-media-sharing-site/6822888

lord-spown

Sep 12th, 2018 08:37 AM

With the new laravel application is not so simple to setup on cpanel. You can use a vps or you can setup it on cpanel but with a subdomain and with all modules of php that you need.