Changes between Initial Version and Version 1 of Ticket #23845, comment 3
- Timestamp:
- 04/10/2013 09:12:23 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23845, comment 3
initial v1 1 1 In wp-config.php i definded FTP_ constants: 2 {{{ 2 3 define('FTP_BASE', '/zupa.web5.beep.pl/'); 3 4 define('FTP_CONTENT_DIR', '/zupa.web5.beep.pl/wp-content/'); 4 5 define('FTP_PLUGIN_DIR', '/zupa.web5.beep.pl/wp-content/plugins'); 5 6 define('FTP_LANG_DIR', '/zupa.web5.beep.pl/wp-content/languages'); 6 7 }}} 7 8 Plugin installs works fine, upgrade wordpress (tested from 3.5.0 to 3.5.1) works too. Only install themes cause problems. With my patch all it's ok. 8 9