Quantcast
Channel: Installing and upgrading help
Viewing all 47371 articles
Browse latest View live

Re: SQL Connection

$
0
0
by Luis de Vasconcelos.  

What $CFG->dbtype are you using? 'SQLSRV or 'MSSQL'?

Have you configured PHP so that it can connect to your SQL Server? Does PHPInfo() show a SQLSRV and/or MSSQL section?


Re: Problems with permissions on Cluster setup

$
0
0
by Luis de Vasconcelos.  

Hi. Is this still a problem?

If so, how are you connecting to the Moodledata drive on the NFS?

What have you put in your $CFG->dataroot?

Re: Fatal error: $CFG->dataroot is not configured properly, directory does not exist or is not accessible! Exiting.

$
0
0
by Ken Task.  

No one but those who have ssh/ftp access should be able to retrieve the conf file for your web server.  DO NOT share it back here, either.   IF you do download via FTP and edit, make sure you use a text editor ... NOT Word!   Don't edit unless you know what you are doing ... could make matters worse.

Remotely hosted on shared system?   Where hosted?  Package is shared or standalone (ie, dedicated to just your usage)?  Since you've mentioned you have a 'webmaster' am assuming that means the system is not on a shared host and dedicated to just your entities usage, but ... then again ... who knows!   Can't do vulcan mind melds.

Your webmaster should be able to help.   If not, get another webmaster! ;)

What I gave you was an example ... obviously, it didn't work ... not all Linux systems are configured exactly the same.   Webmasters have their preferences as well.  But, at least you know for what you are looking ... and on the path to resolving your issue.   moodledata needs to be readable/writable by the web server user (www-data or apache2) and the config.php file of Moodle needs to know the full path to it's data folder.

'spirit of thinkering', Ken

Re: Upgrading or New Install

Re: Fatal error: $CFG->dataroot is not configured properly, directory does not exist or is not accessible! Exiting.

$
0
0
by Damien Colmant.  

Thanks for all these advices. Will try again once I receive details from my webmaster.

Re: Migrated and upgraded moodle 2.5.2: cron.php fail to run

$
0
0
by Trevar Pearce.  

Hi,

We had this exact problem, but the commands above weren't enough. We ran:

alter table mdl_log convert to character set utf8 collate utf_unicode_ci;

alter table mdl_cache_flags convert to character set utf8 collate utf_unicode_ci;

alter table mdl_user convert to character set utf8 collate utf_unicode_ci;

These convert not only the tables to the utf8_unicode_ci collation, but also all columns.

There are a few dozen other tables with the utf8_general_ci collation in our moodle schema but we have not altered them. Nevertheless, our cron is now succeeding.

Thanks for the pointer in the right direction.

Re: Missing Edior n 2.7 new setup?

$
0
0
by Nancy K Hoke.  

Thank you for this conversation.  Should I be able to add the third line to the editor as shown in the image?  Just a little confused as we have just upgraded to 2.7.

I wish to add my point of view to the discussion - I do understand the accessibility issue - at my age I do get how critical this is. But, for me there are certain very basic functions that after working with word processing for the past 20 years - and two are to be able to change font size and the colors.  I agree with the 80/20 statements being made - and I feel like the whole is being made less for the needs of the few. I think the people who created this need to have a little more faith in those of us that create the content - that we know our audience and our audience needs.

Re: Missing Edior n 2.7 new setup?

$
0
0
by john Simpson.  

First thing I noticed when using 2.7 compared to 2.6 was the basic text editor. Why change something good to  something bland and basic. A text editor which had choice of font size and colour and now doesn't? From a menu which was bright, easy, and versatile to use to something that appears dead, faded and grey, how on earth does that help the poorly sighted?

It now looks like what was a perfectly good editor to one now that no longer functions properly.


Re: About upgrade moodle1.9 to moodle2.7

$
0
0
volgens Howard Miller.  

In your config.php file, try this line

$CFG->slasharguments = false;

Re: Missing Edior n 2.7 new setup?

$
0
0
volgens Guillermo Madero.  

Hi Nancy,

Just select the Show more buttons button at the upper left corner:

third row of buttons in Atto

Re: Missing Edior n 2.7 new setup?

$
0
0
volgens john Simpson.  

That's what I did. Back to Poodll and tinymce.

problem to install moodle 2.7 on ovh serveur

$
0
0
volgens georgio ramazzaqui.  

Hi,

I try to install moodle 2.7 on ovh without success.

