I am trying to install the Joomla 1.0 framework onto a project I am working on.
I did a build from composer, and github both with no dice. How do I get the framework into my project?
I did all of the steps in the documentation, but it did nothing but error out.
Warning: require_once(/Applications/XAMPP/xamppfiles/htdocs/fundraising/reports/libraries/import.legacy.php) [function.require-once]: failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/fundraising/reports/reports.php on line 25
Fatal error: require_once() [function.require]: Failed opening required '/Applications/XAMPP/xamppfiles/htdocs/fundraising/reports/libraries/import.legacy.php' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php:/Applications/XAMPP/xamppfiles/lib/php/pear') in /Applications/XAMPP/xamppfiles/htdocs/fundraising/reports/reports.php on line 25
Above are the 2 errors I got.
I am not finding the files I need in any of the downloads. Has anyone else been able to succesfully install and use the framework?
Thanks