Test Chamilo 1.9.x and Chamilo 1.10 (Demo sites)

Moderator: Coursenligne

Test Chamilo 1.9.x and Chamilo 1.10 (Demo sites)

Postby jmontoya » Fri Sep 21, 2012 2:04 pm

We have two demo installations:

Chamilo 1.9.4 (Upcoming stable version, including bugfixes from 1.9.2-1.9.0)
http://stable.chamilo.org

Chamilo 1.10 (New features)
http://unstable.chamilo.org
jmontoya
 
Posts: 135
Joined: Sun Jan 17, 2010 2:53 pm

Re: Test Chamilo 1.9.x and Chamilo 1.10

Postby adeschenes » Fri Sep 21, 2012 11:56 pm

Thanks Julio,

It is very helpfull for devellopment and expansion of Chamilo.

Alain
adeschenes
 
Posts: 452
Joined: Fri Mar 05, 2010 6:33 pm
Location: Québec, Canada

Re: Test Chamilo 1.9.x and Chamilo 1.10 (Demo sites)

Postby Carole Mora » Fri Dec 07, 2012 7:50 pm

Hello,

I installed 1.8.8.2 using the SimpleScripts installation module within Bluehost and the install worked fine. I am now experimenting with the set-up. I have a few questions:

1) Dashboard -- I've added some modules here. Will they begin populating information automatically?

2) Video Conference -- Will I need a dedicated IP in order to set up this feature?

3) Social Network -- I have added a few test Learners (friends). Will they be able to help me beta test the course site using their personal email addresses? Or, will I need to set up email addresses for them using my website email on Bluehost?

I have manually installed 1.9.2 on my Bluehost server (shared IP). There is an error with install: [07-Dec-2012 12:06:52 America/Denver] PHP Warning: require_once(main/inc/global.inc.php): failed to open stream: No such file or directory in /home1/colourf3/public_html/praxis/index.php on line 19

4) Version 2.1 -- I have manually installed this version on Bluehost, but am also having installation issues. I will post my question in the other forum category.

Can someone assist me with this issues?

Thank you.

csm
Carole Mora
 
Posts: 5
Joined: Thu Dec 06, 2012 7:36 pm

Re: Test Chamilo 1.9.x and Chamilo 1.10 (Demo sites)

Postby Coursenligne » Mon Dec 10, 2012 9:15 am

