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

Re: 1.9v to Newest version

$
0
0
by Theresa M Kelly.  

OK, so I was able to figure this out, but now the install is finished and none of themes will load and all I get is text. I also get this warning :

Warning: Creating default object from empty value in /home/www/qpsychics.com/university/login/config.php on line 5


Re: 1.9v to Newest version

$
0
0
by Theresa M Kelly.  

I was able to update to 2.0, but none of themes will load and all I get is text. SO no images showing or css. I also get this warning :

Warning: Creating default object from empty value in /home/www/qpsychics.com/university/login/config.php on line 5


Re: 1.9v to Newest version

$
0
0
by Ken Task.  

You are in for a journey ... which may not be accomplished without bumps in the road and some trouble shooting.  That really can't be avoided and is dependent up many factors ...  I no longer have a 2.0 running anywhere to actually look at ... so much of what I might have are suggestions from memory ... which is many years past now! :|

Let's try to address what you are facing right now:

in 2-> themes are plugins.
the 1.9 -> 2.0 jump the themes were converted to 2.x themes.
In order to make it easier to upgrade the 2.0 code may have included themes you didn't actually have installed ... and if you had used a custom theme those customizations might no longer be compatible.

site might be attempting to use a 'forced' 'standard'.
Suggest using an addition line in config.php to set a theme to standard.
Add:
$CFG->theme='standard';

You don't need to restart any services for that to take  affect ... just hit the site.

You can set the above to any theme in code/theme/ that is compat with 2.0.

You have to visit config.php file to find out what's on line 5 because that's what the error is telling you.
What is on line 5?

Also, moodle caches a bunch ... hit url:
http://yoursite/admin/purgecaches.php

SoS, Ken

Odp: Re: 1.9v to Newest version

$
0
0
by W L.  

Im literally sick of so-called experts..... best thing is to do sth myself, solving all the hoops by myself.....

The more you browse the web, the less you know as there are much more people who claim to be an expert just for the sake of it.... in reality being no expert at all..... 

In case of troubles, use Google and/or any other search engine possible...

Re: Odp: Re: 1.9v to Newest version

$
0
0
by Ken Task.  

Hmmmm ... 'expert' defined as 'guessed right 3 times in a row'?

While it might be true all one needs to do is Google and one can find an answer to anything, then why didn't you share some of your 'google golden nuggets' with the original poster?

Know that the 'job' was more than just 1.9.x to something higher Moodle wise .. tip of the iceburg really.  Did you?

So please, feel free to share your expertise in finding what to do and when to do it ... and how 2's ... to help Theresa.  smile ... for that matter, share with the entire '*volunteer* moodle community'.

Oh, yeah ... ya did ... ya educated many on moodle install on Gentoo.   And with the help of many 'community volunteers' that hung in there with ya despite a less than friendly discussion. sad

Hmmmm ... 'Plan? I just wanted to install it as any other admin would without any plan or whatsoever."

Looks like she got there?   Did you help?

SoS, Ken


Re: 1.9v to Newest version

$
0
0
by Theresa M Kelly.  

I want to start by saying thank you so much Ken, your posts over the years have helped me so much with this learning software, enough that I recognized your name immediately. Yes, I backed everything up, just in case. And it may have been an .htaccess issue (something similar happend years ago and that was the cause now that I think of it), but I was able to upgrade all the way to 3.6 today and everything seems to be working great now....and will hopefully stay that way. It took about 8 hours in all, a few hoops, but I made it. smile

Re: 1.9v to Newest version

$
0
0
by Ken Task.  

Welcome!   And congrats! ... what you did wasn't easy (was checking on ya from time to time today and at one point was considering another PM 'tip').

Do expect at least one more PM later as your focus was on Moodle and 8 hours can drain ya!

SoS, Ken


Re: 1.9v to Newest version

$
0
0
by Theresa M Kelly.  

Thank you! It was certainly not easy, but like 100 times easier then fixing that moodle version after it was hacked and injected years ago. I should have just updated it way back then, but I was afraid it was just too unstable. Thankfully I was wrong, and it held on through all those updates. I'm looking forward to sleep!! LOL


I'm not able to install Moodle - redirect page issue

$
0
0
by Mouza Mouza.  

Hi , 

I'm struggling with Moodle as I'm not able to finish the installation and the page is staking in moodle/admin/index.php and is giving me the below error 

moodleissue


and I dont know why I'm having this error I have apache server with php 7.1.8 and the version installed is 3.5.2 of moodle .


plus I tried to upgrade moodle to the latest version and with the fresh installation I got the same error .


please help . 

I have redirect page from http to https and I'm using virtualhost in my apache .


This is my config file 

<?php  // Moodle configuration file


unset($CFG);

global $CFG;

$CFG = new stdClass();


$CFG->dbtype    = 'mariadb';

$CFG->dblibrary = 'native';

$CFG->dbhost    = '127.0.01';

$CFG->dbname    = 'moodle';

$CFG->dbuser    = 'moodleusr';

$CFG->dbpass    = 'moodlepassword!';

