This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

studentapplicationresear14889
studentapplicationresear14889

Hi, I'm working on a form based October project and have been working on the front end of my pages and am now moving to connecting them to the backend. I encountered this problem when trying to add a PHP section to the top of my page and then tried just having the Configuration section with URL on a very simple test page to see what would happen and was given the same error. For some reason, October is not recognizing the config and PHP section syntax. Any help is greatly appreciated.

"Uncaught TypeError: Argument 1 passed to October\Rain\Foundation\Exception\Handler::report() must be an instance of Exception, instance of ParseError given, called in /home/vagrant/myoctober/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php on line 73 and defined in /home/vagrant/myoctober/vendor/october/rain/src/Foundation/Exception/Handler.php:42 Stack trace: #0 /home/vagrant/myoctober/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(73): October\Rain\Foundation\Exception\Handler->report(Object(ParseError)) #1 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleException(Object(ParseError)) #2 {main} thrown"

TYPE: PHP Content EXCEPTION: Symfony\Component\Debug\Exception\FatalErrorException

philipptempel
philipptempel

Maybe you can share your file's entire content so we can help your more. It's a bit hard for us to understand where the error originates from not seeing any code.

studentapplicationresear14889
studentapplicationresear14889

This is the most basic page markdown I have that still throws the error.

url = "/test"
==
<h1>hello!</h1>

Last updated

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.