Skip to main content
Topic: vue 2.6.2: Not all files are published (Read 1182 times) previous topic - next topic

vue 2.6.2: Not all files are published

Hi

strange: not all files are "published" sometimes.
Sometimes is:
app\
assets\
helpers\
libs\
system\
config.php
Should be:
app\
assets\
helpers\
languages\
libs\
system\
uploads\
.htaccess
config.php
index.php
At this time I can not reproduce the correct files :-(

Olaf

Re: vue 2.6.2: Not all files are published

Reply #1
This is strange, as publishing a project will first copy the PHPrad framework directory before updating changes.

If you try and show us the step you took before getting this error, that will help.

Thanks for the sharing.

 

Re: vue 2.6.2: Not all files are published

Reply #3
Something similar happened to me, but in my case the issue was with Controllers not being re-created.

My quick fix was to disable/enable/disable authentication. After that, all controllers were created again.

Re: vue 2.6.2: Not all files are published

Reply #4
Hi ewwgee,

thanks for the suggestion. I tried - this did NOT work for me.

Olaf