Search code examples
atk4agiletoolkit

Agile Toolkit "filestore"


Hi i am trying to implement the filestore for a prototype project, an online policy register. I was following the Jobeet tutorial and have also looked at the doc/filestore page on agiletoolkit.com and the tutorial video on your youtube site, but I am unable to get it working. Currently I am getting the following error when i access the fileadmin page

PathFinder_Exception

Unable to include SQL\Relation.php

my project is on github HERE

apologies if I am being silly but I'm new to agile.

thanks for any help


Solution

  • https://github.com/Roxout/polyreg/blob/master/.gitignore#L102

    This line in .gitignore file contains "sql". It have prevented atk4/lib/SQL/* from being added to the repository. Remove the line, and re-add the folder.

    Next steps are to import https://github.com/Roxout/polyreg/blob/master/atk4-addons/misc/docs/filestore.001.sql and create page extending filestore\Page_FileAdmin.

    Here is screencast about filestore, if you get stuck: http://www.youtube.com/watch?v=h5dmAnvri1I&list=PL7CBF92AB03A1CA3B&index=9