Can't access blogs home

When I click on "Blogs Home" it takes me to my website homepage.  What's wrong???

Quote · 1 Feb 2010

Whats wrong is that it keeps taking you back to your homepage :) Can you be more specific with your error.

- Are any other links doing the same thing?

- Do you have the blogs module installed?

- Have you checked the .htaccess file located in the root to make sure its not corrupt?

Just a few to start with..

Chris

Nothing to see here
Quote · 1 Feb 2010

As far as I can tell, only the blogs link is doing this.  I can only get in when I click on "all blogs".  My members are having problems accessing a blog that I posted.

Yes I have the blogs module installed.  I even tried reinstalling it, but the problem is still there.


How do I find the .htaccess file and how do I know if it's corrupt or not?

Quote · 3 Feb 2010

As far as I can tell, only the blogs link is doing this.  I can only get in when I click on "all blogs".  My members are having problems accessing a blog that I posted.

Yes I have the blogs module installed.  I even tried reinstalling it, but the problem is still there.


How do I find the .htaccess file and how do I know if it's corrupt or not?

it would appear to me that  your menu item has been edited and is pointed to the index.php instead of /orca/index.php can you please check the path where your menu item is pointed?

Regards,

DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 4 Feb 2010

I had to go back to an earlier backup version of my website for other reasons.  I can now access the pages, but it gives me a message that says "profile not available for view".

The url is: modules/boonex/blogs/blogs.php?action=home|modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey=|blogs/tag/|modules/boonex/blogs/blogs.php?action=show_calendar_day&date=|modules/boonex/blogs/blogs.php

or just simply: /blogs/home/

When I go into my profile and click on blog, I get this /{profileLink}

Quote · 5 Feb 2010

Hi there,

I have the same problems with blogs and forums. Once I click on them from the module page I just get directly to my homepage.

There is no option at all to manage them.

Please HELP ME!

Quote · 12 Mar 2010

To rule out a possible .htaccess file problem, take the .htaccess file from the Dolphin7 install zip and re-upload it to the root directory where your Dolphin is installed. Below is the original .htaccess code for Dolphin7

Options -MultiViews

<IfModule mod_php4.c>
php_flag register_globals Off
</IfModule>
<IfModule mod_php5.c>
php_flag allow_url_include Off
php_flag register_globals Off
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine on

RewriteRule ^blogs/{0,1}$   modules/boonex/blogs/blogs.php [QSA,L]
RewriteRule ^blogs/all/([0-9]+)/([0-9]+)/{0,1}$  modules/boonex/blogs/blogs.php?page=$2&per_page=$1  [QSA,L]
RewriteRule ^blogs/top/{0,1}$   modules/boonex/blogs/blogs.php?action=top_blogs [QSA,L]
RewriteRule ^blogs/top/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=top_blogs&page=$2&per_page=$1 [QSA,L]
RewriteRule ^blogs/top_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=top_posts [QSA,L]
RewriteRule ^blogs/top_posts/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=top_posts&page=$2&per_page=$1 [QSA,L]
RewriteRule ^blogs/tag/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey=$1 [QSA,L]
RewriteRule ^blogs/tag/{0,1}$   modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/tag/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey=$2&ownerName=$1 [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2 [QSA,L]
RewriteRule ^blogs/entry/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_post&postUri=$1 [QSA,L]
RewriteRule ^blogs/entry/{0,1}$    modules/boonex/blogs/blogs.php?action=show_member_post&postUri= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1 [QSA,L]
RewriteRule ^blogs/posts/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2&page=$4&per_page=$3 [QSA,L]
RewriteRule ^blogs/home/{0,1}$   modules/boonex/blogs/blogs.php?action=home [QSA,L]
RewriteRule ^blogs/all_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=all_posts [QSA,L]
RewriteRule ^blogs/popular_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=popular_posts [QSA,L]
RewriteRule ^blogs/featured_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=featured_posts [QSA,L]
RewriteRule ^blogs/tags/{0,1}$   modules/boonex/blogs/blogs.php?action=tags [QSA,L]
RewriteRule ^blogs/show_calendar/{0,1}$   modules/boonex/blogs/blogs.php?action=show_calendar [QSA,L]
RewriteRule ^blogs/my_page/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=main [QSA,L]
RewriteRule ^blogs/my_page/add/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=add [QSA,L]
RewriteRule ^blogs/my_page/manage/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=manage [QSA,L]
RewriteRule ^blogs/my_page/pending/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=pending [QSA,L]
RewriteRule ^blogs/my_page/edit/([0-9]+)/{0,1}$  modules/boonex/blogs/blogs.php?action=edit_post&EditPostID=$1 [QSA,L]
RewriteRule ^blogs/member_posts/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerID=$1 [QSA,L]
RewriteRule ^blogs/category/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=category&uri=$1 [QSA,L]

RewriteRule ^ads/{0,1}$  modules/boonex/ads/classifieds.php?Browse=1 [QSA,L]
RewriteRule ^ads/my_page/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page [QSA,L]
RewriteRule ^ads/my_page/add/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=add [QSA,L]
RewriteRule ^ads/my_page/edit/([0-9]+)/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=add&EditPostID=$1 [QSA,L]
RewriteRule ^ads/my_page/edit/([0-9]+)/dimg/([0-9]+)/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=add&EditPostID=$1&dimg=$2 [QSA,L]
RewriteRule ^ads/my_page/manage/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=manage [QSA,L]
RewriteRule ^ads/my_page/pending/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=pending [QSA,L]
RewriteRule ^ads/my_page/disapproved/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=disapproved [QSA,L]
RewriteRule ^ads/cat/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?catUri=$1 [QSA,L]
RewriteRule ^ads/all/cat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?catUri=$3&page=$2&per_page=$1 [QSA,L]
RewriteRule ^ads/subcat/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?scatUri=$1 [QSA,L]
RewriteRule ^ads/all/subcat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?scatUri=$3&page=$2&per_page=$1 [QSA,L]
RewriteRule ^ads/entry/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?entryUri=$1 [QSA,L]
RewriteRule ^ads/tag/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds_tags.php?tag=$1 [QSA,L]
RewriteRule ^ads/calendar/{0,1}$  modules/boonex/ads/classifieds.php?action=show_calendar [QSA,L]
RewriteRule ^ads/categories/{0,1}$  modules/boonex/ads/classifieds.php?action=show_categories [QSA,L]
RewriteRule ^ads/tags/{0,1}$  modules/boonex/ads/classifieds.php?action=tags [QSA,L]
RewriteRule ^ads/all_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_all_ads [QSA,L]
RewriteRule ^ads/top_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_top_rated [QSA,L]
RewriteRule ^ads/popular_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_popular [QSA,L]
RewriteRule ^ads/featured_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_featured [QSA,L]

RewriteRule ^search/tag/([^/.]+)/{0,1}$  search.php?Tags=$1 [QSA,L]

RewriteRule ^browse/([^/.]+)/([^/.]+)/([^/.]+)$ browse.php?sex=$1&age=$2&country=$3 [QSA,L]

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>

AddType application/vnd.adobe.air-application-installer-package+zip .air
AddType application/x-shockwave-flash .swf

Chris <-- not to be included in the file :)

