To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Ticket #10 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Capitalize "symfony" problem installing cmstest

Reported by: nacmartin Owned by: boutell
Priority: major Milestone: 1.0
Component: apostrophePlugin Version:
Keywords: cmstest Cc:
Symfony version:

Description

In config/ProjectConfiguration.class.php is written:

require_once "$dir/../lib/vendor/Symfony/lib/autoload/sfCoreAutoload.class.php";

And should be:

require_once "$dir/../lib/vendor/symfony/lib/autoload/sfCoreAutoload.class.php";

Right after svn co  http://svn.symfony-project.com/plugins/pkContextCMSPlugin/cmstest cmstest

Change History

Changed 2 years ago by boutell

  • status changed from new to closed
  • resolution set to fixed

Yes, this was still a bug in the old Symfony 1.2 branch that you are using, I have fixed it. However please don't suffer with that version. To read the current svn README which includes directions to check out the Symfony 1.4 compatible trunk of the sandbox project see:

http://www.apostrophenow.com/home/readme

Changed 2 years ago by agilbert

  • milestone set to 1.0

Testing the batch modify plugin. Moving old, closed tickets to the 1.0 milestone so the roadmap is accurate.

Note: See TracTickets for help on using tickets.