Re: Installation of Moodle 2.7 on CentOS 6.5 server via command line
by Ken Task. Copy the text output from:php -v (shows version)Guessing you are probably running 5.3.3 PHP right now.php -mpaste the text into a response.Also run:yum list php-*You'll see something like...
View ArticleRe: Installation of Moodle 2.7 on CentOS 6.5 server via command line
by Gary Lebowitz. Hi Ken,The idea you gave me to fix my PHP issue seems to work fine. The last remaining thing for my setup of 2.7 via the command line is to know where to place the php.ini file. In...
View ArticleRe: Installation of Moodle 2.7 on CentOS 6.5 server via command line
by Ken Task. yum --enablerepo=webtatic list php55w-* (or if you are shooting at 5.4 replace php55w with php54w)Will get a listing of all extensions available for 5.5.13 from webtaticOne you will see...
View ArticleRe: installing Moodle in my website
by Luis de Vasconcelos. You would think that the one thing that they would want to keep up to date is PHP. Security updates and fixes make up a big part of each new PHP version. The fact that they are...
View ArticleRe: Moodle data to UNC path??
by Luis de Vasconcelos. And FYI... Having $CFG->dataroot point to a UNC share on another server does work - on Windows at least. You just need to escape the '\' slashes.$CFG->dataroot =...
View ArticleRe: Formatting Lost After Upgrade?
by Luis de Vasconcelos. Yes, that fixes it. Sort of...But deep down somewhere I think there's a bigger problem that is causing that issue with the Moodle Themes. I've seem too many people complain...
View ArticleRe: Formatting Lost After Upgrade?
by Luis de Vasconcelos. Are you using IIS or Apache?
View ArticleMOODLE 2.5.4 LInks weren't working
by Lavanya Manne. I installed MOODLE2.5.4 on my server, but none of the links were working, here is the screenshot. Could anyone help me with why I couldn't access these links? And I installed the...
View ArticleProblem after upgrading
by vapd net. Hi,After upgrading to 2.7 I am having some problems to log in. When I try to log with any account the web browser shows this message: "No data received". If I press F5, it returns to the...
View ArticleRe: installing Moodle in my website
by john Simpson. Yes it's strange. Their PHP is 5.3.3 which isn't even good enough to install their recommended one click install Joomla. Funny but they also have a one click install service for...
View ArticleRe: Problem after upgrading
by Ken Task. Upgrading to 2.7 from which version?Before doing anything below suggest trying to clear the server cache by doing directly to:http://yoursite/admin/purgecaches.phpor, if you have command...
View ArticleRe: Problem after upgrading
by vapd net. Upgrading to 2.7 from 2.7devI cleaned the server cache but it didn't solve the problem.The database is in the localhost. I copied config.php from the old version. I tried to access the...
View ArticleRe: Formatting Lost After Upgrade?
by Jay Schaub. Luis, My server is running ApacheThanks.
View ArticleGettting crontab right for Moodle 2.7 running on CentOS 6.5 Linux server
by Gary Lebowitz. I have just set up Moodle 2.7 on a Linux server running CentOS 6.5. Previously I had a cron job running properly that sent out alerts out each time a new posting was sent to a...
View ArticleRe: Gettting crontab right for Moodle 2.7 running on CentOS 6.5 Linux server
by Rick Jerz. Maybe this will help.http://docs.moodle.org/27/en/Cron
View ArticleRe: Formatting Lost After Upgrade?
by Luis de Vasconcelos. Thanks. I run IIS and occasionally I also experience this "broken theme" problem. So it's happening in both IIS and Apache therefore it can't be a WEB SERVER config...
View ArticleRe: Problem after upgrading
by Ken Task. So how did you try to upgrade from 2.7dev? Download/FTP back up to server replacing moodle code (not overwriting)? Git via command line?Did permissions/ownership on config.php file...
View ArticleRe: filepicker do not work
by Charles Meruwoma. Thanks for sharing this.... I have struggled with this for about 3 days.Thanks
View ArticleRe: New User don't receive confirmation email using email based self...
by Ellen Yarnell. Hi Mary, We have one site that uses Moodle 1.9.16 and has email based self registration enabled. I have checked all the things you suggest and everything looks correct. Our problem,...
View ArticleRe: Moodle 2.7 Install Issues!!!
by William Graves. I am not a tech savvy person at all can you dumb it down for me? I have tried finding that information but due to us having shared hosting I don't think I have access to that?
View Article