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

tentuna11659
tentuna11659

Hello everybody,

after I have moved website based on October CMS it started showing this

make('Illuminate\Contracts\Http\Kernel'); $response = $kernel->handle( $request = Illuminate\Http\Request::capture() ); $response->send(); $kernel->terminate($request, $response);

I have no idea what is going on. Could you please help me?

Website: http://www.drevotvor.cz/

Thank you

DMeganoski
DMeganoski

That is a strange problem indeed. If you notice, what you are seeing is a part of the php code in your index.php file. (all content is accessed through this file).

If it were all the contents of the index.php file, I would say that you do not have php enabled, which would cause the server to output the code as plain text. However, it seems that is is only outputting the second part of the file.

This seems to happen right after the inclusion of '/bootstrap/app.php'. Check this file, try removing the closing php tag if there is one. you can test where php is being executed and where it is not by dumping something simple.

try putting this in your '/bootstrap/app.php' and see if it outputs it to the browser


die(php_info());

Last updated

1-2 of 2

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