GMG FAQ: Difference between revisions
Jump to navigation
Jump to search
(→There is an SQL error: notice about the db) |
SturmAdmin2 (talk | contribs) m (Move content to docs) Tag: Replaced |
||
| (7 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
== Development == |
|||
== Is it possible to upload many files at a time? == |
|||
=== Why did you [http://issues.mediagoblin.org/ticket/557 switch] from MongoDB to SQL? === |
|||
''As of 2013-09-08:'' |
|||
There are some notes at |
|||
* [[SQL Database Backend]] |
|||
There is at least one script for that, based on the API, [https://github.com/joar/automgtic automgtic by joar]. |
|||
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] |
|||
== 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 [http://docs.mediagoblin.org/siteadmin/deploying.html#install-mediagoblin-and-virtualenv]. The database must be readable (and probably writeable). |
|||
== Authentication is disabled after an update == |
|||
Add this to the [plugins] section of mediagoblin_local.ini: |
|||
<pre>[[mediagoblin.plugins.basic_auth]]</pre> |
|||
See mediagoblin.ini and [http://lists.mediagoblin.org/pipermail/devel/2013-July/000610.html] for examples of more. |
|||