phpbb module htaccess conflicts with image cache module
public
group: phpbb
demon326@drupal.org - Sun, 2008-01-20 20:42
Hello Arkepp, i just found a little conflict with the phpbb module htacces file and imagecache...when the htaccess is enabled it does not generate thumbsnails and does not display them lik they need to be..
when i Disable the htaccess file its all working like it has to be :), i found this problem after using google for more then a houre and found a rss feed frome this site..,so is there something that can fix it ?


I don't really know what
I don't really know what imagecache does. If it involves avatars it will probably not work in combination with the phpBB module without extra code.
If there are just some URLs that break then you can easily see what they are and add RewriteCond (see http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html) to prevent the .htaccess file from picking up on them.
imagecache is used for
imagecache is used for making thumbnails off pictures inside nodes and so on....,but thx for the response :)
Arkepp i found the sollution
Arkepp i found the sollution to the problem:
ad this to the htacces of phpbb before the first rewrite starts:
RewriteCond %{REQUEST_FILENAME} !-f
and all is working
The first rewrite rule is
The first rewrite rule is
RewriteRule ^inbox$ ucp.php?i=pm&folder=inbox [L]So you're putting a condition on inbox not existing as a file, and that solves your problem?
i was to fast with making a
i was to fast with making a conclussion..,the problem is still active :( i'm geting crazy i posted this problem on 3a4 boards and its realy the file cause if i comment everyhing out its working..., but like you know its no solution
found the other person with the same problem
Arkepp, here is the link where i found that the htaccess is the problem:
http://drupal.org/node/89841
I know groups.drupal.org is
I know groups.drupal.org is slow, but be patient so you avoid this triple posting.
The stuff they are talking about in that thread, at least initially, concerns [drupal root]/.htaccess, not [drupal root]/[phpbb root]/.htaccess , which has no influence on anything outside of [phpbb root] anyway.
1) Make sure you didn't overwrite [drupal root]/.htaccess with the one meant for phpBB
2) Back to my old suggestion for debugging these types of problems: Try disabling the module and move the forum folder outside of your web root. Verify that imagecache works then?
I don't want to be overly rude, but you should generally do more of number 2. You have a long history of wrong guesses because you are not systematic and you're not thinking through the changes you are making. When you make claims like above, try including a sentence about WHY you think this change works.
Oops :$
i gave you the wrong link :(, its this one: http://drupal.org/node/179616
and yes i know its slow but the captcha said "invailed token" so i pressed submit again..
1) Make sure you didn't overwrite [drupal root]/.htaccess with the one meant for phpBB
i have not overwrited that file cause i'm not that stupid
2) Back to my old suggestion for debugging these types of problems: Try disabling the module and move the forum folder outside of your web root. Verify that imagecache works then?
like i already told you its realy the PHPBB module htaccess causing the prob i will quote my own again here:
"when i Disable the htaccess file its all working like it has to be :)"
try including a sentence about WHY you think this change works.
the full history off my problem:
i wanted thumbnails in my teaser wich where provided by the cck imagefield, now the thumbnails dident show up..,and LOCAL its was working but i thought it was a settings problem so i let it be untill previous week i found http://drupal.org/node/179616 this isseu on a rss feed and idd when i disable the htaccess the problem is gone..
i also commented averything out in the file wit a "#" and when i did that the problem was also gone...
and why do i think that change works: cause i saw it with my own eyes
ps: the person has just a other problem,his thumbs are not being made mine ar not being displayed...
found the other person with the same problem
Arkepp, here is the link where i found that the htaccess is the problem:
http://drupal.org/node/89841
found the other person with the same problem
Arkepp, here is the link where i found that the htaccess is the problem:
http://drupal.org/node/89841