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
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 3 years ago.
Improve this question
I'm working on a VPS from OVH with php Symfony 4. I use twig for my view and always work. And a couple days ago all my template is blocked on my old version.
I tried to change some other files like robots.txt, it's work fine. But when I change the HTML of my base.html.twig nothing was change. Futhermore, I tried to restart my VPS and twig still not working. I have no error message, it's working correctly on my dev env but not on my prod env. I have no error message and no clues.
I'm little bit confused, if anyone would have an idea.
Thank you in advance for your help !
Maybe it's cache. Try with:
./bin/console cache:clear
or with
rm -rf var/cache/**
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
Hey friends in my hosting my base_facebook.php file is deleted continuously I talked with customer care he says that hosting antivirus detected your file as a virus but same file I tried to other hosting and it is fine what I do?
What is the problem in my file and how to fix this
Here is my file
That first piece of code in your base_facebook.php is malicious. Remove it!
EDIT
This file is needed for your facebook application(if any) to work! Either remove that piece of code(which I marked in red) from your file or replace the whole file. Based on the version number, it seems to be v3.1.1.
When searched for a copy of this file, I found this: https://github.com/uiri/feedview/blob/master/base_facebook.php
I think you are using an old Facebook SDK(v3.1.1), which I think they officially don't support(or its depreciated)
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
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 7 years ago.
Improve this question
I'm currently working on a website for a client, but this website is running PHP version 5.2.17.
Can anyone recommend the best way to tackle this? I've experience in HTML/CSS/JS/JAVA with a basic understanding of PHP.
I'm thinking of rebuilding the website with a HTML5 framework and basically dumping this on top of the old PHP pages, integrating the MySQL database and passing through the links to not lose SEO, but ultimately do worry it may affect the site...
I've tried running a WAMP server but as it only goes as low as version 5.3 I get constant errors and the page displays without the CSS and has words overlapping etc.
Images attached.
The errors you are encountering are to do with files which are being included not being found. Check through the code and identify the files that are being requested, then locate those files and correct the file paths, if the files can not be restored then remove the include statements entirely or comment them out, make sure they have been removed from evrrywhere.