Hi,
i don't know if it is a general bug or there is something wrong with my installation.
Application generates a javascript variable case error :
app\views\partials\account\edit.php
var accountEditComponent = Vue.component('accountEdit', {
app\views\partials\account\view.php
var accountViewComponent = Vue.component('accountView', {
They are called from main_layout.php :
{ path: '/account/edit', name: 'accountedit' , component: AccountEditComponent },
{ path: '/account', name: 'accountview' , component: AccountViewComponent },
This happen only for the account section of the project, but is called in index file and remains in loading state. Console output an obvious error : "ReferenceError: AccountEditComponent is not defined"
After generation if view.php and edit.php are modified with the correct case all is working, but this is not the solution.
Even if i think the problem is in the software i leave my actual configuration.
S.O. Windows 10
PHPRad v.2.5.8.2
Publish directory is a network drive on our intranet linux server with samba
Apache MPM Event
PHP 7.2 FPM
Mysql 8.0