404 errors after installing modules

Hi, I have done a fresh install of dolphin 7 all pre-requisites have been satisfied

ReWriteBase /  has been added to the .htaccess file, all of the modules have been installed,

BUT when trying to access any of the modules I get a 404 error! I'm really confused!

Can anyone help? I would really like to use this on my site!

Quote · 16 May 2010

Comeon, I know SOMEONE has had this problem!

If you have had this problem and have found a fix PLEASE post it!!

Quote · 16 May 2010

does your htaccess look like this ?   if not it should.   if so your server dont have mod_rewrite. 

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

# PHP error handling for development servers
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors on
php_flag ignore_repeated_errors off
php_flag ignore_repeated_source off
php_flag report_memleaks on
php_flag track_errors on
php_value docref_root 0
php_value docref_ext 0

php_value error_reporting 999999999
php_value log_errors_max_len 0

<Files /home/path/public_html/domain/PHP_errors.log>
 Order allow,deny
 Deny from all
 Satisfy All
</Files>

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 16 May 2010

Do a search:
http://www.boonex.com/unity/googlesearch/search?q=404+errors+after+installing

Results:
http://www.boonex.com/unity/forums/topic/Dolphin-7-Installation-problems-and-errors.htm
http://www.boonex.com/unity/forums/forum/Dolphin-General-700.htm#topic/404-error-2009-10-29.htm
http://www.boonex.com/unity/forums/topic/404-error-2010-01-05.htm
http://www.boonex.com/unity/forums/topic/404-ERROR-M-Directory-error-message-.htm

Quote · 16 May 2010

No it doesn't look like that! so I copied your and reinstalled the modules

and it still not working!

Quote · 16 May 2010

What is your server configuation?

Who is your host?

Don't worry, I know at least 3 people who have installed Dolphin successfully. You could be #4!

:D

No it doesn't look like that! so I copied your and reinstalled the modules

and it still not working!

Quote · 16 May 2010

Thanks but why are you telling me about your chatroom?

I have a chatroom setup on my server if you want to go there!

http://jarich44.homeip.net/chat

Just a username NO PASSWORD

Quote · 16 May 2010

Thought it would be easier the going through the forums!

Quote · 16 May 2010

lol...ok, sorry I didn't understand.

Seriously tho, if other in the forum can help you solve the problem it will help others who will read this.

Next guy will help hopefully. For now I have to go.

Thought it would be easier the going through the forums!

Quote · 16 May 2010

Take a look at http://jarich44.homeip.net/info.php

Quote · 16 May 2010

The problem good be with your host.

Like the other poster asked who is your host, are you on shared hosting if so then you have find out if modrewrite is on.

Try calling your host to make sure the server is set up as you need it if you are on shared server.

For me I had so many problems with my host I need up just disabling permalinks for now until I switch.

Quote · 16 May 2010

The following needs to be increased:

max_execution_time

max_input_time

While these are unrelated to your problem, they are far too low for the script to operate correctly.

I also notice your web server is running Suhosin, a security-enhanced PHP distribution. This also has nothing to do with it, but I feel you should be reminded not to set your permission for files and directories beyond 644 and 755, respectively.

I also recommend you remove the phpinfo file from your web server, as it may contain information that could be used for malicious purposes.

Concerning your issue with 404 errors on rewritten directories, this (as said) is due to your web server having mod_rewrite disabled. If you are on a shared web server, you will need to contact your web hosting provider and request they make the needed changes (including what I said above). There is nothing more that we can do concerning this matter, as it is between you and your web hosting provider.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 May 2010

Concerning your issue with 404 errors on rewritten directories, this (as said) is due to your web server having mod_rewrite disabled.

If you are on a shared web server,

If you look closer to the info.php file you may see that mod_rewrite Is in fact  enabled

and the server is running on my home machine

Quote · 16 May 2010

Concerning your issue with 404 errors on rewritten directories, this (as said) is due to your web server having mod_rewrite disabled.

If you are on a shared web server,

If you look closer to the info.php file you may see that mod_rewrite Is in fact  enabled

and the server is running on my home machine

And to think I hired a creative writer for that post, too. Also, nice 404 error page. I think I will.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 May 2010

Sir, sarcasm is not going to help me fix this problem!

If you don't want to help just don't reply!

Concerning your issue with 404 errors on rewritten directories, this (as said) is due to your web server having mod_rewrite disabled.

If you are on a shared web server,

