The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I have come across a strange problem on my forum today.
My forum is located in a sub-folder of my domain, wordpress being the main folder. Until now everything was working fine, but today when i try to make a new post, i am being redirected to the homepage and getting an error: Nothing found for Forum Newthread Php?do=postthread&f=18 What could be the problem here? Please help me |
#2
|
||||
|
||||
![]()
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php PHP Code:
|
#3
|
||||
|
||||
![]()
Thanks for the input, i would try that now.
I just noticed that i am also getting an error in admincp vbulletin options: Code:
1||1243293677||115.184.40.151||do=options&dogroup=http||http://www.aimim.in/forum/admincp/options.php?do=options&dogroup=datetime||Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 GTB5 Warning: fopen(./logfile_worms.txt) [function.fopen]: failed to open stream: Permission denied in [path]/includes/init.php(298) : eval()'d code on line 105 Error Opening Logfile. After disabling the plugins also i am getting the same error. I do not have any .htaccess file in my forum folder |
#4
|
||||
|
||||
![]()
Looks like you have vb firewall installed (that error looks like it is from that) and you didn't set your permissions correctly on the files. I suggest you go reread the installation instructions for that and if you continue to get that error regarding that file, you ask for help in that thread.
(I have seen a lot of users have problems with that mod or have no clue what to do with the results from that mod. You may want to rethink installing it if you fall into either category.) |
#5
|
||||
|
||||
![]() Quote:
But still i am being redirected to homepage while creating a new thread. |
#6
|
||||
|
||||
![]()
Is there anything in your apache error_logs? (If you don't know where they are, ask your host.)
|
#7
|
||||
|
||||
![]() Quote:
"viva.inc.php" is a file from my wordpress theme folder. Do you think this is causing the error on the forum? |
#8
|
||||
|
||||
![]()
I have no idea if that's the problem, but I doubt it. But you should fix it anyway. once you fix it, it will be easier to go through your error_logs and look for any errors related to this problem.
|
#9
|
|||
|
|||
![]()
make sure if .htaccess file exists some times it's not viewable most likely if you are using cuteftp..
|
#10
|
||||
|
||||
![]() Quote:
The .htaccess contain: Code:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|