The Wayback Machine - https://web.archive.org/web/20201114102126/https://github.com/topics/blade
Skip to content
#

blade

Here are 320 public repositories matching this topic...

runyan
runyan commented Dec 22, 2017

Environment

  • blade: 2.0.5-RELEASE
  • jdk: 1.8.0_111
  • maven: 3.3.9
  • OS: Windows 7 Home Basic

Description

When I tried to upload a file, an java.lang.UnsupportedOperationException: direct buffer raised, so that the upload operation cannot be done. The full exception stack is as follows:

java.lang.UnsupportedOperationException: direct buffer
	at io.netty.buffer.Po
codepuncher
codepuncher commented Apr 7, 2020

This code:

@instanceof($latest_posts_query, 'WP_Query')
  {!! \App\pagination($latest_posts_query) !!}
@endinstanceof

Renders this code:

<?php if ($latest_posts_query instanceof 'WP_Query') : ?>
  <?php echo \App\pagination($latest_posts_query); ?>

<?php endif; ?>

With the error of `Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError:

Improve this page

Add a description, image, and links to the blade topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blade topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.