When i go into admin // modules // orca forum i get a http 404 not found.
when link is clicked bringing me to www.xxx.com/forum (xxx sitename) but forum is in /modules/boonex/forum/???
Need help. Move folders or did I not install something right?
Thanks Much Appreciated!
|
Check the .htaccess file located in the root directory of your dolphin install. Towards the bottom, make sure it looks just like this:
RewriteRule ^m/(.*)$ modules/index.php?r=$1 [QSA,L]
RewriteRule ^forum/groups/(.*)$ modules/boonex/forum/$1?orca_integration=groups [QSA,L] RewriteRule ^forum/events/(.*)$ modules/boonex/forum/$1?orca_integration=events [QSA,L] RewriteRule ^forum/store/(.*)$ modules/boonex/forum/$1?orca_integration=store [QSA,L] RewriteRule ^forum/(.*)$ modules/boonex/forum/$1 [QSA,L]
RewriteRule ^page/(.*)$ viewPage.php?ID=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule .+ - [L] RewriteRule ^([^/]+)$ profile.php?ID=$1 [QSA,L]
</IfModule>
Nothing to see here |
Thanks for the help. yes my root .htaccess file contains what you have referenced. Still doesn't work. Anything else to look for or change? |
Nothing to see here |
Thanks for the help. yes my root .htaccess file contains what you have referenced. Still doesn't work. Anything else to look for or change?
try to put write a php.ini file in //modules/boonex/forum/
put this code in the file
display_errors = on
regards.
mchauhan
Regards........ M.Chauhan U.K. |
Thanks for the help. yes my root .htaccess file contains what you have referenced. Still doesn't work. Anything else to look for or change?
try to put write a php.ini file in //modules/boonex/forum/
put this code in the file
display_errors = on
regards.
mchauhan
This is why I asked you the question in your previous post mchauhan :)
Nothing to see here |
Thanks for the help. yes my root .htaccess file contains what you have referenced. Still doesn't work. Anything else to look for or change?
try to put write a php.ini file in //modules/boonex/forum/
put this code in the file
display_errors = on
regards.
mchauhan
This is why I asked you the question in your previous post mchauhan :)
sorry i saw that after this post.
Regards........ M.Chauhan U.K. |
Zarcon,
sent you an pm email with info. Thanks again
|
Thanks Zarcon, your a genius!! Appreciate all the help.. The site is working great. |
Thanks Zarcon, your a genius!! Appreciate all the help.. The site is working great.
haha.. Thanks for the compliment, but far from genius. And you are very welcome.
Chris
Nothing to see here |
I am having the same issue with my forums. When I go to forums.php it says Module (forums) not found. When i click on it in the admin panel I get 404 page not found.. Anyone know how to fix this?? |