Re. __htmleditorplugincss October 25, 2019, 03:54:56 AM Receiving this error after publishing an application with PHPRad Version 2.6.4:Parse error: syntax error, unexpected '__htmleditorplugincss' (T_STRING) in C:\Users\Admin\Projects\Web\sandbox\students\app\views\layouts\main_layout.php on line 19*** File main_layout.php:<!DOCTYPE html><html__directionforarabic> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta charset="<?php echo PAGE_CHARSET ?>"> <link rel="shortcut icon" href="<?php print_link(SITE_FAVICON); ?>" /> <?php Html :: page_title(SITE_NAME); Html :: page_meta('theme-color',META_THEME_COLOR); Html :: page_meta('author',META_AUTHOR); Html :: page_meta('keyword',META_KEYWORDS); Html :: page_meta('description',META_DESCRIPTION); Html :: page_meta('viewport',META_VIEWPORT); Html :: page_css('__pagefontcss.css'); Html :: page_css('animate.css'); Html :: page_css('bootstrap-vue.min.css'); Html :: page_css('vue-form-wizard.css'); __dateplugincss __htmleditorplugincss Quote Selected Last Edit: October 25, 2019, 06:26:11 AM by radminer
Re: Re. __htmleditorplugincss Reply #1 – October 25, 2019, 05:27:27 PM @radminer once you create your project, please preview the project with the default configurations, if possible save the project before working on it or making any configuration changes. Quote Selected
Re: Re. __htmleditorplugincss Reply #2 – October 25, 2019, 07:12:51 PM No idea what might be causing this, suggestions on what exactly might be causing this would be appreciated. Quote from: willvin – October 25, 2019, 05:27:27 PM@radminer once you create your project, please preview the project with the default configurations, if possible save the project before working on it or making any configuration changes. Quote Selected
Re: Re. __htmleditorplugincss Reply #3 – October 26, 2019, 11:33:48 PM Project cannot be previewed with default configurations - default configurations where not changed.Quote from: radminer – October 25, 2019, 07:12:51 PMNo idea what might be causing this, suggestions on what exactly might be causing this would be appreciated. Quote from: willvin – October 25, 2019, 05:27:27 PM@radminer once you create your project, please preview the project with the default configurations, if possible save the project before working on it or making any configuration changes. Quote Selected