nanawel / rsslounge

Automatically exported from code.google.com/p/rsslounge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<a> balises haven't any href value

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. unzip archive in rsslounge directory into myuser directory
2. Protect this directory with these permissions :
- chown myuser:www-data rsslounge -R
- chmod u+rwx,g+rx-w,o-rxw rsslounge *
- cd rsslounge
- chmod g+w config data/cache data/favicons data/logs data/thumbnails 
public/javascript public/stylesheets
3. prepare mysql localhost server
4. finish install rsslounge
5. login and you'll see that all links doesn't work except the one of the 
project page in the footer.

What is the expected output? What do you see instead?

I've expected to be able to use links.

What version of the product are you using? On what operating system?
rsslounge version : 1.7
Debian Wheezy Server with apache2 (2.2.22-3) mysql (5.1.61) php (5.4.0-3)

Please provide any additional information below.

Original issue reported on code.google.com by a.dor...@gmail.com on 20 Apr 2012 at 2:07

[deleted comment]
Sorry, there was on error in this line :
- chmod u+rwx,g+rx-w,o-rxw rsslounge *
It should be :
- chmod u+rwx,g+rx-w,o-rxw rsslounge -R

And I've put "DEBUG" log in config/config.ini but the file data/log/default is 
empty.

Original comment by a.dor...@gmail.com on 20 Apr 2012 at 2:13

I've found some help here : http://rsslounge.aditu.de/forum/index.php?id=358 
but it seems doesn't work for me.

My instance is also in a subdomain but it won't work. I forgot to mention that 
I use SSL for all my website.

Original comment by a.dor...@gmail.com on 20 Apr 2012 at 8:12

Okay, solved : after using epiphany console to find errors, I've seen that 
there was an issue with the javascript folder (and especially the 
javascript/all.js file). So I could make other searchs on your forum and I've 
found the solution here : http://rsslounge.aditu.de/forum/index.php?id=374 .

I had the exactly same issue. Shouldn't this issue documented in the FAQ ? 
(because of jquerry and django ?)

Original comment by a.dor...@gmail.com on 20 Apr 2012 at 8:49