You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Uncaught TypeError: Argument 1 passed to Dotenv\Dotenv::create() must be an instance of Dotenv\Repository\RepositoryInterface, string given, called in /var/www/tiktok/example/demo.php on line 4 and defined in /var/www/tiktok/vendor/vlucas/phpdotenv/src/Dotenv.php:62
Stack trace:
#0 /var/www/tiktok/example/demo.php(4): Dotenv\Dotenv::create('/var/www/tiktok...')
The text was updated successfully, but these errors were encountered:
PHP 7.3.19
After launching demo I got:
PHP Fatal error: Uncaught TypeError: Argument 1 passed to Dotenv\Dotenv::create() must be an instance of Dotenv\Repository\RepositoryInterface, string given, called in /var/www/tiktok/example/demo.php on line 4 and defined in /var/www/tiktok/vendor/vlucas/phpdotenv/src/Dotenv.php:62
Stack trace:
#0 /var/www/tiktok/example/demo.php(4): Dotenv\Dotenv::create('/var/www/tiktok...')
The text was updated successfully, but these errors were encountered: