ericmckean / living-stories

Automatically exported from code.google.com/p/living-stories
0 stars 0 forks source link

Error on WP installer #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Downloading the Living Stories installer WP plugin
2. Activating it
3. Clicking on "Install Living Stories"

What is the expected output? What do you see instead?

"Fatal error: Call to undefined method LivingStories_Installer::dependencies() 
in 
/home/littlebl/public_html/tokyo1.com/wp-content/plugins/living-story-installer/
living-story-installer.php on line 148"

Please provide additional information if necessary.

Original issue reported on code.google.com by guijarro...@gmail.com on 17 Aug 2010 at 12:20

GoogleCodeExporter commented 9 years ago
Any resolution for this error please? I am getting the same...

Original comment by ami...@gmail.com on 29 Apr 2012 at 6:31

GoogleCodeExporter commented 9 years ago
Any resolution for this error please? I am getting the same...

Original comment by assane...@gmail.com on 19 Aug 2012 at 4:19

GoogleCodeExporter commented 9 years ago
You can fix this by going to the get_dependencies() function and on the return 
value, remove the (), making "dependencies()" into simply "dependencies" in the 
"living-story-installer.php" file.

Original comment by dhrumil....@gmail.com on 8 Feb 2013 at 6:39