1/ have created  a folder "moodledata" at the root

2/ have created  a folder "moodle" where the install file are

3/ have bought data base  400 Mo at OVH

4/ have modified config.php by updating with the mail data :

MySQL:
 Serveur        : applicoamoodle.mysql.db
 Utilisateur   : applicoamoodle
 Nom de la base : applicoamoodle
  Mot de passe  : ...


$CFG->dbtype    = 'mysqli';      // 'pgsql', 'mariadb', 'mysqli', 'mssql', 'sqlsrv' or 'oci'
$CFG->dblibrary = 'native';     // 'native' only at the moment
$CFG->dbhost    = ''applicoamoodle.mysql.db";  // eg 'localhost' or 'db.isp.com' or IP
$CFG->dbname    = 'applicoamoodle';     // database name, eg moodle
$CFG->dbuser    = 'applicoamoodle';   // your database username
$CFG->dbpass    = '...';   // your database password


and , I try to install by webserver

http://.../moodle/admin/cli/install.php

without succes

anybody can help me please?


thanks a lot


Georgio

(by the way, sorry for my bad english)

Re: Missing Edior n 2.7 new setup?

$
0
0
volgens Steve Ambro v2.7+.  

"That's what I did. Back to Poodll and tinymce."


Same here....


And another one gone, and another one gone
Another one bites the dust...

Hey, It's gonna get you, too
Another one bites the dust

(-:

2.6->2.7 upgrade issue - Category path order is incorrect

$
0
0
volgens Gabe Norton.  

I have recently update from 1.9->2.2->2.6->2.7 when updating from 2.6 to 2.7 I ran into what looks to be a reported issue (https://tracker.moodle.org/browse/MDL-46304). I have the same problems, trying to access any category gets an error " Coding error detected, it must be fixed by a programmer: Category path order is incorrect and/or there are missing categories ". Categories can be 'explored' via expansion on the navbar or course management page. I am unable to locate the issue here, new categories can be created but have the same issue. The same codebase running a new install on fresh database does not have this issue. Clean install table and upgraded table have the same schema with the exception of the option 'row_format=COMPACT' on the upgraded. All of the categories listed as parents are present, I am checking for category listed in course table now. I am looking for any help in diagnosing this, help finding the categories causing the issue, a work-around or just a fresh eye to offer ideas.

Thanks

Moodle - 2.7.1+ (Build: 20140807)
PHP - 5.4.31
Mysql - 5.5.38
Apache - 2.2.3

Re: Missing Edior n 2.7 new setup?

$
0
0
volgens Nancy K Hoke.  

Greetings Al and thank you so much for the excellent response. I switched over to TinyMCE and now see the font and font size buttons.  Were you able to add the plugins to the ATTO editor? Again, my deep thanks for your help. Nancy K.


Re: Missing Edior n 2.7 new setup?

$
0
0
volgens Nancy K Hoke.  

I did not realize how connected I was to color of the icons until everything turned gray. Now I have to go and read them - instead of just knowing.  Maybe this Gray plaque is actually a promotion for 50 Shades of Gray - opening soon?  But, I will say - that there are many people - who are dependent on the colors to see the options clearly - my husband being one of them. 

Re: "Can not find data record in database table context." after installing plugin

$
0
0
volgens Andrew Porter.  

We too had the same error, the only difference being a different context in the debug info.

It appears that to install correctly the flashcard activity needs to use an existing valid matching question.  The one that it chose on our installation was linked to a context that no longer existed.  We solved this by finding the question_category in the mdl_question_categories table associated with this context.  In the mdl_question table we found the questions in this category.  There were two matching questions so we changed their category to one associated with a valid context.

On adding a new flashcard set the module unfortunately chose another problem question but repeating the procedure above for the new context finally cured the problem and we can now add new flashcard activities.

Re: Fatal error: $CFG->dataroot is not configured properly, directory does not exist or is not accessible! Exiting.

$
0
0
volgens Damien Colmant.  

The path seems to be /home/extendco/moodledata and the privileges set correctly ... but getting a withe page now when going on www.extend-coaching/moodle ????????

Re: The session partition is full

$
0
0
volgens Dave Feasey.  

link is dead.

Re: Upgrading or New Install

$
0
0
volgens Kelly Bramble.  

Dedicated server...


2.6.18-348.12.1.el5 #1 SMP Wed Jul 10 05:28:41 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux


This is a path problem.. Recommendations?

Viewing all 47371 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>