pantheon-systems / localdev-issues

Issue tracking for Pantheon localdev
6 stars 2 forks source link

Non-standard wp strucure not being pulled successfully by Localdev #98

Open carl-alberto opened 3 years ago

carl-alberto commented 3 years ago

For example, a modified wp-config file that is set to point the core WP in code/web/cms and the plugins and theme is in code/web/app is not being recognized to work. getting this error when the site is pulled down from Localdev

/usr/lib64/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. from cryptography import x509 [localhost] local: systemctl is-active php-73b8845d060a4892ac86d72839b98d35.service [localhost] local: time -p runc exec php-73b8845d060a4892ac86d72839b98d35 timeout 1h /opt/pantheon/wpcli/wp --no-color db export mysqldump: Can't create/write to file 'pantheon-2021-01-09-4811eb7.sql' (OS errno 13 - Permission denied) real 0.85 user 0.34 sys 0.54

Fatal error: local() encountered an error (return code 1) while executing 'time -p runc exec php-73b8845d060a4892ac86d72839b98d35 timeout 1h /opt/pantheon/wpcli/wp --no-color db export '

Aborting.

However, Lando works out fine when used to pull the site, so maybe there is something that is Localdev is missing

Related to internal ticket number 545618 for tracking