This may be because install.php should use the WPMEM_DIR constant instead of plugin_dir_url()
It also looks like in install.php on line 48 the call to update_option() uses 4 params when there should be 3
I think line 58 and 508 of install.php have to be changed but strangely the url “http://yap.local/wp-content/plugins/wp-members/inc/css/generic-no-float.css?ver=3.2.4.1” was set as a string in the plugin option “USE CUSTOM URL BELOW” – I never typed that in obviously so it must have been set programatically.
That appears to be a problem based on the install file being moved. So it would only affect new installs and not updates. I’ll get it corrected as quickly as possible.
In the meantime, all you need to do to correct it is re-set the stylesheet setting the plugin’s main options tab. Set it to the first selection in the dropdown (No Float) for the plugin’s default stlyesheet.
Thanks for the support Chad.
This is a pretty important fix for new installs, so I pushed out a minor update – 3.2.4.2 that corrects the URL path.
Just a note for anyone reading this later: 3.2.4 included a relocation of the plugin’s install file. However, the URL path that gets set for the default stylesheet was based on that file being located in the original location. This resulted in a broken link for the stylesheet. It could be corrected by updating the stylesheet setting, but that’s a poor user experience for a new install of the plugin, so it was corrected in minor update 3.2.4.2.