troubleshooting

This commit is contained in:
Christian Weiske 2011-08-24 22:37:14 +02:00
parent 6f5cd7c6e4
commit 524b1056a6
2 changed files with 35 additions and 5 deletions

View File

@ -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

33
doc/troubleshooting.rst Normal file
View File

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