$CFG->prefix    = 'mdl_';

$CFG->dboptions = array (

  'dbpersist' => 0,

  'dbport' => '',

  'dbsocket' => '',

  'dbcollation' => 'utf8mb4_general_ci',

);


$CFG->wwwroot   = 'https://mycompany.ae/moodle';

$CFG->dataroot  = '/u01/moodle_data/moodle';

$CFG->admin     = 'admin';


$CFG->directorypermissions = 0777;


require_once(__DIR__ . '/lib/setup.php');


// There is no php closing tag in this file,

// it is intentional because it prevents trailing whitespace problems!


Help installing Moodle 3.6.3

$
0
0
by Lori Anthony.  

I have installed the upgrade in a different directory on my server.  After installing and adding the config file I get the following errors (see attachments below). I have installed ssl.

I am using hostgator for my server with php 7

the unicode is utfm8b4_unicode_520_ci

I have no idea on how to change to barracuda in my database.  I've read tutorials and I'm afraid its above my paygrade. 

the site is https://trinitylearning.education/class

I'm willing to pay for help, my budget isn't large and I'm hoping its a simple fix. 

Re: Help installing Moodle 3.6.3

$
0
0
by Ken Task.  

First line of the first screen shot tells you why ... you have  Moodle 2.6.1+ and you cannot upgrade (it's really referring to the  database for your moodle) from that version to 3.6.highest without first upgrading to 3.1.highest.

Hope you began with a backup of code and database.

Am guessing you acquired new code and put it in new directory.  Used config.php from the 2.6.1+ site in the new code directory.   The db for your 2.6.1+ moodle knows it's 2.6.1+ and the code check for upgrades (system requirements) catches and informs.

Afraid you have 'march' your moodle a little ... upgrade it in stages (backing up gains as you go).

2.6.1 to 2.9.highest ... upgrade check the site out, backup, then next hop ....

2.9.highest to 3.1.highest ... upgrade, check the site out, backup, then next hop ... which 3.6.highest.

Am almost certain those willing to work on it for you might require some more info ... for example ... is your site on shared hosting with hostgator or a VPS?   Gonna say that if on shared hosting, you need to pursue moving from shared to either managed or un-managed VPS.

'spirit of sharing', Ken




ExamGuarantee - A soultion for all your IT exams preparation problems

$
0
0
by lissa ellis.  

Getting certified is the best way to advance your professional career in the field of Information Technology. There are many vendors and organizations offering IT certifications, these valuable certifications help to get hire and enhance your skills and knowledge. The preparation of these certifications is tough and without latest and valid exam preparation material passing exams is difficult. But in the presence of websites like ExamGuarantee preparing and passing these certifications exams is not a big deal. ExamGuarantee is being known as the best and latest exam preparation practice material provider.


ExamGuarantee provides most up to date and valid exam practice questions with verified answers for various top IT certifications exams including Microsoft, Cisco, Huawei, Salesforce, etc. Many IT professional, including me, had been used their exam preparation material and now achieving successes in the evolving field of IT.

https://www.examguarantee.com/

Re: 1.9v to Newest version

$
0
0
by Theresa M Kelly.  

I was able to update to 2.0, but none of themes will load and all I get is text. SO no images showing or css. I also get this warning :

Warning: Creating default object from empty value in /home/www/qpsychics.com/university/login/config.php on line 5


Re: Moodle 3.4.1+ admin/environment/php extension/intl

$
0
0
by Jiří Plachý.  

I understand where the problem is, but how to fix it?

Re: Error reading from database Moodle 3.5 when install

$
0
0
by COLLYNE JUMAH.  

Thanks for the solution,,,,, it has been an error for a whole week.... after transferring moodle files to cpanel wit its database.


moodle migration

$
0
0
by yogi bear.  

I currently have moodle using bitnami and mysql and want to migrate to a newer version of Moodle I have on a different server.on the server i have installed the latest version of moodle and mariadb as my database.How do i migrate all my files over to the new site.

Re: Upgrade to latest 3.4.2+ from 3.4.1

$
0
0
by Andy Hoang.  

Thanks Howard - I also had the same issue and an upgrade to PHP 7 solved this instantly. 

Re: Moodle 3.4.1+ admin/environment/php extension/intl

$
0
0
by Leon Stringer.  

Have you replaced php_intl.dll with another version? The output looks the same as from this post.

If you have you can just download the Windows Install Package again and extract the original file from server\php\ext.

Re: moodle migration

Re: Installing Moodle along with WordPress on the same VPS

$
0
0
by Vrushabh Mudhale.  

Hi Vishwas,


I do not think, installing Moodle and Wordpress on the same VPS will be a problem.

Also, Integrating Moodle with Wordpress in this situation will surely not be a problem. If by 'Integration' you mean synchronizing Moodle Courses and users with Wordpress, Edwiser Bridge lets you do that with great ease and is a stable and robust solution too. With Two-way sync introduced recently, the changes made are reflected on both sides.

Viewing all 46782 articles
Browse latest View live