Slow, Failing WP Plugin & Theme Installations
-
Hi Everyone,
I’m experiencing an issue similar to the one outlined here, but with a few key differences.
Here’s the overview:
cPanel 11.25.0-R46156 – WHM 11.25.0 – X 3.9
CENTOS 5.5
pure-ftpd
PHP 5.2.11
MySQL 5.0.90
Apache 2.0.63Freshly, manually installed WP3 with all directory permissions properly set and no pre-existing plugins or themes.
When I attempt to install a theme or plugin (I’ll use auto-install for Foliopress WYSIWYG as an example), I enter my FTP info as prompted and get through to the following:
Downloading install package from http://downloads.wordpress.org/plugin/foliopress-wysiwyg.zip… Unpacking the package… Installing the plugin…If I look at my FTP logs as this process continues, I see output for all files which is well represented by the following snippet:
Jun 23 13:37:02 host pure-ftpd: (bret@00.000.000.000) [NOTICE] /home/bret//public_html/builtenv/wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/images/smiley/msn/lightbulb.gif uploaded (303 bytes, 1286.10KB/sec) Jun 23 13:37:02 host pure-ftpd: (bret@00.000.000.000) [INFO] Can't change directory to /public_html/builtenv/wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/images/smiley/msn/lightbulb.gif/: Not a directory Jun 23 13:37:03 host pure-ftpd: (bret@00.000.000.000) [NOTICE] /home/bret//public_html/builtenv/wp-content/upgrade/foliopress-wysiwyg.tmp/foliopress-wysiwyg/fckeditor/editor/images/smiley/msn/omg_smile.gif downloaded (342 bytes, 9037.63KB/sec) Jun 23 13:37:03 host pure-ftpd: (bret@00.000.000.000) [NOTICE] /home/bret//public_html/builtenv/wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/images/smiley/msn/omg_smile.gif uploaded (342 bytes, 2285.21KB/sec) Jun 23 13:37:03 host pure-ftpd: (bret@00.000.000.000) [INFO] Can't change directory to /public_html/builtenv/wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/images/smiley/msn/omg_smile.gif/: Not a directoryEventually, the plugin installation fails:
Could not copy file. /public_html/builtenv/wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/lang/tr.js Plugin install failed.This failure is exemplified by the final FTP log output:
Jun 23 13:39:23 host pure-ftpd: (bret@00.000.000.000) [INFO] Can't change directory to /public_html/builtenv/wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/lang/sv.js/: Not a directory Jun 23 13:39:28 host pure-ftpd: (bret@00.000.000.000) [NOTICE] /home/bret//public_html/builtenv/wp-content/upgrade/foliopress-wysiwyg.tmp/foliopress-wysiwyg/fckeditor/editor/lang/th.js downloaded (29906 bytes, 388872.94KB/sec) Jun 23 13:39:28 host pure-ftpd: (bret@00.000.000.000) [NOTICE] /home/bret//public_html/builtenv/wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/lang/th.js uploaded (29906 bytes, 25371.78KB/sec) Jun 23 13:39:28 host pure-ftpd: (bret@00.000.000.000) [INFO] Can't change directory to /public_html/builtenv/wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/lang/th.js/: Not a directoryBack at the plugins manager, there is no evidence of the installation. In the upgrade folder, however, I see ‘foliopress-wysiwyg.tmp’ and in the plugins folder I see a ‘foliopress-wysiwyg’ directory.
The two big issues here:
- Plugin and theme installation is incredibly slow.
- Plugin and theme installation fails constantly. Maybe due to the constant trailing slashes we see in the FTP logs? What’s up with those slashes?
Any ideas on this one?
The topic ‘Slow, Failing WP Plugin & Theme Installations’ is closed to new replies.