thecity / thecity-plaza-wordpress

A WordPress plugin to access The City Plaza data (topics, events, etc)
4 stars 4 forks source link

File error on installation #19

Open vikramksingh opened 10 years ago

vikramksingh commented 10 years ago

I am getting following error when installing plugin downloaded from github Warning: require_once(lib/plaza-php/lib/the_city.php) No such file or directory in ../../../wp-content\plugins\thecity-plaza-wordpress-master\the_city_plaza.php on line 12

Using wordpress 3.8

weshays commented 10 years ago

By "download" do you mean you cloned this repository? If so you need to do the following: git submodule init git submodule update

However, I recommend following the install instructions here: http://wordpress.org/plugins/the-city-plaza/installation/

Unless you want to make development changes....

Let me know if that helps.