pantheon-systems / solr-power

A WordPress plugin to connect to Pantheon's Apache Solr search infrastructure, or your own!
https://wordpress.org/plugins/solr-power/
GNU General Public License v2.0
126 stars 61 forks source link

Fatal error after updating to 2.4.4! #579

Closed junaidbhura closed 1 year ago

junaidbhura commented 1 year ago

Hi there,

There's a fatal error after updating to 2.4.4: wp-content/plugins/solr-power/vendor/autoload.php

 Fatal error: Uncaught Error: Failed opening required '/var/www/html/wp-content/plugins/solr-power/vendor/autoload.php'

Looks like that file is missing!

pwtyler commented 1 year ago

Thanks for the report @junaidbhura— looks like the release got tagged without the vendor directory. I'll get #580 out imminently with vendor/ back in place.

pwtyler commented 1 year ago

Alright, so closing this issue on PR merge was about 10 minutes premature, but 2.4.5 has deployed to wp.org and I just confirmed the .zip has the vendor directory restored. Sorry for the trouble!

junaidbhura commented 1 year ago

Thanks @pwtyler !