Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

zxywvu's avatar

Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "profiles" was not found at

What is this error?

error

<textarea class="form-control" id="description" rows="10" name="description"></textarea>
@push('script')
    
    <script src="{{ asset('themes/ckeditor/ckeditor.js') }}"></script>
    <script>
        CKEDITOR.replace('description')
    </script>
@endpush
0 likes
1 reply

Please or to participate in this conversation.