Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I am new to OctoberCMS,
here I face the one issue, that's assets files and folder not showing in backend. I didn't know this was default feature or I made a mistake here while installing files.
For quick understand, I attached the images.
cms/assests in backend
assets folder file structure:
Please suggest to retrieve the assets in backend or please let me know the reason why its not showing in backend?
Thanks
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 days ago.
Improve this question
wordpress error image
My server uses Fastpanel which makes use of Nginx for the static content and then Apache for the dynamic content.
After enabling statistics caching to keep for 24hours
Then i noticed some weird behavior
Then i decided to disable that's how the error above in the image appear
I can't access admin area
I can't edit any post
But the website:
https://www.xclusivepop.com/ is loading
. please help me
I tried to disable nginx cache
Then website stop loading... then I turn it back it started loading but the admin Area I still can't access it and i can't edit or create new pos
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I am getting the error "The link you followed has expired" when I try to upload the zip file of a theme. How can I fix this issue?
Hmmmm. Can you upload the theme's zip file using SFTP to bypass the problem?
Might be quicker than figuring out what's going on there...
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
this is the ui when running on my localhost
this is the ui when running on cpanel hosting
my question is, what is wrong with the ui? everytime i run my application on server, the sidebar always gone wrong
for little information, i use Laravel 5.6 and AdminLTE3 template.
the top navbar and the sidebar is at different .blade.php file. i combine them in master template that contains them (using #include) and the content of page (using #yield).
my master.blade.php
is there anything's wrong with my code, or, this is the bugs from adminLTE 3?
thanks for your help.
I was seen your web & I tried to understand your problem. I found 3 errors in console related to your css files. I think that problem happens because that css file errors. but i can't understand why it shown that errors in console. I attached snapshot of that error, see this below
enter image description here
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I'm trying to deploy a laravel application, but I'm keep getting this error:
My views are not found
I used cPanel for deployment. I tried every solution I could find on the internet.
In fact, this is not a missing route error, just the view file was not found.
Checks that you have uploaded all the project files correctly, and that the view name is correct, these are the possible causes of the error.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I'm trying to get changes in twig file on web page. There is some cache problem with symfony2. Cache is not being clear unless deleting app/cache folder.
Please help to solve my problem. Thanks
Disable twig cache, edit config.yml:
twig:
cache: false