eFront 3.6.10 is available

News & Announcements directly from the eFront team

Re: eFront 3.6.10 is available

Postby periklis » Fri Oct 07, 2011 12:07 pm

Are you sure that apache has write access in this folder? You can get a report of current permissions from admin->maintenance->maintenance tasks
Periklis Venakis
eFront- eLearning and Skill Development Solution for Companies and Educational Institutes
Consider our wide range of added-value services to get things running smoothly on your eLearning environment
periklis
 
Posts: 4272
Joined: Thu Oct 04, 2007 10:54 am

Re: eFront 3.6.10 is available

Postby wallpaper_01 » Fri Oct 07, 2011 12:25 pm

Thats probably the problem maybe? Well the html folder is 755 and the efront one is 755. But the only way to get it to install was to change some to 777. Do I need to set something up in the httpd.conf?
wallpaper_01
 
Posts: 276
Joined: Thu Jan 20, 2011 10:44 am

Re: eFront 3.6.10 is available

Postby periklis » Fri Oct 07, 2011 12:36 pm

no, you need to change the owner of the files, so that it's the same as the process running apache.
Regardless, not having access to the themes folder is not crucial; you'll probably not be able to create new layout blocks and upload new themes.
Periklis Venakis
eFront- eLearning and Skill Development Solution for Companies and Educational Institutes
Consider our wide range of added-value services to get things running smoothly on your eLearning environment
periklis
 
Posts: 4272
Joined: Thu Oct 04, 2007 10:54 am

Re: eFront 3.6.10 is available

Postby wallpaper_01 » Fri Oct 07, 2011 12:42 pm

well the owner is root, there are no more users... Once I change www/content to 755 it gets a red but if its 777 its green? How come this is?
wallpaper_01
 
Posts: 276
Joined: Thu Jan 20, 2011 10:44 am

Re: eFront 3.6.10 is available

Postby periklis » Fri Oct 07, 2011 12:59 pm

There must be other users, one that runs the apache process specifically
Periklis Venakis
eFront- eLearning and Skill Development Solution for Companies and Educational Institutes
Consider our wide range of added-value services to get things running smoothly on your eLearning environment
periklis
 
Posts: 4272
Joined: Thu Oct 04, 2007 10:54 am

Re: eFront 3.6.10 is available

Postby wallpaper_01 » Fri Oct 07, 2011 1:04 pm

I found when I install a theme, it creates the owner apache for that theme. So I tried chown apache themes. But it only changed one owner, how do I change both? for example my mk theme is apache apache, but the ie6 one is apache root


drwxr-xr-x 5 apache root 4096 Oct 7 11:27 ie6
drwxr-xr-x 6 apache apache 4096 Oct 7 14:16 mk

*edit used chgrp to apache also and it didnt work :(
wallpaper_01
 
Posts: 276
Joined: Thu Jan 20, 2011 10:44 am

Re: eFront 3.6.10 is available

Postby wallpaper_01 » Fri Oct 07, 2011 1:29 pm

fixed it. did chown apache -R efront. This fixed everything, you were right
wallpaper_01
 
Posts: 276
Joined: Thu Jan 20, 2011 10:44 am

Re: eFront 3.6.10 is available

Postby y.sulistya » Sat Oct 08, 2011 3:58 am

wallpaper_01 wrote:
y.sulistya wrote:Post a module link in the lesson catalog (http://forum.efrontlearning.net/viewtopic.php?f=11&t=3093&p=15960#p15960) works well, thank you. ;)


How do I find this feature?


Hello, simple to do is just add this code below in your module:

Catalog:
Code: Select all
    public function getCatalogModule() {
      return true;
    }

    public function getCatalogSmartyTpl(){
      $smarty = $this -> getSmartyVar();
      $smarty -> assign("T_MODULE_BASEDIR" , $this -> moduleBaseDir);
      $smarty -> assign("T_MODULE_BASEURL" , $this -> moduleBaseUrl);
      $smarty -> assign("T_MODULE_BASELINK", $this -> moduleBaseLink);
      
      return $this -> moduleBaseDir."module.tpl";
    }


Tool box link:
Code: Select all
    public function getToolsLinkInfo() {
      return array('title' => _YOUR_MODULE_NAME,
                     'image' => $this -> moduleBaseDir.'images/icon.png',
                     'link' => $this -> moduleBaseUrl);
    }

    public function getContentToolsLink() {
      return $this -> moduleBaseDir."module.tpl";
    }
Blessings & Peace,
Yudi Sulistya

---
Database administrator & programer at Faculty of Psychology • Airlangga University
Programer at Cyber Campus • Airlangga University
Freelance programer around the world
User avatar
y.sulistya
 
Posts: 509
Joined: Mon Apr 13, 2009 12:02 pm
Location: Surabaya, Indonesia

Re: eFront 3.6.10 is available

Postby maryanto » Tue Oct 25, 2011 9:26 am

I had to update from version 3.6.8 to version 3.6.10 but when user lesson not login and click lesson in home page, error message "mysql error: [1048: Column 'users_LOGIN' can not be null] in EXECUTE (" insert into events (type, lessos_ID, entity_ID, entity_name, users_LOGIN, users_name, users_surname, timestamp, lessons_name) values ​​(...." :(
maryanto
 
Posts: 6
Joined: Sat Oct 22, 2011 10:07 am

Previous

Return to News and Announcements

Who is online

Users browsing this forum: No registered users and 1 guest

cron