Dolphin 7.0.2 modules not functioning

Please help me. Ive download and install the new Dolphin 7.0.2 and try to install module and it was successfully installed. But when i check the links of the module i not be able to access it with the message....

=================

Not Found

The requested URL /forum/ was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

================

please help me to resolve this problem. thank you.

Quote · 22 Jun 2010

Can you confirm that the .htaccess file is in the root of your installation? It may not have been uploaded.

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

I had a bunch of problems with modules in the beginning.  To fix them, you need to put a file named php.ini in every folder (takes a while). In the php.ini file type the following...

allow_url_include = Off
safe_mode = Off

That fixed a lot of my problems... hope that helps!

Quote · 22 Jun 2010

I had a bunch of problems with modules in the beginning.  To fix them, you need to put a file named php.ini in every folder (takes a while). In the php.ini file type the following...

allow_url_include = Off
safe_mode = Off

That fixed a lot of my problems... hope that helps!

Unfortunately, php.ini has nothing to do with mod_rewrite; .htaccess does.

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

Just a suggestion, but if you create a global php.ini in the root of your server, you will not need to add one to every folder. I have hostgator and they did it for me with 5 minutes through on live chat.

Quote · 22 Jun 2010

Can you confirm that the .htaccess file is in the root of your installation? It may not have been uploaded.

.htaccess is on the root installation and it is pointed also to php.ini but still i cant access all the module. it was successfully installed but looks like broken links.

Quote · 22 Jun 2010

Can you confirm that the .htaccess file is in the root of your installation? It may not have been uploaded.

.htaccess is on the root installation and it is pointed also to php.ini but still i cant access all the module. it was successfully installed but looks like broken links.

This is not an issue involving your PHP configuration, but Apache configuration. That said, this means either one of two things:

  • You're installation is located in a subdirectory
  • mod_rewrite is not enabled in your Apache configuration

If your installation is located in a subdirectory (such as /mycommunity/, then add the following below RewriteEngine on in your .htaccess files:

RewriteEngine on
RewriteBase /mycommunity

The change has been colored red.

If this does not work, then contact your web hosting provider and ask if mod_rewrite is enabled. If not, ask them to enable it.

If all else fails, disable rewritten URIs by navigating to administration, settings, permalinks and uncheck every checkmark.

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

thanks problem already resolved.

Quote · 23 Jun 2010

Can you tell me what you did to fix? Did you just edit all 38 .htaccess files and added the extra line suggested? or did you also have contact your web host too?

Thanks!

Quote · 12 Oct 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.