1.8.8.2 is quite old previous version, I would recommand using 1.8.8.6 (as it's a minor release, you can safely upgrade your 1.8.2).

Aboout 1.9, well you may want to check some information:
1- The encoding: Chamilo is using UTF-8 by defalut, you therefore have to set this up for your database, up to you to modify it afterward (both MySQL and Chamilo must use the same character encoding). I think I remember there is another configuration file to modify, but not sure which one.
2- PHP version: 5.3 minimum required.

I hope with this, you may manage to install the platform.
Regarding 2.x, sorry I don't have experience :(
Coursenligne
 
Posts: 1255
Joined: Sat Apr 09, 2011 9:59 pm

Re: Test Chamilo 1.9.x and Chamilo 1.10 (Demo sites)

Postby Carole Mora » Mon Dec 10, 2012 5:09 pm

Hi, Coursenligne.

I have upgraded the PHP to v5.4 and will try upgrading from v1.8.8.2 to v1.8.8.6. I would like to begin using v2.1, so have installed it to another directory. But, in the meantime, will keep experimenting with v1.8.8.6 once I have that installed, hopefully without any issues.

Thanks for your recommendations and assistance.

csm
Carole Mora
 
Posts: 5
Joined: Thu Dec 06, 2012 7:36 pm

Re: Test Chamilo 1.9.x and Chamilo 1.10 (Demo sites)

Postby echo66 » Fri Feb 01, 2013 11:57 pm

When i tried to create a course, in 1.10, this error was thrown

Fatal error: Call to undefined function browse_folders() in /var/www/unstable.chamilo.org/www/main/inc/lib/course.lib.php on line 4259 Call Stack: 0.0015 424912 1. {main}() /var/www/unstable.chamilo.org/www/main/create_course/add_course.php:0 1.0757 21125076 2. CourseManager::create_course() /var/www/unstable.chamilo.org/www/main/create_course/add_course.php:260 1.1547 21367988 3. CourseManager::fill_db_course() /var/www/unstable.chamilo.org/www/main/inc/lib/course.lib.php:82


Now, i only get error 404 when i try to go to that platform...

EDIT: for some reason, no more 404 errors. But, when i click in the Learning Paths icon, i get this message, within the LP menu:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'unstablechamilo.c_lp_category' doesn't exist' in /var/www/unstable.chamilo.org/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php on line 47 PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'unstablechamilo.c_lp_category' doesn't exist in /var/www/unstable.chamilo.org/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php on line 642 Call Stack: 0.0042 727508 1. {main}() /var/www/unstable.chamilo.org/www/main/newscorm/lp_controller.php:0 0.2678 14357176 2. require('/var/www/unstable.chamilo.org/www/main/newscorm/lp_list.php') /var/www/unstable.chamilo.org/www/main/newscorm/lp_controller.php:1002 1.4373 26914640 3. learnpath::get_categories() /var/www/unstable.chamilo.org/www/main/newscorm/lp_list.php:107 1.6236 31584712 4. Doctrine\ORM\EntityRepository->findBy() /var/www/unstable.chamilo.org/www/main/newscorm/learnpath.class.php:10541 1.6342 32126668 5. Doctrine\ORM\Persisters\BasicEntityPersister->loadAll() /var/www/unstable.chamilo.org/www/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:181 1.6387 32224000 6. Doctrine\DBAL\Connection->executeQuery() /var/www/unstable.chamilo.org/www/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php:907 1.6466 32333136 7. PDOStatement->execute() /var/www/unstable.chamilo.org/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:642 Doctrine\DBAL\DBALException: An exception occurred while executing 'SELECT t0.c_id AS c_id1, t0.id AS id2, t0.name AS name3 FROM c_lp_category t0 WHERE t0.c_id = ? ORDER BY t0.name ASC' with params {"1":15}: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'unstablechamilo.c_lp_category' doesn't exist in /var/www/unstable.chamilo.org/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php on line 47 Call Stack: 0.0042 727508 1. {main}() /var/www/unstable.chamilo.org/www/main/newscorm/lp_controller.php:0 0.2678 14357176 2. require('/var/www/unstable.chamilo.org/www/main/newscorm/lp_list.php') /var/www/unstable.chamilo.org/www/main/newscorm/lp_controller.php:1002 1.4373 26914640 3. learnpath::get_categories() /var/www/unstable.chamilo.org/www/main/newscorm/lp_list.php:107 1.6236 31584712 4. Doctrine\ORM\EntityRepository->findBy() /var/www/unstable.chamilo.org/www/main/newscorm/learnpath.class.php:10541 1.6342 32126668 5. Doctrine\ORM\Persisters\BasicEntityPersister->loadAll() /var/www/unstable.chamilo.org/www/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:181 1.6387 32224000 6. Doctrine\DBAL\Connection->executeQuery() /var/www/unstable.chamilo.org/www/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php:907


And i get almost the same error, when i try to create a LP
echo66
 
Posts: 7
Joined: Thu Nov 22, 2012 5:36 pm


Return to Troubleshooting

Who is online

Users browsing this forum: No registered users and 5 guests

Test Chamilo 1.9.x and Chamilo 1.10 (Demo sites)

Moderator: Coursenligne

Test Chamilo 1.9.x and Chamilo 1.10 (Demo sites)

Postby jmontoya » Fri Sep 21, 2012 2:04 pm

We have two demo installations:

Chamilo 1.9.4 (Upcoming stable version, including bugfixes from 1.9.2-1.9.0)
http://stable.chamilo.org

Chamilo 1.10 (New features)
http://unstable.chamilo.org
jmontoya
 
Posts: 135
Joined: Sun Jan 17, 2010 2:53 pm

Re: Test Chamilo 1.9.x and Chamilo 1.10

Postby adeschenes » Fri Sep 21, 2012 11:56 pm

Thanks Julio,

It is very helpfull for devellopment and expansion of Chamilo.

Alain
adeschenes
 
Posts: 452
Joined: Fri Mar 05, 2010 6:33 pm
Location: Québec, Canada

Re: Test Chamilo 1.9.x and Chamilo 1.10 (Demo sites)

Postby Carole Mora » Fri Dec 07, 2012 7:50 pm

Hello,

I installed 1.8.8.2 using the SimpleScripts installation module within Bluehost and the install worked fine. I am now experimenting with the set-up. I have a few questions:

1) Dashboard -- I've added some modules here. Will they begin populating information automatically?

2) Video Conference -- Will I need a dedicated IP in order to set up this feature?

3) Social Network -- I have added a few test Learners (friends). Will they be able to help me beta test the course site using their personal email addresses? Or, will I need to set up email addresses for them using my website email on Bluehost?

I have manually installed 1.9.2 on my Bluehost server (shared IP). There is an error with install: [07-Dec-2012 12:06:52 America/Denver] PHP Warning: require_once(main/inc/global.inc.php): failed to open stream: No such file or directory in /home1/colourf3/public_html/praxis/index.php on line 19

4) Version 2.1 -- I have manually installed this version on Bluehost, but am also having installation issues. I will post my question in the other forum category.

Can someone assist me with this issues?

Thank you.

csm
Carole Mora
 
Posts: 5
Joined: Thu Dec 06, 2012 7:36 pm

Re: Test Chamilo 1.9.x and Chamilo 1.10 (Demo sites)

Postby Coursenligne » Mon Dec 10, 2012 9:15 am

