GMG FAQ: Difference between revisions

From GNU MediaGoblin Wiki
Jump to navigation Jump to search
(detail)
(auth plugin)
Line 4: Line 4:
== There is an SQL error ==
== 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].
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].

== 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.

Revision as of 19:21, 9 August 2013

Is it possible to upload many files at a time?

[…there was at least one script or plug-in for that, based on the API…]

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 [1].

Authentication is disabled after an update

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

[[mediagoblin.plugins.basic_auth]]

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