GMG FAQ: Difference between revisions

From GNU MediaGoblin Wiki
Jump to navigation Jump to search
Line 10: Line 10:


* pythonsnake has made [https://github.com/pythonsnake/MediaDwarf/tree/486_multiupload a branch for multiupload] in his repo. Source: [http://www.reddit.com/r/linux/comments/1lselg/mediagoblin_050_released_with_help_from_opw_and/cc3lgu6]
* pythonsnake has made [https://github.com/pythonsnake/MediaDwarf/tree/486_multiupload a branch for multiupload] in his repo. Source: [http://www.reddit.com/r/linux/comments/1lselg/mediagoblin_050_released_with_help_from_opw_and/cc3lgu6]


* I can't no more files upload, and nowhere it's been explained, I'm a beginner of this technic monster!--[[User:Stoppoker|Stoppoker]] ([[User talk:Stoppoker|talk]]) 15:20, 6 February 2014 (EST)


== There is an SQL error ==
== There is an SQL error ==

Revision as of 16:38, 7 February 2014

NOTE: MediaGoblin is in heavy development, so the answers in this FAQ are very likely to be incomplete or obsolete. Please use the documentation, git, mailing list, IRC etc.

Is it possible to upload many files at a time?

As of 2013-09-08:

  • There is at least one script for that, based on the API, automgtic by joar. It might not work now in some way due to API changes.

There is an SQL error

If you've changed configuration (like enabling a plug-in) or updated the code, you may need to run a dbupdate, please see [2]. The database must be readable (and probably writeable).

Authentication is disabled after an update

Add this to the [plugins] section of mediagoblin_local.ini:

[[mediagoblin.plugins.basic_auth]]

See mediagoblin.ini and [3] for examples of more.

Development

Why did you switch from MongoDB to SQL?

There are some notes at