10 hrs and STILL cant get the forum to work!

Well not quite 10 hrs..

 

Hi, I recently decided to try a copy of Dolphin- primerily for the Forum function ( url: http://www.pegging-forum.com ).

however I dont seem to be able to get the Orca forum to work? when I click on the FORUM link iget the following

Not Found

The requested URL /domains/p/e/pegging-forum.com/public_html/modules/boonex/forum/index.php was not found on this server.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

I have installed the Module, and this "says" its done, but then clicking on the Orca Forum Module in the admin panel i get the same 404.

I have read this forum for some time, and checked things like .htaccess ( re uploading the fresh one ) and also shecked permissions of folders and files But still no joy.

 

Any help or advice would be appreciated

Quote · 31 Jan 2011

Are other modules on  your site working fine?

Facebook, Twitter & Instagram Combo - http://bit.ly/1h5CarP
Quote · 31 Jan 2011

Hy, yes all the others seem to be OK, so far..

Quote · 31 Jan 2011

i had this problem when using a different template other than uni because i did not upload the new template pages for the forum.

So my first question is - are you using the uni template, or did you change templates.

Second, if you look in your boonex/forum folder, do you have a file named index.php. if not, then that would most likely be your problem.

If you do have the index.php file, then the only thing that i can think of is that you have a permission problem.

Check out the first two solutions, and if those do not resolve your problem, then we can start looking at your permissions

caredesign.net
Quote · 31 Jan 2011

scratch the first part about the template, i just looked at your site and you are using the uni template. so the next step would be to make sure that the index.php file is there.

caredesign.net
Quote · 31 Jan 2011

Hiya, yes I am using the UNI template ( I do have another that I want to use, however need to get the forum sorted first) and I do seem to have an index.php file in my boonex/forum folder

I have looked at the permissions of the forum folder, and changed them to pretty much every value with no effect..  have also done 3 clean installs and still have the problem?

I did seem to get a little further by moving the /forum/ folder to the root, but got an erroR instead of a 404:

 

Warning: require_once(/home/p/e/peggingfour/public_html/forum/integrations/base/../../../../../inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in/home/p/e/peggingfour/public_html/forum/integrations/base/config.php on line 14

Fatal error: require_once() [function.require]: Failed opening required '/home/p/e/peggingfour/public_html/forum/integrations/base/../../../../../inc/header.inc.php' (include_path='.://lib/php') in/home/p/e/peggingfour/public_html/forum/integrations/base/config.php on line 14

 

Is this any better, as the link seems to want to point to the root?

 


Quote · 31 Jan 2011

place everything back where it was at.

 

Are you able to see the group owner of your forum folder??? I believe that your group should be: pegging-forum.com (503) and the owner should be: pegging-forum.com (507)

 

Are you able to open the error_log file in your forum folder??? If you can open this error_log, post the last 5 lines.

 

Also, do you have root access to your server???

caredesign.net
Quote · 31 Jan 2011

Thanks for the reply - I have placed the folder back inside modules/boonex/forum

I am not sure what you mean by

"Are you able to see the group owner of your forum folder???

Are you able to open the error_log file in your forum folder???"

 

I am VERY new to PHP- and CMS so I ask that you go easy on me with all but the obvious..

Tony

Quote · 31 Jan 2011

LOL you seems to have edited whilst I was typing,

 

But still the only question I can answer without further clarification is that I do have root access to my site, the others about GROUP OWNER Im not sure what you mean, or where to look to check

Quote · 31 Jan 2011

did you happen to upload any files to your server while logged in as root???

caredesign.net
Quote · 31 Jan 2011

I uploaded all of the files inside the /dolpin/ older that I downloaded to the public_html/ on my server if thats what you mean?

Quote · 31 Jan 2011

First question - is your server in front of you or at a location that you can not get to???

2nd question - are you using an FTP program to upload files to your server??

caredesign.net
Quote · 31 Jan 2011

Just so i am clear, is there a seperate process for installing the forum?

so far i have:

Uploaded all files to the server

Installed Dolphin (seems to work)

Installed Modules (all seem to be working)

Installed Orca Forum (shows as done - but Broken links in ADMIN PANEL and on site)

Quote · 31 Jan 2011

 

First question - is your server in front of you or at a location that you can not get to???

2nd question - are you using an FTP program to upload files to your server??

Q 1 No, the site is on shared hosting (webfusion)

Q 2 Yes, I have used Dreamwaver CS5 and also FILZILLA during the clean installs.

Quote · 31 Jan 2011

One thing that I noticed when uploading files to the server and having root access is that sometimes parts of the site do not work, because it is only allowing root priveledged person to access it since root uploaded it.

I have only been dealing with web development for two years now, and I understand what you are going through. I just want to make sure that we cover the basics first, and then see what we can figure out.

caredesign.net
Quote · 31 Jan 2011

ok, great. now I have a better picture of your side of things.

 

So, next - in Dreamweaver  CS5 - which I also use - go to the remote view of your site, and then go to your modules/boonex/forums folder. If you right click on the forums folder and go to set permissions, this folder should be set at  755.  Iwill wait for you to respond before going further.

caredesign.net
Quote · 31 Jan 2011

Yep - set to 755.

Quote · 31 Jan 2011
Check to make sure your .htaccess file is there. Looks like a mod-rewrite issue
Quote · 31 Jan 2011
As anything on your site with /m/. Does not work. Click on Groups on your site, it won't display. Make sure .htaccess file is in root and also mod-rewrite is enabled through hosting.
Quote · 31 Jan 2011

 

Check to make sure your .htaccess file is there. Looks like a mod-rewrite issue

hi, that is what I thought initially - as the FORUM link seem to want to look to root for the forum ( hence me moving the forum to root before)

here is whats in the file at /modules/boonex/forum/.htaccess

 

AddType application/xml .xsl

 

RewriteEngine On

 

RewriteRule ^group/(.+)\.htm$   index.php?action=goto&cat_id=$1   [QSA,L]

RewriteRule ^forum/(.+)-([0-9]+)\.htm$   index.php?action=goto&forum_id=$1&start=$2    [QSA,L]

RewriteRule ^forum/(.+)\.htm$   index.php?action=goto&forum_id=$1&start=0    [QSA,L]

RewriteRule ^topic/(.+)\.htm$   index.php?action=goto&topic_id=$1    [QSA,L]

RewriteRule ^user/(.+)\.htm$   index.php?action=goto&user=$1         [QSA,L]

 

RewriteRule ^rss/forum/(.+)\.htm$    index.php?action=rss_forum&forum=$1 [QSA,L]

RewriteRule ^rss/topic/(.+)\.htm$    index.php?action=rss_topic&topic=$1 [QSA,L]

RewriteRule ^rss/user/(.+)\.htm$     index.php?action=rss_user&user=$1  [QSA,L]

RewriteRule ^rss/all\.htm$           index.php?action=rss_all&sort=      [QSA,L]

Quote · 31 Jan 2011

 

As anything on your site with /m/. Does not work. Click on Groups on your site, it won't display. Make sure .htaccess file is in root and also mod-rewrite is enabled through hosting.

I did note that all of the/m/ links are broken, but turning off permalinks seemed to solve this, (not the underlying issue though.)

 

The root htaccess looks like:

 

 

Options -MultiViews -Indexes

 

<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,1}$  modules/boonex/blogs/blogs.php?action=all  [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/index.php [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

Quote · 31 Jan 2011

Good one Rhimpr. did not think about that.

caredesign.net
Quote · 31 Jan 2011

when you set up the ftp connection to your site, did you use root as the username???

caredesign.net
Quote · 31 Jan 2011

No i didn't use root as the username when I set up

Quote · 31 Jan 2011
Check in admin panel -->tools -->> host tools. See if all is green
Quote · 31 Jan 2011

Hi again, yes they are all green

Quote · 31 Jan 2011

try rerunning the sql file for the forum

caredesign.net
Quote · 31 Jan 2011
 Do you mean uninstall am re upload ?
Quote · 31 Jan 2011

Do you have your FTP Client (Dreamweaver) set to "Binary" transfer or "Default"?  If it's in default you may not be getting all the code as it's written.  Try setting it to Binary and reuploading the files.  As far as re-running the SQL goes, that is not uploading the files, SQL is a database query and that means uninstalling and re-installing the forms via the Admin panel.

Quote · 31 Jan 2011

One of my mods did not install properly, so i ran the sql file that is within the install folder and it was fine after that.

caredesign.net
Quote · 31 Jan 2011
 
 
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.