tailpress icon indicating copy to clipboard operation
tailpress copied to clipboard

Errors on install WordPress not installed but theme installation pass good

Open arturmamedov opened this issue 2 years ago • 2 comments

After comand tailpress new example-theme --name="Example Theme" --git --dbuser="root" --dbhost="localhost" --dbpass="" and install WordPress yes

i have following warnings

PHP Warning:  file_get_contents(C:\serverpath\i-2023\WordPress\Bratuxa\WP-Fragola\ThemeWordPress/example-theme/wp-content/themes/example-theme/../../../wp-config.php): failed to open stream: No such file or directory in C:\Users\artur\AppData\Roaming\Composer\vendor\jeffreyvanrossum\tailpress-installer\src\Console\NewCommand.php on line 160

Warning: file_get_contents(C:\serverpath\i-2023\WordPress\Bratuxa\WP-Fragola\ThemeWordPress/example-theme/wp-content/themes/example-theme/../../../wp-config.php): failed to open stream: No such file or directory in C:\Users\artur\AppData\Roaming\Composer\vendor\jeffreyvanrossum\tailpress-installer\src\Console\NewCommand.php on line 160
    npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!

...

found 4 vulnerabilities (2 moderate, 2 high)
  run `npm audit fix` to fix them, or `npm audit` for details
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

arturmamedov avatar Mar 16 '23 22:03 arturmamedov

Hi @arturmamedov! Does it download WordPress at all?

jeffreyvr avatar Mar 17 '23 10:03 jeffreyvr

No Composer version 2.1.9 2021-10-05 09:47:38 PHP 7.4.26 (cli) (built: Nov 16 2021 18:15:31) ( ZTS Visual C++ 2017 x64 ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies [email protected]

arturmamedov avatar Mar 17 '23 18:03 arturmamedov