Ребята,помогите плиз..при подключении wp-editor появилось это... кодировка 'преобразовать в UTF-8 без ВОВ' это в админке.. Warning: Cannot modify header information - headers already sent by (output started at C:\OpenServer\domains\theming-lessen1\wp-content\themes\theming-lessen1\framework-customizations\extensions\shortcodes\shortcodes\my-component\config.php:1) in C:\OpenServer\domains\theming-lessen1\wp-admin\post.php on line 197 Warning: Cannot modify header information - headers already sent by (output started at C:\OpenServer\domains\theming-lessen1\wp-content\themes\theming-lessen1\framework-customizations\extensions\shortcodes\shortcodes\my-component\config.php:1) in C:\OpenServer\domains\theming-lessen1\wp-includes\pluggable.php on line 1228 страница сайта выдает Fatal error: No default view (views/view.php) found for shortcode: my_component in C:\OpenServer\domains\theming-lessen1\wp-content\plugins\unyson\framework\extensions\shortcodes\includes\class-fw-shortcode.php on line 196
Посмотри, может ошибка всё и рассказала и нужен view по умолчанию для my_component. Или config.php с BOM, может там пробел или ещё что. Мало данных.
Warning: Cannot modify header information - headers already sent by (output started at C:\OpenServer\domains\theming-lessen1\wp-content\themes\theming-lessen1\framework-customizations\extensions\shortcodes\shortcodes\my-component\config.php:1) in C:\OpenServer\domains\theming-lessen1\wp-admin\post.php on line 197 при этом файл cjnfig: Код (PHP): <?php if ( ! defined( 'FW' ) ) { die( 'Forbidden' ); } $cfg = array(); $cfg = array( 'page_builder' => array( 'title' =>__('My Component', 'fw'), 'discription' =>__('Demo shortcode description', 'fw'), 'tab' =>__('Demo thements', 'fw'), 'popup_size' => 'small', ) );
config.php 1)строчка пробел лишний... но браузер отображает Fatal error: No default view (views/view.php) found for shortcode: my_component in C:\OpenServer\domains\theming-lessen1\wp-content\plugins\unyson\framework\extensions\shortcodes\includes\class-fw-shortcode.php on line 196
вот именно,что этот файл и есть...поэтому не могу понять,что не так... если бесплатно не хотите помогать...каждого личное дело...
LOL, я думаю php не врёт: файла нет. если бы у меня появилась такая ошибка, я бы открыл указанный скрипт, нашел бы где выдается это сообщение и проверил какой именно файл он пытается открыть. тупо var_dump($filename, file_exists($filename)); die; — К.О.