Search found 8 matches

by SavaStefan
Fri Dec 11, 2020 6:29 pm
Forum: General
Topic: Small bug found in admin
Replies: 1
Views: 1759

Small bug found in admin

Hello all, I've found a small bug in Bludit's admin panel. The welcome message shows good night when it's 12 o'clock (day time). Here's also the fix: File: bl-kernel/admin/views/dashboard.php <script> $( document ).ready(function() { $("#hello-message").fadeOut(1000, function() { var date ...
by SavaStefan
Thu Dec 10, 2020 10:54 am
Forum: General
Topic: Strange behavior
Replies: 12
Views: 6731

Re: Strange behavior

Edi wrote: Thu Dec 10, 2020 10:50 amAsk the hoster. ;-)
I see. I thought I could make it work from bludit. This is all because of the ajax post when adding and editing content,right?
by SavaStefan
Thu Dec 10, 2020 10:46 am
Forum: General
Topic: Strange behavior
Replies: 12
Views: 6731

Re: Strange behavior

I dont't know how. Any pointers?
by SavaStefan
Thu Dec 10, 2020 10:20 am
Forum: General
Topic: Strange behavior
Replies: 12
Views: 6731

Re: Strange behavior

yep, it was because of mod_security. I asked the host to disable it and now it works.

Any idea on how to make it work with mod_security enabled ?
by SavaStefan
Wed Dec 09, 2020 4:14 pm
Forum: General
Topic: Strange behavior
Replies: 12
Views: 6731

Re: Strange behavior

Hi, the logs are not errors, it's just a few logs from the application. Looks like is more a problem of some javascript, which Bludit version have you installed ? Can you check with your browser, right click in the page, then go to the inspector, and check the console errors ? The errors look like ...
by SavaStefan
Wed Dec 09, 2020 10:52 am
Forum: General
Topic: Strange behavior
Replies: 12
Views: 6731

Re: Strange behavior

And here's the log after trying to edit a post [09-Dec-2020 10:50:04 Europe/Bucharest] /home/artliqrl/public_html/artlensoptic/bl-content/workspaces/simple-stats/*.log [09-Dec-2020 11:51:25 Europe/Bucharest] /home/artliqrl/public_html/artlensoptic/bl-content/workspaces/simple-stats/*.log [09-Dec-202...
by SavaStefan
Wed Dec 09, 2020 10:50 am
Forum: General
Topic: Strange behavior
Replies: 12
Views: 6731

Re: Strange behavior

Hello,
It,s 7.4
by SavaStefan
Wed Dec 09, 2020 10:44 am
Forum: General
Topic: Strange behavior
Replies: 12
Views: 6731

Strange behavior

Hello, I'm new to bludit and I love it. However, I encountered a small problem. I installed it on windows 10 with xampp php 7 and everything worked fine. I finished the website and content and uploaded it to a linux web host. Everything works there with the exception of adding and editing of content...