vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   404 error Forum Display Options (https://vborg.vbsupport.ru/showthread.php?t=317438)

Basit Kingz 02-21-2015 02:00 AM

404 error Forum Display Options
 
Hello,
Thanks for being here.
I'm getting 404 error for my forum display options.
Screenshot 1:
Before click:
https://vborg.vbsupport.ru/external/2015/02/7.png

Screenshot 2:
After Click:
https://vborg.vbsupport.ru/external/2015/02/8.png

I'll wait for experts help.

Thanks!
--AB

--------------- Added [DATE]1424512739[/DATE] at [TIME]1424512739[/TIME] ---------------

Bump..!!

ozzy47 02-21-2015 09:08 AM

No "Bumping" (Your threads/posts):

Please do not repeatedly bump your threads to try and get attention. Most members of the site are not online 24 hours a day and so will not see your post the instant it is made. Do not bump a thread within 24 hours.

ForceHSS 02-21-2015 09:59 AM

Have you installed dbseo or something like it

Basit Kingz 02-21-2015 02:20 PM

Quote:

Originally Posted by ForceHSS (Post 2538172)
Have you installed dbseo or something like it

No I'm not using any SEO plugin. Very basic plugins are used that comes up with style.

--------------- Added [DATE]1424535748[/DATE] at [TIME]1424535748[/TIME] ---------------

Quote:

Originally Posted by ozzy47 (Post 2538166)
No "Bumping" (Your threads/posts):

Please do not repeatedly bump your threads to try and get attention. Most members of the site are not online 24 hours a day and so will not see your post the instant it is made. Do not bump a thread within 24 hours.

Thanks for advice. Apologies.

ForceHSS 02-21-2015 04:38 PM

Check your htaccess file

Basit Kingz 02-21-2015 05:09 PM

Quote:

Originally Posted by ForceHSS (Post 2538219)
Check your htaccess file

Sir please guide. I'm noob.

Here is the file .htaccess

HTML Code:

RewriteEngine on

Options +FollowSymLinks
RewriteRule ^joomla\.html http://www.joomla.org/? [R=301,L]


# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
# RewriteBase /forums/

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
# Options -MultiViews

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
RewriteRule ^entries/.* entry.php [QSA]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]

# Check MVC result
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ - [NC,L]
RewriteRule ^(.*)$ - [R=404,L]


ForceHSS 02-21-2015 06:16 PM

Try the one here I done for you put do save a copy of the one you have there is some other things I would change in the one you have put test this one first. But I did notice the htaccess file you have
1. Does not match up with the url you have in the screenshot above
2. Is not a vb site.
So I really need to see the htaccess file belonging to the vb site that is from the screenshot above

Basit Kingz 02-21-2015 06:29 PM

Quote:

Originally Posted by ForceHSS (Post 2538230)
Try the one here I done for you put do save a copy of the one you have there is some other things I would change in the one you have put test this one first. But I did notice the htaccess fike you have
1. Dors not match up with the url you have in the screenshot above
2. Is not a vb site.
So I really need to see the htaccess file belonging to the vb site that is from the screenshot above

Actually me and my partner is trying to resolve the issue so maybe he did so. This is file taken from Do not upload folder that comes up with forum files.

Also, I replaced the .htaccess file with your one but after that update all the forum categories started showing 404 error. :erm:

ForceHSS 02-21-2015 06:41 PM

Try this one and I am going by this site joomla.org not the one you have in the screenshot if this is the wrong url please say

Basit Kingz 02-21-2015 06:46 PM

Quote:

Originally Posted by ForceHSS (Post 2538235)
Try this one and I am going by this site joomla.org not the one you have in the screenshot if this is the wrong url please say

Again same issue. Getting 404 error every where.

My forum link is http://libretro.com/forums/

I really don't have an idea about that joomla thing. :confused:

ForceHSS 02-21-2015 08:25 PM

1 Attachment(s)
Quote:

Originally Posted by Basit Kingz (Post 2538237)
Again same issue. Getting 404 error every where.

My forum link is http://libretro.com/forums/

I really don't have an idea about that joomla thing. :confused:

You posted it in post 6 in the htaccess file.
Try the two below see what one works

Basit Kingz 02-22-2015 05:11 AM

Quote:

Originally Posted by ForceHSS (Post 2538242)
You posted it in post 6 in the htaccess file.
Try the two below see what one works

I'm very thankful to you for your precious time.

I have tried both .htaccess files. But getting same 404 error on each categories.

Also, I have noticed that whenever I put domain.com/forums/forums/ then each and everything starts working.
For example
This link is showing 404 error: http://libretro.com/forums/7-RetroAr...post&order=asc

But this link is working fine :O :
http://libretro.com/forums/forums/7-...post&order=asc


--AB

ForceHSS 02-22-2015 12:15 PM

Do you have all your files in a folder called forums in your FTP and in admincp/settings/options/ URL settings what have you put for your URL

Basit Kingz 02-22-2015 02:38 PM

Quote:

Originally Posted by ForceHSS (Post 2538286)
Do you have all your files in a folder called forums in your FTP and in admincp/settings/options/ URL settings what have you put for your URL

Yes I do have all the forum files in folder forums.

and I'm using http://libretro.com/forums in URL settings as well.

ForceHSS 02-22-2015 02:48 PM

You would be best to get support to have a quick look at your board to see what the problem is or post in paid section. Try this one last thing to see if it is a plugin causing a problem.
Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one

To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 

To enable plugins again just comment out the line
PHP Code:

//define('DISABLE_HOOKS', true); 

Use notepad++ to edit any files

miwagner1 02-24-2015 08:11 PM

Hi Basit Kingz or aka
https://www.fiverr.com/coder112

Sir please guide. I'm noob.

I have canceled our order. Clearly you are not qualified to fill my order to fix the err.
Yes I can google

Thank you ForceHSS for your time to try to fix the issue. I will try the paid section.

I also thank you for rm -rf my forums dir due to some fit you had.


All times are GMT. The time now is 05:09 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01864 seconds
  • Memory Usage 1,762KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete