<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>selfoss support forum - error during setup</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>error during setup (reply)</title>
<content:encoded><![CDATA[<p>Steved,</p>
<p>you were right </p>
<p>all i needed to do was &quot;flush privileges&quot; and everything is working,</p>
<p><br />
also the other issues was i didn't have the rewrite mod enable in apache2 which was causing errors with the .htaccess file </p>
<p><br />
Thanks alot</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=102</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=102</guid>
<pubDate>Sun, 17 Mar 2013 00:57:59 +0000</pubDate>
<dc:creator>perclecom</dc:creator>
</item>
<item>
<title>error during setup (reply)</title>
<content:encoded><![CDATA[<blockquote><p>/var/www/rss/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration</p>
</blockquote><p>I believe perclecom already got this error figured out, but for those searching and finding this same problem, do</p>
<p>sudo a2enmod rewrite</p>
<p>Then restart Apache.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=99</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=99</guid>
<pubDate>Sat, 16 Mar 2013 21:08:10 +0000</pubDate>
<dc:creator>MidSpeck</dc:creator>
</item>
<item>
<title>error during setup (reply)</title>
<content:encoded><![CDATA[<blockquote><p>SQLSTATE[28000] [1045] Access denied for user 'rss'@'localhost' (using password: YES)</p>
</blockquote><p>This is a mysql error. </p>
<p>You might have the password wrong in config.ini or simply have not created the mysql DB</p>
<p>You can either use sqlite or create the database using the following commands to mySQL:</p>
<p>(For a DB called &quot;selfoss&quot; user &quot;rss&quot; password &quot;secret&quot;)</p>
<p>create database selfoss;<br />
create user 'rss'@'localhost' identified by 'secret';<br />
grant all privileges on selfoss.* to 'rss'@'localhost';<br />
flush privileges;</p>
<p>Note the last command - if you don't do that then you may not have access until mySQL is restarted.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=97</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=97</guid>
<pubDate>Sat, 16 Mar 2013 15:28:31 +0000</pubDate>
<dc:creator>steved</dc:creator>
</item>
<item>
<title>error during setup (reply)</title>
<content:encoded><![CDATA[<p>I was file able to get pass the rewrite error in the .htaccess file  </p>
<p>now i have a new error </p>
<p><br />
SQLSTATE[28000] [1045] Access denied for user 'rss'@'localhost' (using password: YES)<br />
SQLSTATE[28000] [1045] Access denied for user 'rss'@'localhost' (using password: YES)<br />
SQLSTATE[28000] [1045] Access denied for user 'rss'@'localhost' (using password: YES)<br />
SQLSTATE[28000] [1045] Access denied for user 'rss'@'localhost' (using password: YES)</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=79</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=79</guid>
<pubDate>Sat, 16 Mar 2013 03:45:59 +0000</pubDate>
<dc:creator>perclecom</dc:creator>
</item>
<item>
<title>error during setup (reply)</title>
<content:encoded><![CDATA[<p>This is what i am getting in the logs </p>
<p>/var/www/rss/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration<br />
/var/www/rss/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration<br />
/var/www/rss/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration<br />
/var/www/rss/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration<br />
/var/www/rss/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=78</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=78</guid>
<pubDate>Sat, 16 Mar 2013 03:20:14 +0000</pubDate>
<dc:creator>perclecom</dc:creator>
</item>
<item>
<title>error during setup (reply)</title>
<content:encoded><![CDATA[<p>As MidSpeck, you'll need to look in your apache error logs to see what's going on.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=75</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=75</guid>
<pubDate>Fri, 15 Mar 2013 22:04:25 +0000</pubDate>
<dc:creator>vince</dc:creator>
</item>
<item>
<title>error during setup (reply)</title>
<content:encoded><![CDATA[<p>i have the php-mql, and  tail of apache2 log doesnt show anything issues </p>
<p>here is my config.ini </p>
<p>[globals]<br />
db_type=mysql<br />
db_file=data/sqlite/selfoss.db<br />
db_host=localhost<br />
db_database=selfoss<br />
db_username=rss<br />
db_password=password<br />
db_port=3306<br />
logger_level=ERROR<br />
items_perpage=50<br />
items_lifetime=30<br />
base_url=<br />
username=<br />
password=<br />
salt=lkjl1289<br />
public=<br />
rss_title=selfoss feed<br />
rss_max_items=300<br />
rss_mark_as_read=0<br />
~<br />
~<br />
~<br />
~</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=73</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=73</guid>
<pubDate>Fri, 15 Mar 2013 19:46:11 +0000</pubDate>
<dc:creator>perclecom</dc:creator>
</item>
<item>
<title>error during setup (reply)</title>
<content:encoded><![CDATA[<p>Does it seem to work without MySQL?<br />
If so, you may be missing the PHP MySQL drivers.<br />
apt-get install php5-mysql</p>
<p>Or you can look at /var/log/apache2/error.log for more information on why it is giving you an &quot;Internal Server Error&quot;</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=69</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=69</guid>
<pubDate>Fri, 15 Mar 2013 19:34:01 +0000</pubDate>
<dc:creator>MidSpeck</dc:creator>
</item>
<item>
<title>error during setup</title>
<content:encoded><![CDATA[<p>i wish to use mysql and have changed the config.ini file from sqlite to mysql </p>
<p>still no luck , </p>
<p>Internal Server Error<br />
The server encountered an internal error or misconfiguration and was unable to complete your request.</p>
<p>Please contact the server administrator,  and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p>
<p>More information about this error may be available in the server error log.</p>
<p><br />
--------------------------------------------------------------------------------</p>
<p>Apache/2.2.22 (Ubuntu) Server at rss.mydomain.com Port 80</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=67</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=67</guid>
<pubDate>Fri, 15 Mar 2013 19:17:09 +0000</pubDate>
<dc:creator>perclecom</dc:creator>
</item>
</channel>
</rss>
