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

Re: database seems to not connect

$
0
0
by Willow Oringderff.  

First a warning: The process I followed is kind of messed up because I don't really know what I'm doing.

We got a message from our server that we had too many database tables and our website would be taken off line if I didn't fix that. I didn't know how to find out what database was what but when I looked at "my installs" it said what program was using what database (except I found out it doesn't point to the actual database in use, it points to the database that was installed for the program, I didn't know about the config.php yet at that point) so I deleted a bunch of databases to include the one that moodle was using.

I thought I had to start over form scratch because of this mistake so I uninstalled the moodle and I reinstalled a new one.

Then I remembered that there were backups on the server so I went there and tried to reinstall the deleted database so I could at least recover the data. Next I put in the old config.php but that didn't work, the moodle gave me an error message (I don't remember what) that I didn't understand so I deleted the install and reinstalled yet an other moodle.

I then went to "phpMyAdmin" found the old database and I did "export" to tmp folder on the server. next I went to the database that the new install is pointing too (still in phpMyAdmin) and I did import from the tmp folder. At this point I can see all the data in this database. The users, the courses, the logs, the forum discussions, the homework,... it all shows in the database that the config.php is pointing to. When I log into moodle, however, it still looks like a "virgin" no courses, users, forum,... but no error messages either.

There is a moodledata folder on the server too but I just looked in there and I can't see anything that seems to refer to the databases, at least not in a way that I recognise.

Also, the old database, that I recovered from the backup doesn't show up in the list of "my databases", it shows up in the list of the "users" that is probably why the old config.php doesn't work but I don't know how to get it out of the users and into the list of "my databases". We used to have a webmistress who knew what she was doing but one day she just stopped, it is as if she fell of the face of the earth and we have no idea what or why. since then I have been trying to keep things going but I feel pretty desperate at this point. I really don't know what I'm doing but I seem to be the only one brave enough to at least try so everyone is looking at me but I don't know, I might have messed this up beyond repair sad


Re: Need help with installing moodle 2.9 on windows 8.1

$
0
0
by Usman Asar.  

Alicia, in your case using Windows Installer package, it actually doesn't installs anything on your computer, but runs the required applications/servers to start your moodle only. 

Now you mentioning that your typed localhost and nothing happened? there must be something on the screen showing up or is it blank? if everything is startled from scratch, then typing localhost should start Moodle setup wizard on your computer.

also, if you have downloaded the windows installer package, then installing  IIS is of no use, as this package already comes up with Apache as web server, so if you try installing IIS and on top of it starting this package, Apache wont get the required port 80 allocated to even work (you have to either uninstall IIS or change port numbers for Apache).

Now tell me where you stand?


Re: Requiring slasharguments in Moodle 2.9 - will anybody be seriously affected?

$
0
0
by Paul Verrall.  

Hi Matteo, I'm not 100% sure what the expected result should be from those patterns. Using them verbatim in my test setup returns the homepage with no errors. All images, css and js load correctly and I have not encountered any issues thus far in general usage.

Thanks

Paul

Re: Activate slash arguments in nginx (windows)

$
0
0
by Howard Miller.  

Solution was for PATH_INFO and PHP_SELF. PATH_INFO is what you are missing. 

Bulk user displays blank when upgraded to Moodle 2.8.6

$
0
0
by Tifano T.  

Hi Moodlers,

I upgraded from Moodle 2.6.8 to 2.8.6+. When I open "Bulk user actions" I get the blank page.

Turned the debugging on got the error below

Fatal error: Cannot redeclare add_selection_all() (previously declared in /var/www/learn.vocation.com.au/www/admin/user/lib.php:9) in /var/www/learn.vocation.com.au/www/admin/tool/advuserbulk/lib.php on line 11


Your immediate help would be highly appreciated.

Thanks 

Re: Bulk user displays blank when upgraded to Moodle 2.8.6

Re: Bulk user displays blank when upgraded to Moodle 2.8.6

$
0
0
by Tifano T.  

Hi Howard,]

Thanks for your prompt response, appreciate.

I guess that refers to to advanced bulk user actions?

I am just guessing.


Thanks

Re: Bulk user displays blank when upgraded to Moodle 2.8.6

$
0
0
by Howard Miller.  

Please see my 'Edit' above. If it's not core then you installed it (or somebody did). 

Worse... you may have copied the new version of Moodle over the top of the old. Which also leads to weird errors (like this)


Re: Bulk user displays blank when upgraded to Moodle 2.8.6

$
0
0
by Tifano T.  

I see!

So, what would you suggest I do?

Can hide it and leave advanced bulk user actions?

Thanks Howard

Re: Bulk user displays blank when upgraded to Moodle 2.8.6

$
0
0
by Howard Miller.  

If that plugin is there because you didn't do the upgrade properly (unpacked new version over old) then I would strongly recommend that you restore from a backup and do it again (move away the old code and replace with fresh new). 

If you added the old version of this plugin then just delete the advuserbulk directory and its contents. 

Re: dmlreadexception error with moodle 2.0 RC1 fresh install

Re: dmlreadexception error with moodle 2.0 RC1 fresh install

$
0
0
by Howard Miller.  

That page is 6 years old and the user is no longer registered!

Re: Installing Moodle on a Windows 7 as a local host

$
0
0
by Emma Richardson.  

That would be great. Every time I see Windows question, I hope that you get on and answer.  I went the other route and learned Linux which I now love!

Re: Installing Moodle on a Windows 7 as a local host

$
0
0
by Usman Asar.  

That I know and remember reading somewhere on forum post you mentioning learning Linux, and so everytime someone asks me how difficult is to learn Linux and I give them your example saying "Emma has done it so can you", with a hope that some day I'll learn it too smile

Re: Bulk user displays blank when upgraded to Moodle 2.8.6

$
0
0
by Tifano T.  

Hi Howard,

Thank you very much for your help.

As the Advanced bulk user actions serves the purpose with more options,

I thought of hiding "Bulk user actions" option from core Bulk user actions plugin (see attached image)

Is that something you would have advised?


Thank you


Re: Activate slash arguments in nginx (windows)

$
0
0
by Markus W.  

Hi Matteo,

I put the location config from your link into my nginx conf file, but like before, the nginx server will not start anymore. Are there some changes needed? Thanks for your reply.

Markus

Re: Requiring slasharguments in Moodle 2.9 - will anybody be seriously affected?

$
0
0
by Paul Verrall.  

Thanks Matteo,

My Nginx/PHP-FPM environment returns the correct values under a phpinfo() output, matching the demo sites output for those URLS. In both cases whitespaces are absent, but I assume this is correct as it is the case for demo.moodle.net also.

The only difference is that there is not an Apache environment section (for obvious reasons), instead the values come under the heading of 'PHP Variables' which unfortunately is not included in the Moodle admins output of phpinfo, i.e.  phpinfo(32).

All the config to get this working is now included at in the 2.9 Nginx docs.

Thanks

Paul

Ejsapp plugin installation

$
0
0
by donato grassi.  

Hi!

I tryed to install the plugin from the moodle installation directory but I got errors. My moodle installation version is 2.8 and, as declared on the plugin page the version is stable and fit the moodle 2.8

What an attempt have I to do more?

Re: Ejsapp plugin installation

$
0
0
by Howard Miller.  

It might help if you tell us what the errors are?

Re: Ejsapp plugin installation

$
0
0
by donato grassi.  

down is the track

Debug info: Errors found in XMLDB file: Problem loading table ejsapp_remlab_conf, Some FIELDS name values are incorrect
Error code: ddlxmlfileerror

Viewing all 47426 articles
Browse latest View live


Latest Images

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