diff --git a/doc/README.rst b/doc/README.rst index ed41a38..c602e87 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -59,9 +59,6 @@ __ https://sourceforge.net/mailarchive/forum.php?forum_name=semanticscuttle-deve Known issues ============ +See `troubleshooting.rst`_ for a list of known problems and their solution. -Number of bookmarks always 0: "0 bookmark(s)" ---------------------------------------------- -This issue occurs when debug mode is enabled. -Technically, this is because the database layers ``DEBUG_EXTRA`` gets -enabled through debug mode. +.. _troubleshooting.rst: troubleshooting.html diff --git a/doc/troubleshooting.rst b/doc/troubleshooting.rst new file mode 100644 index 0000000..62ea4f8 --- /dev/null +++ b/doc/troubleshooting.rst @@ -0,0 +1,33 @@ +=============================== +SemanticScuttle Troubleshooting +=============================== + + +Godaddy error: "No input file specified." +========================================= +Opening personalized URLs like ``bookmarks.php/username`` on a godaddy +hosted server leads to the error :: + + No input file specified. + +We do not have a real solution yet, but changing the PHP handler from +`CGI` to `mod_php` in the control center makes it work: + +- Hosting Control Center + + - Settings + + - File extensions + + - Change ``.php`` from `FastCGI` to `PHP 5.x` + +Thanks to CESgeekbook__ for the hint. + +__ http://www.cesgeekbook.com/2010/07/php-no-input-file-specified-godaddy.html + + +Number of bookmarks always 0: "0 bookmark(s)" +============================================= +This issue occurs when debug mode is enabled. +Technically, this is because the database layers ``DEBUG_EXTRA`` gets +enabled through debug mode.