If you look closer to the info.php file you may see that mod_rewrite Is in fact  enabled

and the server is running on my home machine

And to think I hired a creative writer for that post, too.

Quote · 16 May 2010

Sir, sarcasm is not going to help me fix this problem!

If you don't want to help just don't reply!

Concerning your issue with 404 errors on rewritten directories, this (as said) is due to your web server having mod_rewrite disabled.

If you are on a shared web server,

If you look closer to the info.php file you may see that mod_rewrite Is in fact  enabled

and the server is running on my home machine

And to think I hired a creative writer for that post, too.

I am trying to help you, which is why I wrote my initial post. I find a little humor helps from time to time to ease oneself. Anyways, I had a similar issue before on an Ubuntu server, which was solved by setting AllowOveride to All in the default file under /etc/apache2/sites-available/. You will need to change the directory/file depending on your setup.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 May 2010

I'm sorry! just getting a little frustrated!

How would I change that?

I am trying to help you, which is why I wrote my initial post. I find a little humor helps from time to time to ease oneself. Anyways, I had a similar issue before on an Ubuntu server, which was solved by setting AllowOveride to All in the default file under /etc/apache2/sites-available/.

Quote · 16 May 2010

I'm sorry! just getting a little frustrated!

How would I change that?

I am trying to help you, which is why I wrote my initial post. I find a little humor helps from time to time to ease oneself. Anyways, I had a similar issue before on an Ubuntu server, which was solved by setting AllowOveride to All in the default file under /etc/apache2/sites-available/.

Using any graphical or command line text editor.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 May 2010

I'm sorry! just getting a little frustrated!

How would I change that?

I am trying to help you, which is why I wrote my initial post. I find a little humor helps from time to time to ease oneself. Anyways, I had a similar issue before on an Ubuntu server, which was solved by setting AllowOveride to All in the default file under /etc/apache2/sites-available/.

Using any graphical or command line text editor.

What file is it I need to edit!

I am using ubuntu

Quote · 16 May 2010

I'm sorry! just getting a little frustrated!

How would I change that?

I am trying to help you, which is why I wrote my initial post. I find a little humor helps from time to time to ease oneself. Anyways, I had a similar issue before on an Ubuntu server, which was solved by setting AllowOveride to All in the default file under /etc/apache2/sites-available/.

Using any graphical or command line text editor.

What file is it I need to edit!

I am using ubuntu

The file is called default, but may be different depending on your configuration. You may want to try the dir command.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 May 2010

The file is called default, but may be different depending on your configuration. You may want to try the dir command.

Found it! what do I add to it now?

Quote · 16 May 2010

The file is called default, but may be different depending on your configuration. You may want to try the dir command.

Found it! what do I add to it now?

Under the directory corresponding to your web site (for example, /var/www/), change AllowOveride from None to All.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 May 2010

thanks I'll try that

Quote · 16 May 2010

still not working

Quote · 16 May 2010

Boonex really needs to add a forum dealing with server setup and issues.  There's a bunch of topics like this one scattered all over the place, and it might be helpful to have all those threads in one place.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 16 May 2010

thanks I do another search and try again

Quote · 16 May 2010

still not working

In case you missed it, there are multiple entries with the directory which you may need to edit.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 May 2010

Boonex really needs to add a forum dealing with server setup and issues.  There's a bunch of topics like this one scattered all over the place, and it might be helpful to have all those threads in one place.

People tend to ignore forum purposes. For example, there are support requests on the Unity and BoonEx forums daily for Dolphin.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 May 2010

yeah I saw that chanched them both! still nothing :(

Quote · 16 May 2010

just wondering do I need to restart the server after i change to allow all??

Quote · 16 May 2010

just wondering do I need to restart the server after i change to allow all??

Typically, yes, you do.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 May 2010

ok well I did that and still no change

Quote · 16 May 2010

ok well I did that and still no change

Then we have two different problems, my friend. I'll keep looking, since I have nothing to do.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 May 2010

GOT IT!!!!!!!!!!!!

I installed into a subdirectory /dolphin  RewriteBase was set to /  I changed it to RewriteBase /dolphin  Now it works!!!

Quote · 16 May 2010

GOT IT!!!!!!!!!!!!

I installed into a subdirectory /dolphin  RewriteBase was set to /  I changed it to RewriteBase /dolphin  Now it works!!!

I hate it when something as simple as that is overlooked. At least I can take comfort in knowing AllowOveride did need to be changed, though (blind faith, blind faith).

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 May 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.