mAAdhaTTah / wordpress-github-sync

A WordPress plugin to sync content with a GitHub repository (or Jekyll site)
https://wordpress.org/plugins/wp-github-sync/
GNU General Public License v3.0
613 stars 99 forks source link

Class not found? #205

Closed ExiaDM closed 6 years ago

ExiaDM commented 6 years ago

I cant activate the plugin, and got this error:

( ! ) Fatal error: Class 'WordPress_GitHub_Sync_Admin' not found in C:\wamp64\www\mytest\wp-content\plugins\wordpress-github-sync-master\wp-github-sync.php on line 155

mAAdhaTTah commented 6 years ago

Where did you download the plugin from? If you cloned down the repository, you'll need composer. Otherwise, download it from WordPress.org or the GitHub releases page, which will ship with the autoloader required to find the class built-in.