I install Moodle on Centos7 with LEMP.
Right after I finished the installation process, I started to creat user.
However, the page is plain text, I mean it's like cannot load any css js file(sry, i dont have enough reputation to post a image) even though this is the 1st setup. it should come up with a default skin.
Can you guys please help me fix it? Thanks.
Is it fixed once you have created the user and logged in?
Have you tried using your browser developer tools to identify which file paths are failing to load?
Are you able to get as far as to be able to change the theme on your site to see if that helps? (Site admin > Appearance > Theme selector)
Can you try purging the caches (Site admin > Developer > Purge all caches), to see if that helps?
Related
I wanted to know is there a way by which we can check whether our website's PWA is installed or not by the user on the device?
I have done with the " add to home screen banner" but what if the user comes the second time and we need to check. Please help thanks in advance.
You may refer with this documentation. Be noted that if the user has installed your Progressive Web App through the old Add to Homescreen method (i.e, in anything prior to Chrome 58) then it is not possible to detect if your app is installed. Chrome added your site to the Homescreen as a bookmark, and this data was not exposed to the system.
However, if the user has installed the web app using the new Web APK functionality, it is possible to determine if your web app is installed. If you know the package name of your Web APK then you can use the context.getPackageManager().getApplicationInfo() API to determine if it is installed. Please note that this is experimental.
If I have a website that runs in online, how do i update my website? I do not want any client to see the progress. Only the output. Using c panel to edit my website.
Make a note on your website saying website is down for upgrading/maintenance. Take it off internet. Work on your code duly, update and host it back.
Configure the. htaccess to display maintenance mode then change to normal mode after making the changes
Auto Save or Prompt before navigating away from text editors in Kentico CMSDesk not working. I already set the Settings -> Content Management -> Prompt to save changes on exit to checked, but didn't work. Can somebody help me.
-Thanks in advance
What I would suggest is to enable the developer tools in chrome or firebug in firefox and check, if there are any javascript errors in your pages. it's possible that some custom javascript interferes with this check. Check for any errors and try to resolve them. Or, as a test, try creating a completely blank page in the content tree, with only an editable region and disable any master page inheritance so there won't be any custom code used on your page and test, if it works there. If it does, then keep adding your scripts and test to see which component or script is causing the issue. Also make sure your settings are enabled on a site level in the settings application.
Which version and hotfix do you use? I suppose you are using v7 (or less - because of CMSDesk). Please note there were some bug fixes related to prompt in CMSDesk (eg. in 7.0.80).
Content editing - The ‘Prompt to save changes on exit’ setting didn’t work correctly
You can find more information about hotfixes and fixed bugs here.
edit: after additional info (screen from your console) I think you have registered your own jquery and you don`t have registered it in no conflict mode. Can you agree? Could you register your jquery in nonconflict mode and try the prompt behavior again?
I'm making a webpage in Drupal 6.26, and I blocked in a strange thing. I develop both in Localhost, and online, and the strange is that some how in online the primary links are empty (but there's element on it I can see in /admin/build/menu-customize/primary-links also in this page the menu elements appeared in the place, but in the other pages they don't), but in Localhost everything is ok, and i checked all of the settings and they are the same, the theme files are the same to,(and i didn't change anything in the other drupal files), the only difference is that the online page is set in offline (because the under maintenance), and I tried it to make it online, but the problem is still there, so I don't really have any idea.
That might be a theme problem. Make sure your local configuration has the same active theme as the installation on the public server. Try switching to a default theme that comes with Drupal.
Another cause might be one of your modules. Try disabling all but the system modules and then start re-enabling them one-by-one to see which one changes your menu.
I allow multiple images to be uploaded to my site. They click "Choose Image" and then are presented with a dialog they can use to select an image from their disk. The image gets uploaded and then they can choose another. However, the next time that they click "Choose Image", they have to re-navigate to their images folder. This makes it not much fun to upload many images.
I am currently using Uploadify, but the user says that the same problem occurs when uploading sample images using the Plupload demo page.
The user is using Windows 7 and IE9. I am also using Windows 7 and IE9 and am not experiencing the issue. I have full admin rights with UAC turned off, so maybe that has something to do with it?
Any ideas? Thanks!
Interesting. I found a post on the Microsoft Answers site that seems to suggest adding the site to your trusted sites fixes the problem (for that site)
Internet Options > Security > Trusted Sites
Running Win7 and IE9, I got the same behavior from the Uploadify demo. Adding uploadify to my trusted sites, closing the window and re-opening solved it.