Chamilo-lms: Chamilo 1.11.10

Created on 2 Jul 2019  路  8Comments  路  Source: chamilo/chamilo-lms

Good day

I discovered that the ck editor in this edition is not displaying images, when i checked the source(html) the image is enclosed in the tag but it not displaying in the editor.
please what can i do

Duplicate / Not a bug / Won't fix

Most helpful comment

You should not need the app in the path because in the .htaccess file there is :

# Redirect all courses/ to app/courses/
RewriteRule ^courses/([^/]+)/(.*)$ app/courses/$1/$2 [QSA,L]

In my .htaccess from 1.11.x it's on line 46.

@Netrixdesigns
I also see in your video that you are in a sub folder and not directly using a domain name for your Chamilo (the second is recommanded). When using a sub folder you need to configure it in your app/config/configuration.php file :

// Path from your WWW-root to the root of your Chamilo installation,
// example: chamilo (this means chamilo is installed in /var/www/chamilo/
$_configuration['url_append'] = '';

I hope this helps

All 8 comments

Its not possible to insert images in the course description

Hi @Netrixdesigns
I just verified it on 11.chamilo.org and it is possible to display image in the ckeditor and it is possible to import in the course description as you can see here :
image

So you have to explain better your problem otherwise we will close the issue

Good day thanks for your response. Let me upload a screen shot from my own end, it hasnt been displaying images from my end .

To make it more clear and proof my claim kindly visit
http://politrixtech.com.ng/learncity/linear/chamilo.mp4

to see it in action, its a very small video presentation, its just 3mb

@NicoDucou
Please did you get my message

On a test platform I managed changing the path...
Insert the image, which will "display" as a broken link.
Double click on it and in the URL field, add app in the path.
This should look like http://localhost/chamilo/app/documents.... The /app is missing in the path on my side.
1.11.8 didn't have the issue.

You should not need the app in the path because in the .htaccess file there is :

# Redirect all courses/ to app/courses/
RewriteRule ^courses/([^/]+)/(.*)$ app/courses/$1/$2 [QSA,L]

In my .htaccess from 1.11.x it's on line 46.

@Netrixdesigns
I also see in your video that you are in a sub folder and not directly using a domain name for your Chamilo (the second is recommanded). When using a sub folder you need to configure it in your app/config/configuration.php file :

// Path from your WWW-root to the root of your Chamilo installation,
// example: chamilo (this means chamilo is installed in /var/www/chamilo/
$_configuration['url_append'] = '';

I hope this helps

@NicoDucou
Thanks, issue resolved, i did install into a subdomain and it worked

Was this page helpful?
0 / 5 - 0 ratings