[Flow] Get an 404 error after switching to "production"-context
Mira
mira at modifiziert.com
Fri Mar 6 12:07:07 CET 2015
Hi Bastian,
Thanks for your reply. I solved this problem:
http://lists.typo3.org/pipermail/flow/2015-March/005817.html
But now I have a new problem when I try to include the library via composer.
This is the new error:
http://lists.typo3.org/pipermail/flow/2015-March/005822.html
I can paste my composer.json here, perhaps there is an error?
{
"name": "typo3/flow-base-distribution",
"description": "TYPO3 Flow Base Distribution",
"license": "LGPL-3.0+",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/flow": "2.3.*",
"typo3/welcome": "2.3.*",
"doctrine/migrations": "@dev",
"phpoffice/phpexcel": "dev-master"
},
"require-dev": {
"typo3/kickstart": "2.3.*",
"typo3/buildessentials": "2.3.*",
"phpunit/phpunit": "4.3.*",
"mikey179/vfsstream": "1.4.*"
},
"suggest": {
"ext-pdo_sqlite": "For running functional tests out-of-the-box this is required"
},
"scripts": {
"post-update-cmd":
"TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-install-cmd":
"TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-package-update":
"TYPO3\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall",
"post-package-install":
"TYPO3\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall"
}
}
As you can see, there is included the phpexcel-lib.
Thanks,
Mira
> Bastian Waidelich <bastian at typo3.org> hat am 5. März 2015 um 19:22
> geschrieben:
>
>
> On 02.03.15, at 14:28, Mira wrote:
>
> Hi Mira,
>
> > Now when I try to reach my site, I get an 404 error.
>
> Did you solve the issue in the meantime?
>
> Otherwise feel free to send me your package to bastian (at) typo3.org
> and I'll have a look.
>
> Best,
>
> --
> Bastian Waidelich
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>
More information about the Flow
mailing list