1.8.8.2 is quite old previous version, I would recommand using 1.8.8.6 (as it's a minor release, you can safely upgrade your 1.8.2).

Aboout 1.9, well you may want to check some information:
1- The encoding: Chamilo is using UTF-8 by defalut, you therefore have to set this up for your database, up to you to modify it afterward (both MySQL and Chamilo must use the same character encoding). I think I remember there is another configuration file to modify, but not sure which one.
2- PHP version: 5.3 minimum required.

I hope with this, you may manage to install the platform.
Regarding 2.x, sorry I don't have experience :(
Coursenligne
 
Posts: 1255
Joined: Sat Apr 09, 2011 9:59 pm

Re: Test Chamilo 1.9.x and Chamilo 1.10 (Demo sites)

Postby Carole Mora » Mon Dec 10, 2012 5:09 pm

Hi, Coursenligne.

I have upgraded the PHP to v5.4 and will try upgrading from v1.8.8.2 to v1.8.8.6. I would like to begin using v2.1, so have installed it to another directory. But, in the meantime, will keep experimenting with v1.8.8.6 once I have that installed, hopefully without any issues.

Thanks for your recommendations and assistance.

csm
Carole Mora
 
Posts: 5
Joined: Thu Dec 06, 2012 7:36 pm

Re: Test Chamilo 1.9.x and Chamilo 1.10 (Demo sites)

Postby echo66 » Fri Feb 01, 2013 11:57 pm

When i tried to create a course, in 1.10, this error was thrown

Fatal error: Call to undefined function browse_folders() in /var/www/unstable.chamilo.org/www/main/inc/lib/course.lib.php on line 4259 Call Stack: 0.0015 424912 1. {main}() /var/www/unstable.chamilo.org/www/main/create_course/add_course.php:0 1.0757 21125076 2. CourseManager::create_course() /var/www/unstable.chamilo.org/www/main/create_course/add_course.php:260 1.1547 21367988 3. CourseManager::fill_db_course() /var/www/unstable.chamilo.org/www/main/inc/lib/course.lib.php:82


Now, i only get error 404 when i try to go to that platform...

EDIT: for some reason, no more 404 errors. But, when i click in the Learning Paths icon, i get this message, within the LP menu:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'unstablechamilo.c_lp_category' doesn't exist' in /var/www/unstable.chamilo.org/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php on line 47 PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'unstablechamilo.c_lp_category' doesn't exist in /var/www/unstable.chamilo.org/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php on line 642 Call Stack: 0.0042 727508 1. {main}() /var/www/unstable.chamilo.org/www/main/newscorm/lp_controller.php:0 0.2678 14357176 2. require('/var/www/unstable.chamilo.org/www/main/newscorm/lp_list.php') /var/www/unstable.chamilo.org/www/main/newscorm/lp_controller.php:1002 1.4373 26914640 3. learnpath::get_categories() /var/www/unstable.chamilo.org/www/main/newscorm/lp_list.php:107 1.6236 31584712 4. Doctrine\ORM\EntityRepository->findBy() /var/www/unstable.chamilo.org/www/main/newscorm/learnpath.class.php:10541 1.6342 32126668 5. Doctrine\ORM\Persisters\BasicEntityPersister->loadAll() /var/www/unstable.chamilo.org/www/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:181 1.6387 32224000 6. Doctrine\DBAL\Connection->executeQuery() /var/www/unstable.chamilo.org/www/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php:907 1.6466 32333136 7. PDOStatement->execute() /var/www/unstable.chamilo.org/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:642 Doctrine\DBAL\DBALException: An exception occurred while executing 'SELECT t0.c_id AS c_id1, t0.id AS id2, t0.name AS name3 FROM c_lp_category t0 WHERE t0.c_id = ? ORDER BY t0.name ASC' with params {"1":15}: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'unstablechamilo.c_lp_category' doesn't exist in /var/www/unstable.chamilo.org/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php on line 47 Call Stack: 0.0042 727508 1. {main}() /var/www/unstable.chamilo.org/www/main/newscorm/lp_controller.php:0 0.2678 14357176 2. require('/var/www/unstable.chamilo.org/www/main/newscorm/lp_list.php') /var/www/unstable.chamilo.org/www/main/newscorm/lp_controller.php:1002 1.4373 26914640 3. learnpath::get_categories() /var/www/unstable.chamilo.org/www/main/newscorm/lp_list.php:107 1.6236 31584712 4. Doctrine\ORM\EntityRepository->findBy() /var/www/unstable.chamilo.org/www/main/newscorm/learnpath.class.php:10541 1.6342 32126668 5. Doctrine\ORM\Persisters\BasicEntityPersister->loadAll() /var/www/unstable.chamilo.org/www/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:181 1.6387 32224000 6. Doctrine\DBAL\Connection->executeQuery() /var/www/unstable.chamilo.org/www/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php:907


And i get almost the same error, when i try to create a LP
echo66
 
Posts: 7
Joined: Thu Nov 22, 2012 5:36 pm


Return to Troubleshooting

Who is online

Users browsing this forum: No registered users and 5 guests

Social network

Youtube

Subscribe to our newsletter

Leave us your e-mail in the box below, then make sure you approve the confirmation e-mail you will receive

 


 

Upcoming events