Nothing to see here
Quote · 12 Mar 2010

Zarcon,

Thanks for your reply but I have no idea about how to perform what you suggest. I'm not a programmer.

The installation is made via a 1click setup by CERTIFIED HOSTING which is suggested by Boonex itself.

So I don't know how to access the root directory.

Is there anyone who can assist doing this?

Thank

Quote · 12 Mar 2010

If you have no ftp access then you need your provider to do this for your.

Kids first
Quote · 12 Mar 2010

You need to take a moment and learn some things before you keep trying to move forward.  It'll save you a ton of time.

 

FTP:  This is a program that allows you to talk to your server from your laptop/desktop and upload/edit files on the server.  I personally recommend WinSCP.  It's a free program you can down load and install.

Code Editor:  This is a program that works with your FTP that enables you to actually edit the files once you open them.  My personal recommendation for this is Notepad++.  Please do not confuse this with the program "Notepad" that comes on your computer when you buy it, this is another free program that you can download and install.  It's really something I highly recommend if you have the means.

http://w3schools.org  This site will give you free tutorials on how to do things.  Take your time with it, listen to what they say and practice on your dolphin site. 

You can spend thousands and thousands of dollars to pay someone to get your site the way you want it and then to manage it or you can take true control over it and learn how to do it all on your own.  Just relax and don't be afraid to jump off the cliff into Dolphin's Ocean.

Quote · 12 Mar 2010

You need to take a moment and learn some things before you keep trying to move forward.  It'll save you a ton of time.

FTP:  This is a program that allows you to talk to your server from your laptop/desktop and upload/edit files on the server.  I personally recommend WinSCP.  It's a free program you can down load and install.

Code Editor:  This is a program that works with your FTP that enables you to actually edit the files once you open them.  My personal recommendation for this is Notepad++.  Please do not confuse this with the program "Notepad" that comes on your computer when you buy it, this is another free program that you can download and install.  It's really something I highly recommend if you have the means.

http://w3schools.org This site will give you free tutorials on how to do things.  Take your time with it, listen to what they say and practice on your dolphin site.

You can spend thousands and thousands of dollars to pay someone to get your site the way you want it and then to manage it or you can take true control over it and learn how to do it all on your own.  Just relax and don't be afraid to jump off the cliff into Dolphin's Ocean.

Thanks for your suggestion.

You have a point and I'm doing my home homework.

However this issue that I have with Forum and Blogs it's not really normal.

I have deinstalled/reinstalled these modules (erasing all my events Cry) and it's still not working.

We even made a fresh new installation of D7 into a new server. Same problem.

This must be a known bug in the code as I know that some other people are having the same problem.

I just can't believe that nobody here has a clear answer on this issue.

Any suggestion? I don't want to give up on this project due this stupid issues!

Thanks!

Quote · 24 Mar 2010

This is not a bug, why not, not everybody have this problem. 
We have say it so many times, every server is different by their  settings. I don't say that this could be on your server settings, but also its possible.

I have this problem not on my sites. So I can't confirm this one.

Kids first
Quote · 24 Mar 2010

This is not a bug, why not, not everybody have this problem. 
We have say it so many times, every server is different by their  settings. I don't say that this could be on your server settings, but also its possible.

I have this problem not on my sites. So I can't confirm this one.

I use a server suggested by Boonex (Certified Hosting).

This hosting solution offers a 1 click installation which I guess must be tested to work before being sold as such.

Also today we did try to install D7 on a new own server. And we got again the same problem...!

I'M STUCK!

Quote · 24 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.