Bug #81821
closedBootstrap run
0%
Description
followed the following snippet to create a simple bootstrap file : https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Bootstrapping/Index.html
when placing all the content in file i get fatal error:
Fatal error: Uncaught Error: Class 'TYPO3\CMS\Core\Core\ApplicationContext' not found in /home/simcoion/domains/simco-ion.nl/typo3_src-7.6.15/typo3/sysext/core/Classes/Core/Bootstrap.php:90 Stack trace: #0 /home/simcoion/domains/simco-ion.nl/typo3_src-7.6.15/typo3/sysext/core/Classes/Core/Bootstrap.php(118): TYPO3\CMS\Core\Core\Bootstrap->__construct('Production') #1 /home/simcoion/domains/simco-ion.nl/public_html/test1.php(6): TYPO3\CMS\Core\Core\Bootstrap::getInstance() #2 {main} thrown in /home/simcoion/domains/simco-ion.nl/typo3_src-7.6.15/typo3/sysext/core/Classes/Core/Bootstrap.php on line 90
file is in public_html directory includes typo3/sysext/core/Classes/Core/Bootstrap.php
typo3 dir is a symlink
the url to file is : http://www.simco-ion.nl/test1.php
Updated by Georg Ringer about 7 years ago
- Status changed from New to Needs Feedback
as stated in the docs, this is internal API. what do you want to achieve?
Updated by Naberd Zendi about 7 years ago
Georg Ringer wrote:
as stated in the docs, this is internal API. what do you want to achieve?
wanted to create api to get and set data using typo3 functionality.
but since it's internal only it is absolutely of no use for me.
can be closed.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Needs Feedback to Closed
I close this as requested. If this is the wrong decision, please reopen it or open a new issue with a reference to this one. Thank you.